Hello! Try to comile sope on CentOS 7 and get: # make This is gnustep-make 2.7.0. Type 'gmake print-gnustep-make-help' for help. Running in gnustep-make version 2 strict mode. Making all in sope-xml ... Making all in SaxObjC ... Making all for library libSaxObjC... Compiling file SaxAttributeList.m ... gcc: error trying to exec 'cc1obj': execvp: Datei oder Verzeichnis nicht gefunden gmake[5]: *** [obj/libSaxObjC.obj/SaxAttributeList.m.o] Fehler 1 gmake[4]: *** [internal-library-all_] Fehler 2 gmake[3]: *** [libSaxObjC.all.library.variables] Fehler 2 gmake[2]: *** [internal-all] Fehler 2 gmake[1]: *** [internal-all] Fehler 2 make: *** [internal-all] Fehler 2 Could need some help on this one. Kind regards Andreas -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 228 bytes Desc: Digitale Signatur von OpenPGP URL: <http://lists.centos.org/pipermail/centos/attachments/20190709/d0233a29/attachment.sig>
On Tue, Jul 09, 2019 at 09:02:05PM +0200, Andreas Meyer wrote:> gcc: error trying to exec 'cc1obj': execvp: Datei oder Verzeichnis nicht gefundenYou need the gcc-objc package. -- Jonathan Billings <billings at negate.org>
Hello! Jonathan Billings <billings at negate.org> schrieb am 09.07.19 um 16:27:06 Uhr:> On Tue, Jul 09, 2019 at 09:02:05PM +0200, Andreas Meyer wrote: > > gcc: error trying to exec 'cc1obj': execvp: Datei oder Verzeichnis nicht gefunden > > You need the gcc-objc package.Thank you, that worked! The next error I get is NGLdap/NGLdapConnection.h not found. Can't find NGLdap with yum. Where can I get it from? Andreas -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 228 bytes Desc: Digitale Signatur von OpenPGP URL: <http://lists.centos.org/pipermail/centos/attachments/20190710/3a3f1617/attachment-0002.sig>