Hello again!

I wanted to compile the latest revision from SVN, and for some reason, cry.cmxa 
is not being made.

This is the part when ./configure is configuring ocaml-cry (./configure 
--enable-debugging --with-user=streamsys --with-group=streamsys):

****** Configuring ocaml-cry

./configure --with-cry-dir=../ocaml-cry/src --enable-debugging 
--with-user=streamsys --with-group=streamsys
configure: WARNING: unrecognized options: --with-cry-dir, --with-user, 
--with-group
configuring ocaml-cry 0.1.1
checking for ocamlc... /usr/bin/ocamlc
ocaml version is 3.11.1
ocaml library path is /usr/lib/ocaml
checking for ocamlopt... /usr/bin/ocamlopt
checking ocamlopt version... ok
checking for ocamlc.opt... /usr/bin/ocamlc.opt
checking ocamlc.opt version... ok
checking for ocamlopt.opt... /usr/bin/ocamlopt.opt
checking ocamlc.opt version... ok
checking for ocamldep... /usr/bin/ocamldep
checking for ocamldoc... /usr/bin/ocamldoc
checking for ocamlfind... /usr/bin/ocamlfind
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/META
config.status: creating src/Makefile
config.status: creating examples/Makefile.connect
configure: WARNING: unrecognized options: --with-cry-dir, --with-user, 
--with-group

And this is the mart when making it (make):

for i in `cat PACKAGES | grep -v '^#'`; do make -C $i || exit 1; done
make[1]: Entering directory `/home/bereziak/make/savonet/ocaml-cry'
make -C src all
make[2]: Entering directory `/home/bereziak/make/savonet/ocaml-cry/src'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/bereziak/make/savonet/ocaml-cry/src'
make[1]: Leaving directory `/home/bereziak/make/savonet/ocaml-cry'

Hmm, yeah, nothing to be done...

This leads to the following error further down:

OCAMLC -o liquidsoap
File "_none_", line 1, characters 0-1:
Error: Cannot find file cry.cmxa
make[3]: *** [liquidsoap] Error 2

The makefile in ocaml-cry doesn't really make sense (I'll post only the 
relevant lines)(~/savonet/ocaml-cry/src/Makefile):
---Makefile ---
BEST = 

all: $(BEST)
--- EOF -------

The system is Ubuntu 9.10, as far as I'm concerned, all required packages are 
installed, otherwise configure would be telling something else.
If you need additional info, please let me know.

Cheers,
--polemon

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Savonet-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/savonet-users

Reply via email to