[Quickfix-developers] fyi: build error on linux (FC1 and FC2-test3) from the cvs tree
Brought to you by:
orenmnero
From: brian <br...@du...> - 2004-05-05 17:09:01
|
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 |