On Mon, Jan 25, 2010 at 4:13 PM, Klas Ivarsson <klas.ivars...@gmail.com> wrote:
>
> Hmmm...sorry, no progress.
> git submodule init
> git submodule update
>
> Didn't cause any complaints, but not much visible reactions either...
> and if I continue with "python fbuild\fbuild-light -v" I get the same result
> as previous.

How odd. Lets try a nuke-from-orbit, assuming you haven't made any
modifications beyond trying to compile. Try this:

cd \the\felix\install\dir
git checkout master
git pull origin master
cd fbuild
git reset --hard remotes/origin/master
git pull origin master
cd ..
git submodule init
git submodule update
python3.1 fbuild\fbuild-light -v

Hopefully that'll work. If not, I'd suggest just starting over, with:

git clone http://git.felix-lang.org/r/felix.git
cd felix
git submodule init
git submodule update
python3.1 fbuild\fbuild-light -v

Hopefully that'll at least work.

------------------------------------------------------------------------------
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com
_______________________________________________
Felix-language mailing list
Felix-language@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/felix-language

Reply via email to