Re: [Quickfix-developers] Building outside of source directory
Brought to you by:
orenmnero
From: Joerg T. <Joe...@ma...> - 2005-03-01 10:16:04
|
Hi Bill, > I'm trying to build outside of the source directory, but it fails with some > compile errors. > > What I do is: > cd ../built > ../quickfix/configure > I had to delete config.status, otherwise configure failed. > make > Fails in FieldBaseTestCase.h:25:30: CPPTest/TestCase.h: No such file > or directory > > Has anyone succeed in doing such a build? > > (BTW, the reason is that I need to build QuickFIX for three OS's.) You could also use 3 copies to build it for 3 systems or just do something like ./configure --prefix .... make ... make install make distclean # other OS ./configure --prefix ... etc. etc. Actually I do not understand why you need to do it this very special way. Cheers, Jörg -- Joerg Thoennes http://macd.com Tel.: +49 (0)241 44597-24 Macdonald Associates GmbH Fax : +49 (0)241 44597-10 Lothringer Str. 52, D-52070 Aachen |