[Clam-devel] Troubleshooting

Jun Jun wangjun at dsp.ac.cn
Mon Jan 5 03:39:33 PST 2009


In your config.log, I see the gcc is mingw/lib/gcc/mingw32/4.3.0/.., while the one in your PATH variable is mingw/lib/gcc/mingw32/3.4.5/include. Is it a mistake?
BTW, here are part of my PATH variable F.Y.I:
d:\MinGW\bin;
d:\MinGW\local\bin;
d:\MinGW\local\lib;
d:\MinGW\local\include;
d:\MinGW\include;
d:\MinGW\lib;
d:\msys\1.0\bin;
C:\Python25\scons-0.96.96\SCons;
C:\Python25\Scripts;
C:\Python25;
D:\Qt\4.4.1\bin;

Jun



----- Original Message ----- 
  From: Rupinder Singh 
  To: Jun Jun 
  Sent: Monday, January 05, 2009 12:52 AM
  Subject: Re: [Clam-devel] Troubleshooting


  Hi,

  A Happy New Year To You Too !!

  Here are all the required logs worked out on a fresh unpacking of 'local' tarball (haven't done anything to it this time):

  $ echo $PATH
  .:/usr/local/bin:/mingw/bin:/
  bin:/c/WINDOWS/system32:/c/WINDOWS:/c/WINDOWS/System32/Wbem:/c/Program Files/TortoiseSVN/bin:/c/MATLAB7013/bin/win32:/c/Program Files/Dev-Cpp/bin:/c/Python25/Scripts:/c/Python25:/c/PROGRA~1/PyGTK/GTK/bin:/:/c/Python25/Lib/site-packages/scons-1.2.0/SCons:/c/QT/bin:/mingw/local/bin:/mingw/local/include:/mingw/lib/gcc/mingw32/3.4.5/include:.

  The last entry in this was an attempt to include stddef.h (erroneous in config.log).

  $ pkg-config --cflags --libs libxml++-2.6
  -IC:/MinGW/local/include/libxml++-2.6 -IC:/MinGW/local/lib/libxml++-2.6/include -IC:/MinGW/local/include/libxml2 -IC:/MinGW/local/include/glibmm-2.4 -IC:/MinGW/local/lib/glibmm-2.4/include -IC:/MinGW/local/include/sigc++-2.0 -IC:/MinGW/local/lib/sigc++-2.0/include -IC:/MinGW/local/include/glib-2.0 -IC:/MinGW/local/lib/glib-2.0/include  -LC:/MinGW/local/lib -lxml++-2.6 -lxml2 -lglibmm-2.4 -lgobject-2.0 -lsigc-2.0 -lglib-2.0 -lintl -liconv  


  $ scons configure prefix='c:\mingw\local' prefix_for_packaging='c:\mingw\local'
   sandbox_path='c:\mingw' verbose=True xmlbackend='xmlpp' audio_backend=portaudi
  o
  scons: Reading SConscript files ...

  scons: warning: The Options class is deprecated; use the Variables class instead.
  File "C:\clam\clam\SConstruct", line 122, in setup_build_options

  scons: warning: The PathOption() function is deprecated; use the PathVariable() function instead.
  File "C:\clam\clam\SConstruct", line 125, in setup_build_options

  scons: warning: The BoolOption() function is deprecated; use the BoolVariable() function instead.
  File "C:\clam\clam\SConstruct", line 129, in setup_build_options

  scons: warning: The EnumOption() function is deprecated; use the EnumVariable() function instead.
  File "C:\clam\clam\SConstruct", line 140, in setup_build_options
  scons/sconstools\versionInfo.py:14: DeprecationWarning: raising a string excepti
  on is deprecated
    raise "No svn revision found for "+ whatToCheck
  Version:  1.3.1
  Package version:  1.3.1~svn12410
  Configure phase...
  ############################################
  ### CLAM GLOBAL DEPENDENCIES CHECKING    ###
  ############################################
  Checking for pkg-config... yes
  COMPILING IN DEBUG MODE
  Checking for C header file pthread.h... no
  Could not find pthread (Posix Threads) library headers!

  Check the config.log file for details


  I've attached the config.log file

  Thanks
  Rupinder
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.clam-project.org/pipermail/clam-devel-clam-project.org/attachments/20090105/8dd45aff/attachment-0003.htm>


More information about the clam-devel mailing list