On 21/02/2012, at 12:29 AM, john skaller wrote:

> I have a serious bug:
> 
> checking build/release/bin/flx --test=build/release: 
> 
> is just hanging. The command is:
> 
> checking build/release/bin/flx --test=build/release: 
> MainThread: starting 'build/release/bin/flx --output_dir=/tmp/tmpJrTvB2 
> --test=build/release /tmp/tmpJrTvB2/temp.flx'


Ok, the problem here is that the output_dir is wrong. I fixed that, fbuild no 
longer
specifies an output_dir. I don't know exactly why it wouldn't work: flx and
flxg both auto-create directories.

I'm going to remove the output_dir option. For the moment, if you want the
C++ files, copy them out of the cache.

The right way to do this is

        --bundle=packagedir

and the result should be a package of C++ files you can ship elsewhere
and compile. It will depend on Felix libs and headers.

If you say:

        --standalone

it should ship EVERYTHING (include the whole C++ sources for the RTL
and build scripts). This is non-trivial, since it depends intimately on
the structure of the Felix installation, and knowing which bits have
to be rebuilt at the destination (configuration stuff).

--
john skaller
skal...@users.sourceforge.net





------------------------------------------------------------------------------
Try before you buy = See our experts in action!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-dev2
_______________________________________________
Felix-language mailing list
Felix-language@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/felix-language

Reply via email to