Sorry, this one is my fault. I forgot to protect that code with #ifdefs checking if you have the new libobjc2 optimisation library installed. It should be fixed in trunk.
David On 12 May 2010, at 13:20, Sándor wrote: > clang is installed. > I get the following errors: > Making all for framework LanguageKitCodeGen... > ls: /usr/lib/libGNUObjCRuntime.so nem érhető el: Nincs ilyen fájl vagy > könyvtár. i.e not reachable which is true since it is not installe. (I do > not know what installs it- > > > Compiling file CodeGenModule.cpp ... > CodeGenModule.cpp:412:9: error: use of undeclared identifier > 'createClassIMPCachePass' > pm.add(createClassIMPCachePass()); > ^ > CodeGenModule.cpp:413:9: error: use of undeclared identifier > 'createClassLookupCachePass' > pm.add(createClassLookupCachePass()); > ^ > CodeGenModule.cpp:414:9: error: use of undeclared identifier > 'createClassMethodInliner' > pm.add(createClassMethodInliner()); > ^ > CodeGenModule.cpp:415:9: error: use of undeclared identifier > 'createGNUNonfragileIvarPass' > pm.add(createGNUNonfragileIvarPass()); > ^ > CodeGenModule.cpp:416:9: error: use of undeclared identifier > 'createGNULoopIMPCachePass' > pm.add(createGNULoopIMPCachePass()); > > Any help appreciated. Thank you. > > P.S. The newest svn for gnustep, etoile, llvm and clang. > objective2 is installed. > > _______________________________________________ > Etoile-discuss mailing list > [email protected] > https://mail.gna.org/listinfo/etoile-discuss -- Sent from my IBM 1620 _______________________________________________ Etoile-discuss mailing list [email protected] https://mail.gna.org/listinfo/etoile-discuss
