Re: [Felix-language] FBuild problem

2010-01-31 Thread Erick Tryzelaar
On Thu, Jan 28, 2010 at 3:24 AM, Klas Ivarsson wrote: > Yeah you're rightsilly me...forgot to alter my path...;( > With that added I get another error though: > > Seems I'm missing some files related to your llvm port and sdl. > Am I missing some prerequisites? Hi Klas! I haven't forgotten ab

Re: [Felix-language] FBuild problem

2010-01-28 Thread Klas Ivarsson
Yeah you're rightsilly me...forgot to alter my path...;( With that added I get another error though: Seems I'm missing some files related to your llvm port and sdl. Am I missing some prerequisites? \Klas looking for program ocamllex.opt.exe: ok C:\Program\Object

Re: [Felix-language] FBuild problem

2010-01-27 Thread Erick Tryzelaar
On Wed, Jan 27, 2010 at 12:09 PM, Klas Ivarsson wrote: > ok, I get quite bit further now...but not all the way I'm afraid. > That looks like flexdll isn't being found. Did you add "c:\Program Files\flexdll" to the path? I believe you have to right click on my computer, go to properties, then adva

Re: [Felix-language] FBuild problem

2010-01-27 Thread Klas Ivarsson
ok, I get quite bit further now...but not all the way I'm afraid. I get: checking if ocamlopt.opt.exe can make exes: * ocamlopt.opt.exe : c:\docume~1\studio54\lokala~1\temp\tmpu2dej4\temp.ml -> c:\docume~1\studio54\l okala~1\temp\tmpu2dej4\temp.cmx + C:\Program\Objective Cam

Re: [Felix-language] FBuild problem

2010-01-27 Thread Erick Tryzelaar
On Wed, Jan 27, 2010 at 3:02 AM, Klas Ivarsson wrote: > > Ok, I've installed all of the above (for flexdll I went for > flexdll-0.21-setup.exe). Yep, that's what I got. > But before I start...I got python 3.1 in my path variable, should i do > something > for "C:\Python26" too? Also..since I ins

Re: [Felix-language] FBuild problem

2010-01-27 Thread Klas Ivarsson
2010/1/27 Erick Tryzelaar > Hi Klas! I got it past configuration with VS2008 express. I had to fix > another problem, but so far it seems to be working. Some things I had > to do though was make sure these were installed: > > python 2.6 and 3.1: http://python.org > ocaml 3.11: http://caml.inria.f

Re: [Felix-language] FBuild problem

2010-01-27 Thread Erick Tryzelaar
Hi Klas! I got it past configuration with VS2008 express. I had to fix another problem, but so far it seems to be working. Some things I had to do though was make sure these were installed: python 2.6 and 3.1: http://python.org ocaml 3.11: http://caml.inria.fr/ocaml/release.en.html flexdll: http:/

Re: [Felix-language] FBuild problem

2010-01-26 Thread Klas Ivarsson
C:\felix>python fbuild\fbuild-light -v configuring build phase checking if cl.exe /GR /MD /EHs /wd4291 can make objects: * cl.exe /GR /MD /EHs /wd4291 : .\tmp29splb\temp.c -> build\release\.\tmp29splb\temp_static.obj command failed: C:\Program\Microsoft Visual Studio 8\VC\BIN\cl.exe /nolo

Re: [Felix-language] FBuild problem

2010-01-26 Thread Erick Tryzelaar
You should be able to just physically move or copy that directory either through the explorer, or through the shell with: move "C:\Documents and Settings\studio54\felix" "C:\" If I remember correctly. Are you using the command line git tools? If so, they shouldn't care where the files are. I'm n

Re: [Felix-language] FBuild problem

2010-01-26 Thread Klas Ivarsson
sure...but how? git placed it there by default.. \Klas 2010/1/27 Erick Tryzelaar > On Tue, Jan 26, 2010 at 3:12 PM, Klas Ivarsson > wrote: > > > > Ok, we are getting closer but not home yet ;) Now I get: > > > > ... > > > > File "fbuild\lib\fbuild\subprocess\winprocess.py", line 37, in > >

Re: [Felix-language] FBuild problem

