<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=UTF-8" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
El 07/25/2008 11:47 AM, David García Garzón escribió:
<blockquote cite="mid:200807251647.25370.dgarcia@iua.upf.edu"
 type="cite">
  <pre wrap="">I recall having some problems like that when i was a RedHat user. The problems 
he had seems to be something very concrete of having a broken installation of 
the nvidia propietary drivers (a missing link from /usr/lib?). If so, he 
should not able to link any other opengl application, if he doesn't have such 
a problem then yes, we need opinions from current Fedora users on the list.

About the problems on Qt, pkg-config should offer the proper CPPPATH options 
but i noticed that the one that was searched in include/qt4 was just 
QtDesigner, which was marked as pcless (not having a pkg-config file) so the 
options were added by hand as in Ubuntu/Debian. Qt 4.4 provided it so i 
removed QtDesigner and QtDesignerComponents from the pcless modules list. 
Provided that he has the file /usr/lib/pkg-config/QtDesigner.pc, current svn 
version should work without the link now.

  </pre>
</blockquote>
I was using Qt 4.3.4 of Hardy. Trying to compile NE after revision
11717 I got:<br>
<blockquote><tt>scons: Reading SConscript files ...<br>
  <br>
scons: warning: QTDIR variable is not defined, using moc executable as
a hint (QTDIR=/usr)<br>
File "/usr/local/share/clam/sconstools/qt4.py", line 207, in _detect<br>
Loading nsis tool...<br>
Lodading dmg tool...<br>
Version:  1.2.1<br>
Package version:  1.2.1~svn11717<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 "/CLAMSVN/original/NetworkEditor/SConstruct", line 91:<br>
    crosscompiling=crosscompiling,<br>
  File "/usr/local/share/clam/sconstools/qt4.py", line 460:<br>
    self.ParseConfig('pkg-config %s --libs --cflags'% '
'.join(pcmodules))<br>
  File "/usr/lib/scons/SCons/Environment.py", line 1288:<br>
    return function(self, self.backtick(command))<br>
  File "/usr/lib/scons/SCons/Environment.py", line 514:<br>
    raise OSError("'%s' exited %d" % (command, status))<br>
  </tt></blockquote>
Returning the 'pclessModules' items works again.<br>
<br>
I'm downloading Qt 4.4. <br>
Was CLAM using something more specific of 4.4 that this?<br>
<br>
<br>
Regards,<br>
Natanael.<br>
<blockquote cite="mid:200807251647.25370.dgarcia@iua.upf.edu"
 type="cite">
  <pre wrap="">
El Friday 25 July 2008 10:09:47 Pau Arumí va escriure:
  </pre>
  <blockquote type="cite">
    <pre wrap="">This closes the first chapter of the adventures of CLAM in Fedora 8...
(David, I think qt scons-tool should be adapted. There must be some F8
qt sconstool users out there...)

P
    </pre>
  </blockquote>
  <pre wrap=""><!---->


_______________________________________________
Clam-devel mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Clam-devel@llistes.projectes.lafarga.org">Clam-devel@llistes.projectes.lafarga.org</a>
<a class="moz-txt-link-freetext" href="https://llistes.projectes.lafarga.org/cgi-bin/mailman/listinfo/clam-devel">https://llistes.projectes.lafarga.org/cgi-bin/mailman/listinfo/clam-devel</a>

  </pre>
</blockquote>
<br>
</body>
</html>