Having some trouble getting the build system to build 'flx'.

Originally I put as tools/flx.flx but the build system doesn't copy
that file to the build directory. Actually it seems to only copy files
out of 'src' directory... the problem is that flx.flx is generated from
flx_maker.pak, and must be because it contains configuration
information.

I tried installing it into src/flx/flx.flx but that doesn't work either, because
the build script still looks into src to copy the file to build/release/src,
and the file is already in build/release/src because interscript generated
it there ... :)

What to do? The problem is in the buildsystem builder function, which
copies the file to built first, but this file is generated already and doesn't
need to be copied (and can't be).

BTW: is spkgs/flx_pkgconfig.py actually used? Seems like the building
is hard coded into the build system?
--
john skaller
skal...@users.sourceforge.net





------------------------------------------------------------------------------
Beautiful is writing same markup. Internet Explorer 9 supports
standards for HTML5, CSS3, SVG 1.1,  ECMAScript5, and DOM L2 & L3.
Spend less time writing and  rewriting code and more time creating great
experiences on the web. Be a part of the beta today.
http://p.sf.net/sfu/beautyoftheweb
_______________________________________________
Felix-language mailing list
Felix-language@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/felix-language

Reply via email to