> 
> The config files are:
> 
> ~/felix>ls build/release/host/config/sdl2*
> sdl2.fpc        sdl2_image.fpc  sdl2_ttf.fpc
> 
> On my OSX 10.6.8 MacbookPro:

Currently, Felix build makes these config files, however you may need to hand 
edit them.

At the moment, if you do that, next build/install will clobber your changes.

There are two workarounds. The first is to put your modified files into
        
        $HOME/.felix/config

During the (Python) config with fbuild, files here should be copied
into the host directory, clobbering any files the build system itself
created.

The second is to put your files in

/usr/local/lib/felix/packages/host/config/

This is the current "standard" location for config for add ons that
is NOT clobbered by the standard Felix build and install process.

The build system and testing process will respect this:

~/felix>cat build.fpc
FLX_INSTALL_DIR: build/release
FLX_LIB_DIRS: build/release/share/lib build/release/host/lib 
/usr/local/lib/felix/packages/share/lib
FLX_CONFIG_DIRS: build/release/host/config 
/usr/local/lib/felix/packages/host/config

BUT it will not work unless you DELETE the sdl2 config files in 
build/release/host/config!!!!!

That's because at the moment Felix regards *everything* as core. because 
there's as yet
no well defined package management protocol.

I will have to do this some time. At present the transition to 

        --felix=file.fpc 

for configuration is underway and that's the precondition.


--
john skaller
skal...@users.sourceforge.net
http://felix-lang.org




------------------------------------------------------------------------------
Dive into the World of Parallel Programming. The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net/
_______________________________________________
Felix-language mailing list
Felix-language@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/felix-language

Reply via email to