Re: [Quickfix-developers] fyi: build error on linux (FC1 and FC2-test3) from the cvs tree
Brought to you by:
orenmnero
From: Oren M. <or...@qu...> - 2004-05-05 18:13:26
|
Actually the problem is that the java library was not being built at all (unless you go to the directory and type make like you did). I fixed it this morning and will be checking it in shortly. --oren On May 5, 2004, at 12:08 PM, brian wrote: > hi, > > i've been experiencing build errors of the cvs tree in > the "default case" (with java installed) for the last couple of weeks. > > after "./bootstrap" and "./configure", the "make" blows up trying > to compile the java acceptance tests (at_application.java), which it > was trying to compile BEFORE it compiles the java libs. the errors > start with "at_application.java:22: package quickfix does not exist" > at the line "import quickfix.*;". there are 100 errors following... > > after it blows up, if i manually make the java library ("cd > src/java;make"), > that runs fine. then if i re-run make from the base of the source tree > ("cd ../..;make"), that runs fine. and "make check" runs fine... > > so i would think it's a dependency problem in make (but i don't > know enough about configure/automake to be able to provide a patch). > > i thought you'd like to know before you make a point release. > > thanks for all your work, this is a great library. > > brian > > > ------------------------------------------------------- > This SF.Net email is sponsored by Sleepycat Software > Learn developer strategies Cisco, Motorola, Ericsson & Lucent use to > deliver higher performing products faster, at low TCO. > http://www.sleepycat.com/telcomwpreg.php?From=osdnemail3 > _______________________________________________ > Quickfix-developers mailing list > Qui...@li... > https://lists.sourceforge.net/lists/listinfo/quickfix-developers > |