Hani, Could you possibly have a look at this ?
Thanks ! Gert > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Piter Dias > Sent: vrijdag 10 december 2004 19:11 > To: [EMAIL PROTECTED] > Subject: [Nant-users] Nant does not work wit some VS 2003 > Solution Files > > Guys, > > I am trying to build XLW (a project in SourceForge) but I > receive a fatal > error. It works fine using VS 2003. > Could you help me? > Thanks. > > ----------xlw.build----------------------------- > > <?xml version="1.0"?> > <project name="xlw" default="build"> > <target name="build" description="compiles the source code"> > <solution solutionfile="xlw.sln" > configuration="release" verbose="true"> > </solution> > </target> > </project> > > ----------Error Mrssage----------------------------- > [solution] Building 'xlwExample' [release] ... > [attrib] No matching files or directories found. > [cl] > 'C:\Auxiliar\xlw\xlwExample\build\Release\build\Release\xlwExa > mple.pch' > does not exist, recompiling. > [cl] Compiling 1 files to > 'C:\Auxiliar\xlw\xlwExample\build\Release'. > [cl] Contents of > C:\DOCUME~1\PITERD~1\LOCALS~1\Temp\tmpAE.tmp. > [cl] /c > [cl] /Fd"C:\Auxiliar\xlw\xlwExample\build\Release/" > [cl] /Fo"C:\Auxiliar\xlw\xlwExample\build\Release/" > [cl] > /Fp"C:\Auxiliar\xlw\xlwExample\build\Release\.\build\Release/x > lwExample.pch" > [cl] "Win32StreamBuf.cpp" > [cl] /D "_MBCS" > [cl] > [cl] Starting 'cl > (@"C:\DOCUME~1\PITERD~1\LOCALS~1\Temp\tmpAE.tmp" /D NDEBUG > /D _WINDOWS /D _USRDLL /D WIN32 /D _MBCS /D XLW_AUTOLINK > /EHsc /Ob1 /MT /YX"StdAfx.h" > /Fp".\build\Release/xlwExample-vc71-mt-s.pch" /GF /Gy /GR > /O2 /W3 /nologo)' in 'C:\Auxiliar\xlw\xlwExample' > [cl] cl : Command line warning D4025 : overriding > '/FpC:\Auxiliar\xlw\xlwExample\build\Release\.\build\Release/x > lwExample.pch' > with '/Fp.\build\Release/xlwExample-vc71-mt-s.pch' > [cl] Win32StreamBuf.cpp > [cl] > 'C:\Auxiliar\xlw\xlwExample\build\Release\build\Release\xlwExa > mple.pch' > does not exist, recompiling. > [cl] Compiling 1 files to > 'C:\Auxiliar\xlw\xlwExample\build\Release'. > [cl] Contents of > C:\DOCUME~1\PITERD~1\LOCALS~1\Temp\tmpAF.tmp. > [cl] /c > [cl] /Fd"C:\Auxiliar\xlw\xlwExample\build\Release/" > [cl] /Fo"C:\Auxiliar\xlw\xlwExample\build\Release/" > [cl] > /Fp"C:\Auxiliar\xlw\xlwExample\build\Release\.\build\Release/x > lwExample.pch" > [cl] "xlwExample.cpp" > [cl] /D "_MBCS" > [cl] > [cl] Starting 'cl > (@"C:\DOCUME~1\PITERD~1\LOCALS~1\Temp\tmpAF.tmp" /D NDEBUG > /D _WINDOWS /D _USRDLL /D WIN32 /D _MBCS /D XLW_AUTOLINK > /EHsc /Ob1 /MT /YX"StdAfx.h" > /Fp".\build\Release/xlwExample-vc71-mt-s.pch" /GF /Gy /GR > /O2 /W3 /nologo)' in 'C:\Auxiliar\xlw\xlwExample' > [cl] cl : Command line warning D4025 : overriding > '/FpC:\Auxiliar\xlw\xlwExample\build\Release\.\build\Release/x > lwExample.pch' > with '/Fp.\build\Release/xlwExample-vc71-mt-s.pch' > [cl] xlwExample.cpp > [link] Output file > 'C:\Auxiliar\xlw\xlwExample\xll\xlwExample-vc71-mt-s.xll' > does not exist, relinking. > [link] Linking 12 files to > 'C:\Auxiliar\xlw\xlwExample\xll\xlwExample-vc71-mt-s.xll'. > [link] Contents of > C:\DOCUME~1\PITERD~1\LOCALS~1\Temp\tmpB0.tmp. > [link] > /OUT:"C:\Auxiliar\xlw\xlwExample\xll\xlwExample-vc71-mt-s.xll" > [link] > "C:\Auxiliar\xlw\xlwExample\.\build\Release\Win32StreamBuf.obj" > [link] > "C:\Auxiliar\xlw\xlwExample\.\build\Release\xlwExample.obj" > [link] "kernel32.lib" > [link] "user32.lib" > [link] "gdi32.lib" > [link] "winspool.lib" > [link] "comdlg32.lib" > [link] "advapi32.lib" > [link] "shell32.lib" > [link] "ole32.lib" > [link] "oleaut32.lib" > [link] "uuid.lib" > [link] /LIBPATH:"..\lib" > [link] /nologo > [link] > [link] Starting 'link > (@"C:\DOCUME~1\PITERD~1\LOCALS~1\Temp\tmpB0.tmp" > /PDB:"C:\Auxiliar\xlw\xlwExample\.\build\Release/xlwExample-vc > 71-mt-s.pdb" > /INCREMENTAL:NO)' in 'C:\Auxiliar\xlw\xlwExample' > [link] Creating library > C:\Auxiliar\xlw\xlwExample\xll\xlwExample-vc71-mt-s.lib and > object > C:\Auxiliar\xlw\xlwExample\xll\xlwExample-vc71-mt-s.exp > [link] LIBCMT.lib(crt0.obj) : error LNK2019: > unresolved > external symbol _main referenced in function _mainCRTStartup > [link] > C:\Auxiliar\xlw\xlwExample\xll\xlwExample-vc71-mt-s.xll : > fatal error LNK1120: 1 unresolved externals > [solution] Cleaning up temp folder > 'C:\DOCUME~1\PITERD~1\LOCALS~1\Temp\h4sieigi'. > > > > > > > ------------------------------------------------------- > SF email is sponsored by - The IT Product Guide > Read honest & candid reviews on hundreds of IT Products from > real users. > Discover which products truly live up to the hype. Start reading now. > http://productguide.itmanagersjournal.com/ > _______________________________________________ > Nant-users mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/nant-users > > ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://productguide.itmanagersjournal.com/ _______________________________________________ Nant-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/nant-users