Re: [Quickfix-developers] Out of Heap space with VC 7.0
Brought to you by:
orenmnero
From: Oren M. <ore...@ya...> - 2003-05-22 19:20:49
|
Use the compilers /Zm switch to increase the available heap space. /Zm200 should be sufficient. --- dwi...@jp... wrote: > I'm getting the following errors when trying to > build quickfix_lib > (quickfix version 1.4.1): > > > C:\quickfix\src\C++\Acceptor.h > 1 File(s) copied > Compiling... > MySQLStore.cpp > MySQLLog.cpp > 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 > FieldMap.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 > > > Any ideas/ suggestions? > > > Thanks > > Dwight Browne > > > > > ------------------------------------------------------- > This SF.net email is sponsored by: ObjectStore. > If flattening out C++ or Java code to make your > application fit in a > relational database is painful, don't do it! Check > out ObjectStore. > Now part of Progress Software. > http://www.objectstore.net/sourceforge > _______________________________________________ > Quickfix-developers mailing list > Qui...@li... > https://lists.sourceforge.net/lists/listinfo/quickfix-developers __________________________________ Do you Yahoo!? The New Yahoo! Search - Faster. Easier. Bingo. http://search.yahoo.com |