Re: [Quickfix-developers] config.h missing ?
Brought to you by:
orenmnero
From: <s....@gm...> - 2002-08-14 22:31:49
|
Thanks for your fast answer, John. I dont see the point. which configure should i run ? quickfix is already installed fine. (./configure && make && make install - which was not showing up any errors) what i do now is just a few lines of code like : #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; } and trying to compile this shows the error. i tried it on a solaris and on a linux machine - same for both. thanks in advance -- GMX - Die Kommunikationsplattform im Internet. http://www.gmx.net |