2010/1/26 Erick Tryzelaar <idade...@users.sourceforge.net>

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

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 get this though, when using VS 2008 command prompt:

---------------------------
C:\Documents and Settings\studio54\felix>python fbuild\fbuild-light -v
configuring build phase
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:\Documents and Settings\studio54\felix\fbuildroot.py", line 359,
in build
    build = config_build(ctx)
  File "C:\Documents and Settings\studio54\felix\fbuildroot.py", line 234,
in config_build
    flags=ctx.options.build_c_flags),
  File "C:\Documents and Settings\studio54\felix\fbuildroot.py", line 197,
in make_c_builder
    static=call('fbuild.builders.c.guess_static', ctx, *args, **kwargs),
  File "fbuild\lib\fbuild\functools.py", line 32, in call
    return import_function(function)(*args, **kwargs)
  File "fbuild\lib\fbuild\builders\c\__init__.py", line 325, in guess_static
    ), *args, **kwargs)
  File "fbuild\lib\fbuild\builders\c\__init__.py", line 305, in
_guess_builder
    return fbuild.functools.call(function, ctx, *args, **kwargs)
  File "fbuild\lib\fbuild\functools.py", line 32, in call
    return import_function(function)(*args, **kwargs)
  File "fbuild\lib\fbuild\builders\c\msvc.py", line 582, in static
    lib_suffix=lib_suffix),
  File "fbuild\lib\fbuild\db.py", line 616, in __call__
    *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 "fbuild\lib\fbuild\db.py", line 612, in __call_super__
    return super().__call__(*args, **kwargs)
TypeError: __init__() got an unexpected keyword argument 'lib_suffix'
------------------------------
------------------------------------------------------------------------------
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