On Thu, Mar 19, 2009 at 1:11 PM, Truls Becken <[email protected]>wrote:
> Justin Lolofie wrote: > > > I'd like to try Etoile- is there a list of requirements? > > There's a list in the INSTALL file at the root of you checkout. > > > I tried just running `make` in my checkout but got this error: > > > > Making all for tool ukrun... > > Compiling file main.m ... > > Linking tool ukrun ... > > /usr/bin/ld: cannot find -lUnitKit > > This should not happen. The UnitKit framework should be compiled right > before tool ukrun. Does a symlink exist at the following path when the > error occurs, and does it point to a real file? > > > Etoile/Frameworks/UnitKit/Source/FrameworkSource/UnitKit.framework/libUnitKit.so > No, that file doesnt exist in that location: UnitKit.framework$ pwd /.../Etoile/Frameworks/UnitKit/Source/FrameworkSource/UnitKit.framework UnitKit.framework$ ls ./ ../ Headers@ Resources@ Versions/ It does however, exist elsewhere: A$ pwd /.../Etoile/Frameworks/UnitKit/Source/FrameworkSource/UnitKit.framework/Versions/A A$ ls -l UnitKit lrwxrwxrwx 1 j x 13 2009-03-19 11:10 UnitKit -> libUnitKit.so* A$ ls -l libUnitKit.so lrwxrwxrwx 1 j x 15 2009-03-19 11:10 libUnitKit.so -> libUnitKit.so.1* A$ ls -l libUnitKit.so.1 lrwxrwxrwx 1 j x 17 2009-03-19 11:10 libUnitKit.so.1 -> libUnitKit.so.1.3*
_______________________________________________ Etoile-discuss mailing list [email protected] https://mail.gna.org/listinfo/etoile-discuss
