Le 26 juin 06 à 22:46, David Chisnall a écrit :

I've just tried a complete clean install from the Étoilé svn, and it seems that ServicesBarKit doesn't build without already being installed. The cause of this problem is the

SUBPROJECTS = ServicesBarMenulet

line in the GNUmakefile. This sub-project will only compile (on FreeBSD - maybe it works on other platforms?) when ServicesBarKit has already been installed.

Hi David,

Sorry for the late reply an thanks for the report.
This build issue is true on Linux too. The problem lies in the fact SUBPROJECTS are always compiled before the source of the GNUmakefile where they are declared. I took a look at aggregate.make where SUBPROJECTS rule is implemented, but I have just found no way to modify this behavior. Right now I can only think of one solution : to move the framework source in a subproject. May be someone knows a trick to push subprojects build after the project source ?

Quentin.

--
Quentin Mathé
[EMAIL PROTECTED]


_______________________________________________
Etoile-dev mailing list
[email protected]
https://mail.gna.org/listinfo/etoile-dev

Reply via email to