Re: [Quickfix-developers] config.h missing ?
Brought to you by:
orenmnero
From: saw <s....@gm...> - 2002-08-15 15:04:02
|
Hello, seems the answer i sent yesterday was beamed away. Lets try again : Thanks John for your quick answer. In fact I compiled and installed quickfix itself without any problems. AWhat I try to compile now is a few lines of test code which only includes the quickfix headers : #include "quickfix/include/FileStore.h" #include "quickfix/include/SocketInitiator.h" #include "quickfix/include/SessionSettings.h" #include <stdio.h> int main() { printf("foo\n"); return 1; } Trying to compile this it ends up in error messages about missing config.h file. What configure script do you ment to run ? I cant see the forrest for the trees. kind regards ----- Original Message ----- From: <JDD...@th...> To: <s....@gm...> Cc: <qui...@li...> Sent: Wednesday, August 14, 2002 11:44 PM Subject: Re: [Quickfix-developers] config.h missing ? > > It looks like you didn't do the './configure; make' thing. You need to run > configure. > > John Duncan > Collaborative Development Group > Thoughtworks, Inc > +1 (312) 953 6286 > > > > s....@gm... > Sent by: To: qui...@li... > qui...@li...ur cc: > ceforge.net Subject: [Quickfix-developers] config.h missing ? > > > 08/14/2002 04:27 PM > > > > > > > Hello quickfix list, > > i compiled quickfix successfully. but when i tried to compile > some code i always get : > > quicktest.cpp:4: config.h: No such file or directory > In file included from /usr/local/include/quickfix/include/Mutex.h:54, > from /usr/local/include/quickfix/include/Application.h:56, > from /usr/local/include/quickfix/include/Session.h:63, > from /usr/local/include/quickfix/include/Initiator.h:59, > from > /usr/local/include/quickfix/include/SocketInitiator.h:58, > from quicktest.cpp:9: > /usr/local/include/quickfix/include/Utility.h:64: config.h: No such file or > directory > make: *** [quicktest.o] Error 1 > > > as you can easily see that i dont have much clue about C/C++, i hope > someone > can help me out of this little mess. > and sorry in advance for bothering you with this newbie questions :) > > -- > GMX - Die Kommunikationsplattform im Internet. > http://www.gmx.net > > > > ------------------------------------------------------- > This sf.net email is sponsored by: Dice - The leading online job board > for high-tech professionals. Search and apply for tech jobs today! > http://seeker.dice.com/seeker.epl?rel_code=31 > _______________________________________________ > Quickfix-developers mailing list > Qui...@li... > https://lists.sourceforge.net/lists/listinfo/quickfix-developers > > > > > > > > ------------------------------------------------------- > This sf.net email is sponsored by: Dice - The leading online job board > for high-tech professionals. Search and apply for tech jobs today! > http://seeker.dice.com/seeker.epl?rel_code=31 > _______________________________________________ > Quickfix-developers mailing list > Qui...@li... > https://lists.sourceforge.net/lists/listinfo/quickfix-developers > |