On Fri, 2007-03-16 at 17:50 -0400, Chris King wrote:
> On 3/15/07, skaller <[EMAIL PROTECTED]> wrote:
> > Please check the build on this tarabll.
> 
> Build works fine for me (save the known failures) on OS X 10.4.8
> Intel, with the exception that "make wrappers" dies when it gets to
> config/cxx.flxcc:
> 
> bin/flxcc config/cxx.flxcc
> PREPROCESSOR COMMAND:
> g++ -E -I/usr/include/g++-3 -I/usr/include/c++/4.0.0
> -I/usr/include/c++/4.0.0/backward  -I/usr/include/c++/3.2.2
> -I/usr/include/c++/3.2.2/backward  -I/usr/local/include
> -I/usr/include   config/cxx.flxcc.h >config/cxx.flxcc.i
> /usr/include/c++/4.0.0/i686-apple-darwin8/bits/c++config.h[68:0-0] :
> syntax error

Flxcc cannot parse general C++, it's a C parser. It does handle
SOME C++ such as namespaces, but it definitely cannot parse classes
with constructors.

> Fatal error: exception
> Flx_cil_errormsg.Flx_cil_parse_error("/usr/include/c++/4.0.0/i686-apple-darwin8/bits/c++config.h",
> 68, 0, 0)
> make: *** [wrappers] Error 2
> 
> Also, "make performance" dies trying to find bin/drivers/flx_run (the
> directory bin/drivers doesn't exist).

Ok, this isn't so bad then. I haven't looked at 'performance' for
ages -- it uses a custom driver.

make wrappers should probably be removed: i haven't done any
work on flxcc for ages. It is still useful, but it is useful
enough 'as is' not to bother fiddling it, given low level
of resources.




-- 
John Skaller <skaller at users dot sf dot net>
Felix, successor to C++: http://felix.sf.net

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Felix-language mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/felix-language

Reply via email to