<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=gb2312">
<META content="MSHTML 6.00.2900.3314" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#c7edcc>
<DIV><FONT size=2>
<DIV><FONT size=2>While trying install, meet problem as
below:</FONT></DIV>
<DIV>..........</DIV>
<DIV>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US><FONT
size=3><FONT
face="Times New Roman">-Wl,--out-implib,scons\libs\core\libclam_core.a
-Wl,--output-def,scons\libs\core\clam_core.def<?xml:namespace prefix = o ns =
"urn:schemas-microsoft-com:office:office" /><o:p></o:p></FONT></FONT></SPAN></P>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US><FONT
size=3><FONT face="Times New Roman">Creating library file:
scons\libs\core\libclam_core.a<o:p></o:p></FONT></FONT></SPAN></P>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US><FONT
size=3><FONT face="Times New Roman">Install file:
"scons\libs\core\clam_core.dll" as
"D:\mingw\local\lib\clam_core.dll"<o:p></o:p></FONT></FONT></SPAN></P>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US><FONT
size=3><FONT face="Times New Roman">Install file:
"scons\libs\core\libclam_core.a" as
"D:\mingw\local\lib\libclam_core.a"<o:p></o:p></FONT></FONT></SPAN></P>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US><FONT
size=3><FONT face="Times New Roman">Install file:
"scons\libs\core\clam_core.exp" as
"D:\mingw\local\lib\clam_core.exp"<o:p></o:p></FONT></FONT></SPAN></P>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US><FONT
size=3><FONT face="Times New Roman">scons: building terminated because of
errors.<o:p></o:p></FONT></FONT></SPAN></P>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US><FONT
size=3><FONT face="Times New Roman">scons/sconstools\versionInfo.py:14:
DeprecationWarning: raising a string exception is
deprecated<o:p></o:p></FONT></FONT></SPAN></P>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US><FONT
size=3><FONT face="Times New Roman"><SPAN style="mso-spacerun: yes">
</SPAN>raise "No svn revision found for "+
whatToCheck<o:p></o:p></FONT></FONT></SPAN></P>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US><FONT
face="Times New Roman" size=3>scons: *** [D:\mingw\local\lib\clam_core.exp]
scons\libs\core\clam_core.exp: No such file or directory</FONT></SPAN></P>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US><FONT
face="Times New Roman" size=3></FONT></SPAN> </P>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US><FONT
face="Times New Roman" size=3>Finding the
cause: </FONT></SPAN></P> </DIV>
<DIV><FONT size=2>"</FONT><FONT size=2>no_import_lib<BR> When set to
non-zero, suppresses creation of a corresponding Win32 static import lib by
the</FONT></DIV>
<DIV><FONT size=2>SharedLibrary builder when used with MinGW or Microsoft Visual
Studio. This also suppresses </FONT></DIV>
<DIV><FONT size=2>creation of an export (.exp) file when using Microsoft Visual
Studio.<BR>Maybe, having the msvc tool chain is messing up things
again"</FONT></DIV></FONT></DIV>
<DIV><FONT size=2></FONT> </DIV>
<DIV><FONT size=2>As a test, change the line in Sconstruct from:</FONT></DIV>
<DIV><FONT size=2>clam_env = Environment( ENV=os.environ, tools=['default'],
CCFLAGS='')</FONT></DIV>
<DIV><FONT size=2>to:</FONT></DIV>
<DIV><FONT size=2>clam_env = Environment( ENV=os.environ, tools=['mingw'],
CCFLAGS='')</FONT></DIV>
<DIV><FONT size=2></FONT> </DIV>
<DIV><FONT size=2>Then done building targets.</FONT></DIV></BODY></HTML>