[Clam-devel] Troubleshooting

Jun Jun wangjun at dsp.ac.cn
Thu Jan 8 03:17:51 PST 2009


Juan used to report the same problem with gcc-4.3.0 as yours. You may
just change it to gcc-4.2.1-sjlj-2 and go ahead.
ps: Further problems could be discussed in real time via Gmail now ;-)

----- Original Message -----
From: Rupinder Singh
To: Jun Jun ; clam-devel at llistes.projectes.lafarga.org
Sent: Monday, January 05, 2009 11:22 PM
Subject: Re: [Clam-devel] Troubleshooting


Yes, That indeed was. I didn't upgrade this particular group of mingw
files. The build went quite far this time....

Here is my Path, I've added what was probably missing...

$ 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/Python25/Scripts:/c/Python25:/c/PROGRA~1/PyGTK/GTK:/c/Python25:/c/bin:/:/c/Python25/Lib/site-packages/scons-1.2.0/SCons:/c/QT/bin:/mingw/local/bin:/mingw/local/include:/mingw/lib/gcc/mingw32/4.3.0/include:/c/Python25/Lib/site-packages:/mingw/bin:/mingw/local/lib:/mingw/local/include:/mingw/include:/mingw/lib:/usr/bin:.


... all of the above tests reported scons : configure : yes

Checking that libsndfile sample program compiles...yes
Checking that libsndfile sample program links...yes
Checking that libsndfile sample program runs... yes
Checking for vorbisfile vorbisenc pkg-config file... yes
Checking that libogg sample program compiles...yes
Checking that libogg sample program links...yes
Checking that libogg sample program runs... yes
Checking that libvorbis sample program compiles...yes
Checking that libvorbis sample program links...yes
Checking that libvorbis sample program runs... yes
Checking that libvorbisfile sample program compiles...yes
Checking that libvorbisfile sample program links...yes
Checking that libvorbisfile sample program runs... yes
Checking for mad pkg-config file... yes
Checking that libmad sample program compiles...yes
Checking that libmad sample program links...yes
Checking that libmad sample program runs... yes
Checking for uncompress() in C library z... yes
Checking for C++ header file id3.h... yes
Checking for ID3_Tag myTag in C++ library id3... no
Could not find id3lib binaries! Please check your id3lib installation
Check the config.log file for details


I've attached the config.log . Inspite of the inclusion of string, why
are memmove & memcpy being reported as declared out of scope ?

Thanks
Rupinder
  ----- Original Message ----- 
  From: Jun Jun 
  To: Rupinder Singh 
  Cc: clam-devel at llistes.projectes.lafarga.org 
  Sent: Monday, January 05, 2009 7:39 PM
  Subject: Re: [Clam-devel] Troubleshooting


  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



------------------------------------------------------------------------------


  _______________________________________________
  Clam-devel mailing list
  Clam-devel at llistes.projectes.lafarga.org
  https://llistes.projectes.lafarga.org/cgi-bin/mailman/listinfo/clam-devel
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.clam-project.org/pipermail/clam-devel-clam-project.org/attachments/20090108/bef15d13/attachment.html>


More information about the clam-devel mailing list