Hans Linux schreef: > Jos van Kan wrote: >> Hans Linux schreef: >> >>> i m trying to install gphpedit from source, since there is no rpm packet >>> for opensuse 10.3. configure runs well and make give me this error : >>> >>> make: *** [install-recursive] Error 1 >>> >>> what's the meaning of this error? what should i do to get it right? >>> >> >> You cut out the most interesting part of the error message, that what says >> "No >> such file or directory". That will tell you what file is missing to compile. >> Most of the time it's header files that are missing. >>
(snip) > make[4]: Entering directory > `/home/hans/Desktop/gphpedit-0.9.91/src/gtkscintilla2/scintilla/gtk' > g++ `pkg-config --cflags gtk+-2.0` -DNDEBUG -Os -Wall > -Wno-missing-braces -Wno-char-subscripts -pedantic -Os -DGTK -DSCI_LEXER > -I ../include -I ../src -c ../src/DocumentAccessor.cxx *> /bin/sh: g++: command not found* > make[4]: *** [DocumentAccessor.o] Error 127 > make[4]: Leaving directory > `/home/hans/Desktop/gphpedit-0.9.91/src/gtkscintilla2/scintilla/gtk' > make[3]: *** [scintilla/bin/scintilla.a] Error 2 > make[3]: Leaving directory > `/home/hans/Desktop/gphpedit-0.9.91/src/gtkscintilla2' > make[2]: *** [gtkscintilla2/libgtkscintilla2.a] Error 2 > make[2]: Leaving directory `/home/hans/Desktop/gphpedit-0.9.91/src' > make[1]: *** [all-recursive] Error 1 > make[1]: Leaving directory `/home/hans/Desktop/gphpedit-0.9.91' > make: *** [all] Error 2 > suse103:/home/hans/Desktop/gphpedit-0.9.91 # (Reversed order to correct topposting) Please don't toppost and please don't send me a copy if you also respond to the list. It's pretty clear though. To compile you need a compiler and g++ is not installed. So you need to install the gcc family first. Regards, -- Jos van Kan registered Linux user #152704 -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
