By taking a look at the config.log file, you can see that SCons is trying to compile using VisualC++. According to SCons man page: "By default, scons knows how to search for available programming tools on various systems. On Windows systems, scons searches in order for the Microsoft Visual C++ tools, the MinGW tool chain, the Intel compiler tools, and the PharLap ETS compiler. On OS/2 systems, scons searches in order for the OS/2 compiler, the GCC tool chain, and the Microsoft Visual C++ tools, On SGI IRIX, IBM AIX, Hewlett Packard HP-UX, and Sun Solaris systems, scons searches for the native compiler tools (MIPSpro, Visual Age, aCC, and Forte tools respectively) and the GCC tool chain. On all other platforms, including POSIX (Linux and UNIX) platforms, scons searches in order for the GCC tool chain, the Microsoft Visual C++ tools, and the Intel compiler tools. You may, of course, override these default values by appropriate configuration of Environment construction variables. "
So this has two solutions: - Removing MSVC from your system, which i think you can't as you are likely to use it for other problems - Adding the 'mingw' tool, which i am not sure about the proper way of doing that. I did a new commit on the svn to try the second option. Try to configure and compile the libraries again. If it still give errors, send the config.log again. If it works, tell me and i'll d the equivalent changes for the aplications and the plugins. On Tuesday 22 April 2008 10:51:27 JunJun wrote: > Yes, I think it's a task for the time being, as you said before, to apply > Giulio's changes by hand, for different library names, libraries that were > compiled differently, checks that had to be performed differently. Am I > right?? > > ----- Original Message ----- > From: "David García Garzón" <[EMAIL PROTECTED]> > To: <[email protected]> > Cc: "JunJun" <[EMAIL PROTECTED]> > Sent: Sunday, April 20, 2008 7:59 PM > Subject: Re: [Clam-devel] Try continuing Windows MinGW build _______________________________________________ Clam-devel mailing list [email protected] https://llistes.projectes.lafarga.org/cgi-bin/mailman/listinfo/clam-devel
