ubuntuusers.de

evidence make error

Status: Ungelöst | Ubuntu-Version: Nicht spezifiziert
Antworten |

anduril

Anmeldungsdatum:
13. Mai 2005

Beiträge: 30

Hi,
beim ./configure krieg ich immer folgenden fehler

~/evidence$ ./configure
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking for style of include used by make... GNU
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking dependency style of gcc... gcc3
checking for strerror in -lcposix... no
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ANSI C... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking for gcc option to accept ANSI C... none needed
checking how to run the C preprocessor... gcc -E
checking for egrep... grep -E
checking for ANSI C header files... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking for g++... no
checking for c++... no
checking for gpp... no
checking for aCC... no
checking for CC... no
checking for cxx... no
checking for cc++... no
checking for cl... no
checking for FCC... no
checking for KCC... no
checking for RCC... no
checking for xlC_r... no
checking for xlC... no
checking whether we are using the GNU C++ compiler... no
checking whether g++ accepts -g... no
checking dependency style of g++... none
checking for a sed that does not truncate output... /bin/sed
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognise dependent libraries... pass_all
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking how to run the C++ preprocessor... /lib/cpp
configure: error: C++ preprocessor "/lib/cpp" fails sanity check
See config.log' for more details.

sunzi

Avatar von sunzi

Anmeldungsdatum:
16. Dezember 2004

Beiträge: 703

Moin,

Du hast gcc nicht installiert!

Gruss
sunzi

anduril

(Themenstarter)

Anmeldungsdatum:
13. Mai 2005

Beiträge: 30

doch gcc ist definitiv drauf. weiß auch nicht warum der den nicht findet

~$ gc
gcalctool gccbug gconf-editor gcov
gcc gccbug-3.3 gconfigger gcov-3.3
gcc-3.3 gccbug-3.4 gconf-merge-tree gcov-3.4
gcc-3.4 gccbug-4.0 gconftool gcov-4.0
gcc-4.0 gccmakedep gconftool-2

anduril

(Themenstarter)

Anmeldungsdatum:
13. Mai 2005

Beiträge: 30

ok, hab die version von g++ geändert und jetzt funzts. aber hänge beim make

 gcc -DHAVE_CONFIG_H -I. -I. -I../../../.. -I. -I../../../../src -DXTHREADS -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/X11R6/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -O2 -g3 -Wall -MT libevidence_gui_gtk2_common_la-tooltip.lo -MD -MP -MF .deps/libevidence_gui_gtk2_common_la-tooltip.Tpo -c tooltip.c  -fPIC -DPIC -o .libs/libevidence_gui_gtk2_common_la-tooltip.o
In file included from tooltip.c:27:
../../../../src/gui/gtk2/icon_view/gevas_light.h:30:18: Evas.h: No such file or directory
In file included from tooltip.c:27:
../../../../src/gui/gtk2/icon_view/gevas_light.h:64: error: syntax error before "Evas"
../../../../src/gui/gtk2/icon_view/gevas_light.h:64: warning: no semicolon at end of struct or union
../../../../src/gui/gtk2/icon_view/gevas_light.h:79: error: syntax error before '}' token
../../../../src/gui/gtk2/icon_view/gevas_light.h:98: error: syntax error before '*' token
../../../../src/gui/gtk2/icon_view/gevas_light.h:98: warning: type defaults to `int' in declaration of `gevas_get_evas'
../../../../src/gui/gtk2/icon_view/gevas_light.h:98: warning: data definition has no type or storage class
tooltip.c: In function `tooltip_show_for':
tooltip.c:341: warning: unused variable `iv'
make[6]: *** [libevidence_gui_gtk2_common_la-tooltip.lo] Fehler 1
make[6]: Verlasse Verzeichnis »/home/nomawie/evidence/src/gui/gtk2/common«
make[5]: *** [all-recursive] Fehler 1
make[5]: Verlasse Verzeichnis »/home/nomawie/evidence/src/gui/gtk2/common«
make[4]: *** [all-recursive] Fehler 1
make[4]: Verlasse Verzeichnis »/home/nomawie/evidence/src/gui/gtk2«
make[3]: *** [all-recursive] Fehler 1
make[3]: Verlasse Verzeichnis »/home/nomawie/evidence/src/gui«
make[2]: *** [all-recursive] Fehler 1
make[2]: Verlasse Verzeichnis »/home/nomawie/evidence/src«
make[1]: *** [all-recursive] Fehler 1
make[1]: Verlasse Verzeichnis »/home/nomawie/evidence«
make: *** [all] Fehler 2

droebbel Team-Icon

Anmeldungsdatum:
19. Oktober 2004

Beiträge: 5388

es fehlen Entwicklungsbibliotheken. Wenn ich nur wüsste, welche - sind z.B. libgtk2.0-dev und libglib2.0-dev installiert?

Antworten |