On Thu, Jan 28, 2010 at 3:24 AM, Klas Ivarsson <klas.ivars...@gmail.com> wrote:
> Yeah you're right....silly 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 about you :) I've been a little busy, and
I don't have access for that windows machine, so I'm not able to do a
great job of helping you at the moment :(


> Traceback (most recent call last):
>   File "fbuild\fbuild-light", line 13, in <module>
>     exec(compile(f.read(), fbuild_exename, 'exec'))
>   File "fbuild\bin\fbuild", line 185, in <module>
>     sys.exit(main())
>   File "fbuild\bin\fbuild", line 163, in main
>     result = build(ctx)
>   File "fbuild\bin\fbuild", line 136, in build
>     fbuildroot.build(ctx)
>   File "C:\felix\fbuildroot.py", line 365, in build
>     iscr('lpsrc/flx_config.pak')
>   File "fbuild\lib\fbuild\db.py", line 682, in __call__
>     result, srcs, dsts = self.call(*args, **kwargs)
>   File "fbuild\lib\fbuild\db.py", line 686, in call
>     return self.method.__self__.ctx.db.call(self.method, *args, **kwargs)
>   File "fbuild\lib\fbuild\db.py", line 194, in call
>     srcs, dsts, return_type)
>   File "fbuild\lib\fbuild\db.py", line 262, in _cache
>     result = function(*args, **kwargs)
>   File "C:\felix\buildsystem\iscr.py", line 61, in __call__
>     for line in io.StringIO(stdout.decode()):
> UnicodeDecodeError: 'utf8' codec can't decode bytes in position 97-99:
> invalid data


This looks like you may have a unicode character in your path or
environment, which I'm guessing I'm not properly handling. I've fixed
a couple things and made some fixes, so could you do a:

git pull origin master
git submodule update
rm /s build
c:\python31\python.exe fbuild\fbuild-light

and then attach the file build\release\fbuild.log? Don't just copy and
paste, because I want to see the encoding of the output, and I'm not
sure if the characters will get converted while doing that.

-e

------------------------------------------------------------------------------
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