Re: [Quickfix-developers] Quickfix 1.4 compile errors with Visual Studio .Net Version 7.0
Brought to you by:
orenmnero
From: Oren M. <ore...@ya...> - 2003-03-11 20:02:43
|
You will need to increase the heapspace available to the compiler. Adding /Zm1000 parameter should work. The header file generated for FIX 4.3 messages is very big. This will become an even bigger problem when 4.4 is released. I'm probably going to end up putting each message into its own file. We already do this for java out of necessity. dwi...@jp... wrote:I could build quickfix1.3.2 without any problems. After unzipping the new code I get the following: Any suggestions? Thanks c1xx : fatal error C1060: compiler is out of heap space MessageStore.cpp c1xx : fatal error C1060: compiler is out of heap space Log.cpp c1xx : fatal error C1060: compiler is out of heap space FileStore.cpp c1xx : fatal error C1060: compiler is out of heap space FileLog.cpp c1xx : fatal error C1060: compiler is out of heap space ThreadedSocketInitiator.cpp c1xx : fatal error C1060: compiler is out of heap space ThreadedSocketConnection.cpp c1xx : fatal error C1060: compiler is out of heap space ThreadedSocketAcceptor.cpp c1xx : fatal error C1060: compiler is out of heap space SocketServer.cpp c1xx : fatal error C1060: compiler is out of heap space SocketMonitor.cpp c1xx : fatal error C1060: compiler is out of heap space SocketInitiator.cpp c1xx : fatal error C1060: compiler is out of heap space SocketConnector.cpp c1xx : fatal error C1060: compiler is out of heap space SocketConnection.cpp c1xx : fatal error C1060: compiler is out of heap space SocketAcceptor.cpp c1xx : fatal error C1060: compiler is out of heap space MessageSorters.cpp c1xx : fatal error C1060: compiler is out of heap space Message.cpp c1xx : fatal error C1060: compiler is out of heap space Group.cpp c1xx : fatal error C1060: compiler is out of heap space DataDictionary.cpp c1xx : fatal error C1060: compiler is out of heap space FieldTypes.cpp c1xx : fatal error C1060: compiler is out of heap space Utility.cpp c1xx : fatal error C1060: compiler is out of heap space strptime.c src\C++\strptime.c(61) : fatal error C1083: Cannot open precompiled header file: '. \Debug/quickfix_lib.pch': Permission denied stdafx.cpp src\C++\stdafx.cpp(5) : fatal error C1083: Cannot open precompiled header file: '.\Debug/quickfix_lib.pch': Permission denied Settings.cpp c1xx : fatal error C1060: compiler is out of heap space SessionSettings.cpp c1xx : fatal error C1060: compiler is out of heap space SessionFactory.cpp c1xx : fatal error C1060: compiler is out of heap space Session.cpp c1xx : fatal error C1060: compiler is out of heap space Parser.cpp c1xx : fatal error C1060: compiler is out of heap space MSXML_DOMDocument.cpp c1xx : fatal error C1060: compiler is out of heap space Initiator.cpp c1xx : fatal error C1060: compiler is out of heap space Dictionary.cpp c1xx : fatal error C1060: compiler is out of heap space ConfigLexer.cpp src\C++\ConfigLexer.cpp(1) : fatal error C1083: Cannot open precompiled header file: '. \Debug/quickfix_lib.pch': Permission denied Acceptor.cpp c1xx : fatal error C1060: compiler is out of heap space Dwight Browne Exchange connectivity and GTW FIX re-engineering 277 Park 46th floor :622 4358 Cell Phone: 917 406 7746 Project website ->GIBRALTAR ------------------------------------------------------- This SF.net email is sponsored by:Crypto Challenge is now open! Get cracking and register here for some mind boggling fun and the chance of winning an Apple iPod: http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0031en _______________________________________________ Quickfix-developers mailing list Qui...@li... https://lists.sourceforge.net/lists/listinfo/quickfix-developers --------------------------------- Do you Yahoo!? Yahoo! Web Hosting - establish your business online |