Hi,

I’m starting to look at packaging Étoilé for FreeBSD.  To do this, I need to be 
able to build each package individually.  EtoileFoundation doesn’t seem to 
build at all without etoile.make (though it uses -include, so it doesn’t error 
out).  Mostly the issues seem to be related to finding headers.

Copying etoile.make into the directory almost works, though it requires this 
line to be removed:

export ADDITIONAL_INCLUDE_DIRS += -I/usr/include/`gcc -dumpmachine`/

(I don’t know if this is needed for Ubuntu still - if so it should be 
conditional - but it definitely breaks on FreeBSD 10.x, where gcc is not 
installed by default.  Clang also supports dumpmachine, so changing gcc to 
${CC} would probably also work).

Is it possible to include a copy of etoile.make with each of the subprojects, 
so that the github tarballs are self-contained?

David

-- Sent from my STANTEC-ZEBRA


_______________________________________________
Etoile-dev mailing list
Etoile-dev@gna.org
https://mail.gna.org/listinfo/etoile-dev

Reply via email to