On Thu, 2007-07-26 at 17:27 +0200, Klas Ivarsson wrote:
> Hi!
> 
> When I do 
> 
> sudo ./autogen.sh 
> 

> ocamlopt  -w yzex -warn-error FDPSU   -I src -I ocs -I dypgen/dyplib
> -I sex -c sex/sex_map.ml 
> ocamlopt  -w yzex -warn-error FDPSU   -I src -I ocs -I dypgen/dyplib
> -I sex -c sex/ocs2sex.ml
> File "./lpsrc/sex.pak", line 285, characters 0-14:
> Unbound module Ocs_types

[]

> Is there anything that I miss/should update?

Yes, you probably need to do:

make virgin
./autogen.sh

What is probably happening is you have a dirty system,
and the build is skipping over something that actually
needs to be rebuilt.

BTW: you shouldn't need to 'sudo' this process.

You may need root if you want to install, but I recommend NOT
installing Felix: just use it from where it was built.


-- 
John Skaller <skaller at users dot sf dot net>
Felix, successor to C++: http://felix.sf.net

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
Felix-language mailing list
Felix-language@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/felix-language

Reply via email to