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
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.
Hello!
Jonathan Billings billings@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