Re: [Quickfix-developers] Can't compile latest QuickFix code?
Brought to you by:
orenmnero
From: Dale W. <wi...@oc...> - 2008-10-30 22:17:53
|
I took a look at the problem Wilhelm reported and I'm seeing it, too. FieldMap.cpp is present in src/C++, but not in the .NET directory. There are FieldMap.h files in both directories. The file in the C++ directory does not match the header in the .NET directory. I'm also getting this error: fatal error C1083: Cannot open source file: '.\C++\test\MessageStoreTestCase.cpp': No such file or directory The file in question, MessageStoreTestCase.cpp is not in the svn checkout even though it was present in QF 1.12.4. Could it be that the cpp file was removed but the project file has not been updated to reflect this? Dale > > Wilhelm Thomas wrote: >> QuickFIX Documentation: >> http://www.quickfixengine.org/quickfix/doc/html/index.html >> QuickFIX Support: http://www.quickfixengine.org/services.html >> >> Hello, >> >> I need some help to compile quickfix. >> I'm trying to compile quickfix straight from SVN and I find a bunch >> of issues. >> I'm using the quickfix_vs8.sln solution file >> >> * quickfix_vs8 seem to compile ok >> * quickfix_net_vs8 need the FieldMap.cpp + it also require a bunch >> of functions like QuickFix::mapGetInt for instance (I attach more >> trace at the end of the email). I fix a bunch of stuff but my >> c/c++ is rusty so I'm not sure I did anything good, and I still >> have a linking issue with Group.obj >> * quickfix_net_messages_vs8 needs quickfix_net_vs8 and I do not have >> it because of previous mention issues. >> >> >> If someone could help me that will be great? >> Does anyone can build the latest projects? >> Which is the latest version that is compilable and working? >> >> Thank you for your help >> >> Wilhelm >> >> >> --------------------- >> Hello, >> >> I'm using XP & VS 2005, and I'm compiling the c++ to use with the >> .net version. I'm able to compile the c++ quickfix_vs8 project from >> the quickfix_vs8.sln >> but I can not compile the quickfix_net_vs8 and quickfix_net_messages_vs8 >> >> Svn repository of the latest code: >> https://svn.sourceforge.net/svnroot/quickfix/trunk/quickfix >> >> Are you able to compile the latest code? >> >> Best Regards >> >> Wilhelm >> >> >> ------------------------------------------------------------------------- >> >> This SF.Net email is sponsored by the Moblin Your Move Developer's >> challenge >> Build the coolest Linux based applications with Moblin SDK & win >> great prizes >> Grand prize is a trip for two to an Open Source event anywhere in the >> world >> http://moblin-contest.org/redirect.php?banner_id=100&url=/ >> _______________________________________________ >> Quickfix-developers mailing list >> Qui...@li... >> https://lists.sourceforge.net/lists/listinfo/quickfix-developers >> > > |