[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
Re: gEDA-user: gschem 20040111 runs on Mac OS 10.3
> GTK+ library version: 2.2.4
Okay configure wanting to use 2.2.x.
[snip]
>if gcc -DLOCALEDIR=\"/sw/share/locale\" -DHAVE_CONFIG_H -I. -I. -I..
>-I../intl -I../include -I/sw/include -I/sw/include/gtk-1.2
^^^^^^^
But somehow this is being set to use gtk+ 1.2.x
>-I/usr/X11R6/include -I/sw/include/glib-1.2 -I/sw/lib/glib/include
^^^^^^^^
Ditto.
>-I/sw/include -g -O2 -MT a_pan.o -MD -MP -MF ".deps/a_pan.Tpo" \
> -c -o a_pan.o `test -f 'a_pan.c' || echo './'`a_pan.c; \
>then mv -f ".deps/a_pan.Tpo" ".deps/a_pan.Po"; \
>else rm -f ".deps/a_pan.Tpo"; exit 1; \
[snip]
>I have no idea what could be wrong? I'm only a electronics guy :) Is my
>gtk+2 bad? With gtk+ 1 it works fine.
>Would be cool if anybody could help, but otherwise I also can work with
>the gtk+1 one.
I imagine your gtk+ 2.x is just fine, but something subtle with
gEDA/gaf is going wrong. Curious.
Could you send me the following files via private e-mail:
libgeda-20040111/config.log
libgeda-20040111/config.h
libgeda-20040111/libgeda.pc
geda-gschem-20040111/config.log
geda-gschem-20040111/config.h
Also send me the output of:
pkg-config gtk+-2.0 --libs --cflags
pkg-config glib-2.0 --libs --cflags
pkg-config libgeda --libs --cflags
Thanks.
-Ales