If you get this error:

{{{
> fbuild/fbuild-light
...
AssertionError: src/compiler/ocs/src/ocs.cmxa: no sources or libraries passed in
}}}

when you try to build felix, it's because I accidentally committed a reference 
to the developer url for our branch of ocs. Here's how to fix it. First, make 
sure you're up to date with a `git pull origin`. Next, edit `.git/config` and 
replace this line:

{{{
...
[submodule "src/compiler/ocs"]
        url = felix...@felix-lang.org:ocs.git
...
}}}

with:

{{{
...
[submodule "src/compiler/ocs"]
        url = http://git.felix-lang.org/r/ocs.git
...
}}}

Finally run `git submodule init` and `git submodule update`. Now 
`fbuild/fbuild-light` should work again. Let me know if this doesn't work for 
you.

------------------------------------------------------------------------------
This SF.net email is sponsored by:
High Quality Requirements in a Collaborative Environment.
Download a free trial of Rational Requirements Composer Now!
http://p.sf.net/sfu/www-ibm-com
_______________________________________________
Felix-language mailing list
Felix-language@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/felix-language

Reply via email to