Hello, Some questions concerning gnome-desktop-suite or gnome meta-port occurred to my mind: Why is Gnome's display manager (gdm) in the dependencies list, what is it needed for on a computer that runs Gnome on top of MacOS X + XDarwin? I know what gdm usually does or is supposed to do. It doesn't build anyway. I've built Gnome twice, with $ sudo port -v install gnome and (after removing /opt and reinstalling macports) $ sudo port -v install gnome-desktop-suite It always stopped when it was about building gdm, always at keymouselistener.c (gdm-2.16.5/gui/modules/keymouselistener.c) I removed the gdm dependency entry from the Portfile, and the rest of gnome-desktop-suite (148 packages) built fine. I suspect it might be related to the X11-libs, just a guess. I have got XDarwin (xorg 6.8.2 from fink). Any idea is welcome, best regards, Petr ######## gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I. -I.. -DGDMCONFDIR=\"/opt/local/etc/gdm\" -DGNOMELOCALEDIR=\"/opt/local/share/locale\" -DXTHREADS -I/opt/local/include/gtk-2.0 -I/opt/local/lib/gtk-2.0/include -I/opt/local/include/atk-1.0 -I/opt/local/include/cairo -I/opt/local/include/pango-1.0 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/libpng12 -I/usr/X11R6/include -I/opt/local/include/libglade-2.0 -I/opt/local/include/libxml2 -I/opt/local/include -L/opt/local/lib -g -O2 -Wall -Wmissing-prototypes -MT keymouselistener.lo -MD -MP -MF .deps/keymouselistener.Tpo -c keymouselistener.c -fno-common -DPIC -o .libs/keymouselistener.o keymouselistener.c: In function 'event_time': keymouselistener.c:544: error: 'XDeviceKeyEvent' undeclared (first use in this function) keymouselistener.c:544: error: (Each undeclared identifier is reported only once keymouselistener.c:544: error: for each function it appears in.) keymouselistener.c:544: error: parse error before ')' token keymouselistener.c:547: error: 'XDeviceButtonEvent' undeclared (first use in this function) keymouselistener.c:547: error: parse error before ')' token keymouselistener.c: In function 'keycodes_equal': keymouselistener.c:570: error: 'XDeviceKeyEvent' undeclared (first use in this function) keymouselistener.c:570: error: parse error before ')' token keymouselistener.c:570: error: parse error before ')' token keymouselistener.c: In function 'key_gesture_compare_func': keymouselistener.c:603: error: 'XDeviceButtonEvent' undeclared (first use in this function) keymouselistener.c:603: error: parse error before ')' token keymouselistener.c: In function 'gestures_filter': keymouselistener.c:626: warning: unused variable 'xinput_device' make[3]: *** [keymouselistener.lo] Error 1 make[2]: *** [all-recursive] Error 1 make[1]: *** [all-recursive] Error 1 make: *** [all] Error 2 ####### ___________________________________________________________ All New Yahoo! Mail Tired of unwanted email come-ons? Let our SpamGuard protect you. http://uk.docs.yahoo.com/nowyoucan.html
I have only tested building gdm with Apple's X11, not with the x.org server installed from fink. gdm allows you to login multiple times as different users into the X server, although there a couple of manual steps required to do so. On 6 Mar 2007, at 16:46, Peter Schneider wrote:
-I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/libpng12 -I/usr/X11R6/include -I/opt/local/include/libglade-2.0
Randall Wood rhwood@mac.com "The rules are simple: The ball is round. The game lasts 90 minutes. All the rest is just philosophy."
--- Randall Wood <rhwood@mac.com> wrote:
I have only tested building gdm with Apple's X11, not with the x.org server installed from fink.
So my guess wasn't that bad, :-). I am going to rebuild everything with Apple's X11 installed as soon as I can get one. The problem is, I got one of those machines that still were delivered with 10.3, with an free Tiger-update option. The update was performed by my Dealer, but he didn't care to provide a Tiger-DVD. Later I got to know that I was entitled to get one ... and I also have lernt that X11 for 10.4 is just available from that DVD. So I have to use Fink's xorg-server right now. Xfree86 is also available via Fink. Maybe I should try macports' xfree86-port ? The xorg-X11-port seems to be broken? The Gnome-metaport seems to be happy without gdm. Best Regards, Peter ___________________________________________________________ What kind of emailer are you? Find out today - get a free analysis of your email personality. Take the quiz at the Yahoo! Mail Championship. http://uk.rd.yahoo.com/evt=44106/*http://mail.yahoo.net/uk
participants (2)
-
Peter Schneider
-
Randall Wood