Hi, Le 13 févr. 2014 à 04:39, Евгений Ростовцев a écrit :
>> I try build Etoile, everything was successfull (except OgreKit), > > This is a log, when I try build with OgreKit: > > http://git.altlinux.org/tasks/113993/build/100/x86_64/log I just committed a fix for this problem, see r10310. Looks like recent GNUstep Make version don't pass -shared to create a library, when the built project is arranged as a subproject hierarchy. > PS. I made some changes for successfull build, look at > > 1. > http://git.altlinux.org/tasks/113993/gears/100/git?p=git;a=commitdiff;h=6e9fcafda4967d57a209777cbfa58be98f325d39 > > 2. > http://git.altlinux.org/tasks/113993/gears/100/git?p=git;a=commitdiff;h=43d72577433cbe0c6739821509febabe02c239b6 > > 3. > http://git.altlinux.org/tasks/113993/gears/100/git?p=git;a=commitdiff;h=6eb01a916c93408fde38923b0ae414c70c371d2d I'm not sure why you are adding ${CONFIG_SYSTEM_LIBS} and -L${TOPDIR}/Build in many places, but this looks wrong to me. GNUstep Make should pass all the correct libraries. It's possible GNUstep Make is not configured correctly if you have to do that. For the Build directory, if 'make' is invoked inside the root Etoile directory or some subdirectory, etoile.make passes the Build directory among the linking flags to every project that get compiled. Cheers, Quentin. _______________________________________________ Etoile-dev mailing list [email protected] https://mail.gna.org/listinfo/etoile-dev
