I changed some things around in fbuild which should fix the problem. Here's how to fix it:
% cd $FELIX % git remote set-url origin git://github.com/erickt/felix.git % cd fbuild % git remote set-url origin git://github.com/erickt/fbuild.git % cd ../src/compiler/dypgen % git remote set-url origin git://github.com/erickt/dypgen.git % cd ../ocs % git remote set-url origin git://github.com/erickt/ocs.git % cd ../../.. % git submodule init % git submodule update That should hopefully get you back up and running. By the way John, I think I forgot to tell you to set the dypgen and ocs paths. On Thu, Oct 28, 2010 at 7:24 AM, Rhythmic Fistman <rfist...@gmail.com> wrote: > What I checked out already has that, i.e. > cmd = [self.exe] > > still doesn't build. > > On 28 October 2010 16:05, john skaller <skal...@users.sourceforge.net> wrote: >> >> On 29/10/2010, at 1:02 AM, john skaller wrote: >> >>> >>> >>> change the line 19 to: >>> >>> self.exe = fbuild.builders.find_program(ctx, [exe]) >> >> No, wrong! Just follow the patch: >> >>> >>> ~/felix/fbuild>git diff >>> diff --git a/lib/fbuild/builders/felix.py b/lib/fbuild/builders/felix.py >>> index fccbc15..4059631 100644 >>> --- a/lib/fbuild/builders/felix.py >>> +++ b/lib/fbuild/builders/felix.py >>> @@ -31,7 +31,7 @@ class Flx(fbuild.db.PersistentObject): >>> flags=[], >>> cwd=None, >>> **kwargs): >>> - cmd = [sys.executable, self.exe] >>> + cmd = [self.exe] >>> >>> if debug is None: >>> debug = self.debug >> >> -- >> john skaller >> skal...@users.sourceforge.net >> >> >> >> >> > > ------------------------------------------------------------------------------ > Nokia and AT&T present the 2010 Calling All Innovators-North America contest > Create new apps & games for the Nokia N8 for consumers in U.S. and Canada > $10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing > Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store > http://p.sf.net/sfu/nokia-dev2dev > _______________________________________________ > Felix-language mailing list > Felix-language@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/felix-language > ------------------------------------------------------------------------------ Nokia and AT&T present the 2010 Calling All Innovators-North America contest Create new apps & games for the Nokia N8 for consumers in U.S. and Canada $10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store http://p.sf.net/sfu/nokia-dev2dev _______________________________________________ Felix-language mailing list Felix-language@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/felix-language