<br><br><div class="gmail_quote">On Sun, Nov 9, 2008 at 21:52, Anders Dahnielson <span dir="ltr"><<a href="mailto:anders@dahnielson.com">anders@dahnielson.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
I'm trying to build the NetworkEditor on Gentoo with SCons v1.0.0.r3266. <br><br>But I'm getting this error:<br><br>scons: Reading SConscript files ...<br>EnvironmentError: No module named qt4:<br>  File "/home/anders/builds/NetworkEditor-1.3.0/SConstruct", line 44:<br>

    env.Tool('qt4', toolpath=[clam_sconstoolspath])<br>  File "//usr/lib64/scons-1.0.0/SCons/Environment.py", line 1582:<br>    tool = apply(SCons.Tool.Tool, (tool, toolpath), kw)<br>  File "//usr/lib64/scons-1.0.0/SCons/Tool/__init__.py", line 89:<br>

    module = self._tool_module()<br>  File "//usr/lib64/scons-1.0.0/SCons/Tool/__init__.py", line 140:<br>    raise SCons.Errors.EnvironmentError, e<br></blockquote></div><br>BTW, the above is from building manually.<br>
<br>If I try to emerge the NetworkEditor I get the instead:<br><br clear="all">scons: Reading SConscript files ...<br>Loading nsis tool...<br>Lodading dmg tool...<br>Version:  1.3.0<br>Package version:  1.3.0<br>Package QtDesigner was not found in the pkg-config search path.<br>
Perhaps you should add the directory containing `QtDesigner.pc'<br>to the PKG_CONFIG_PATH environment variable<br>No package 'QtDesigner' found<br>OSError: 'pkg-config QtCore QtGui QtOpenGL QtXml QtSvg QtUiTools QtDesigner --libs --cflags' exited 1:<br>
  File "/var/tmp/portage/media-sound/NetworkEditor-1.3.0/work/NetworkEditor-1.3.0/SConstruct", line 91:<br>    crosscompiling=crosscompiling,<br>  File "//usr/lib64/scons-1.0.0/SCons/Environment.py", line 183:<br>
    return apply(self.method, nargs, kwargs)<br>  File "/usr/share/clam/sconstools/qt4.py", line 464:<br>    self.ParseConfig('pkg-config %s --libs --cflags'% ' '.join(pcmodules))<br>  File "//usr/lib64/scons-1.0.0/SCons/Environment.py", line 1371:<br>
    return function(self, self.backtick(command))<br>  File "//usr/lib64/scons-1.0.0/SCons/Environment.py", line 549:<br>    raise OSError("'%s' exited %d" % (command, status))<br><br>I do have Qt Designer 4.3.3 installed but I can't find any QtDesigner.pc on my system!<br>
<br>-- <br>Anders Dahnielson<br><<a href="mailto:anders@dahnielson.com">anders@dahnielson.com</a>><br>