2010-01-26 Thread Erick Tryzelaar
On Tue, Jan 26, 2010 at 3:12 PM, Klas Ivarsson wrote: > > Ok, we are getting closer but not home yet ;) Now I get: > > ... > >   File "fbuild\lib\fbuild\subprocess\winprocess.py", line 37, in > ErrCheckBool >     raise WinError() > WindowsError: [Error 3] Det går inte att hitta sökvägen. > C:\Docu

Re: [Felix-language] FBuild problem

2010-01-26 Thread Klas Ivarsson
2010/1/26 Erick Tryzelaar > On Tue, Jan 26, 2010 at 12:31 PM, Klas Ivarsson > wrote: > > > > Some minor progress here ;) By following your last suggestion I managed > to > > get a new version of fbuild-light and Felix. > > After that i replaced VS 2005 with VS 2008 Express. ( > > http://www.mic

Re: [Felix-language] FBuild problem

2010-01-26 Thread Erick Tryzelaar
On Tue, Jan 26, 2010 at 12:31 PM, Klas Ivarsson wrote: > > Some minor progress here ;) By following your last suggestion I managed to > get a new version of fbuild-light and Felix. > After that i replaced VS 2005 with VS 2008 Express.  ( > http://www.microsoft.com/express/Windows/ ) > But I still

Re: [Felix-language] FBuild problem

2010-01-26 Thread Klas Ivarsson
2010/1/26 Erick Tryzelaar > On Mon, Jan 25, 2010 at 4:13 PM, Klas Ivarsson > 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-li

Re: [Felix-language] FBuild problem

2010-01-25 Thread Erick Tryzelaar
On Mon, Jan 25, 2010 at 4:13 PM, Klas Ivarsson 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.

Re: [Felix-language] FBuild problem

2010-01-25 Thread Klas Ivarsson
2010/1/26 Erick Tryzelaar > On Mon, Jan 25, 2010 at 3:20 PM, Klas Ivarsson > wrote: > > Ok, I get the following in Git Bash: > > > > $ cd felix > > $ git remote add github git://github.com/erickt/fbuild.git > > $ git pull github > > warning: no common commits > > remote: Cou

Re: [Felix-language] FBuild problem

2010-01-25 Thread Erick Tryzelaar
On Mon, Jan 25, 2010 at 3:20 PM, Klas Ivarsson wrote: > Ok, I get the following in Git Bash: > > $ cd felix > $ git remote add github git://github.com/erickt/fbuild.git > $ git pull github > warning: no common commits > remote: Counting objects: 5013, done. > remote: Compressi

Re: [Felix-language] FBuild problem

2010-01-25 Thread Klas Ivarsson
2010/1/25 Erick Tryzelaar > On Mon, Jan 25, 2010 at 4:28 AM, Klas Ivarsson > wrote: > > Thanks, > > > > I've now tried to update VS and when I use fbuild-light with -v, i get > > (btw think i got a bit longer this time, because even though it isn't > shown > > below, > > in a previous run I got

Re: [Felix-language] FBuild problem

2010-01-25 Thread Erick Tryzelaar
On Mon, Jan 25, 2010 at 4:28 AM, Klas Ivarsson wrote: > Thanks, > > I've now tried to update VS and when I use fbuild-light with -v, i get > (btw think i got a bit longer this time, because even though it isn't shown > below, > in a previous run I got the message "checking cl.exe with /Zi : ok" ):

Re: [Felix-language] FBuild problem

2010-01-24 Thread Erick Tryzelaar
On Sun, Jan 24, 2010 at 2:15 PM, Klas Ivarsson wrote: > Hi! > > I'm trying to install Felix on Windows with Fbuild, but get this error > message: > >>python fbuild\fbuild-light > configuring build phase > checking cl.exe  : ok > checking cl.exe with /Zi : failed > cl.exe failed to compile

[Felix-language] FBuild problem

2010-01-24 Thread Klas Ivarsson
Hi! I'm trying to install Felix on Windows with Fbuild, but get this error message: >python fbuild\fbuild-light configuring build phase checking cl.exe : ok checking cl.exe with /Zi : failed cl.exe failed to compile an exe The info from 'fbuild-light --help' suggests that i somehow can