RE: (no subject)
- From: "Mark Gonzalez" <mgonzalez advancedbroadband com>
- To: "'Bob Kashani'" <bobk ocf berkeley edu>
- Cc: garnome-list gnome org
- Subject: RE: (no subject)
- Date: Wed, 26 Oct 2005 10:16:32 -0400
Bob,
I saw that post and tried commenting out the line in pthread.h but still got
the same issue. I will admit I am pretty green with linux so may have not
done it right, but reading the error below it looks like its hitting
gam_data.c and that's where its failing at. I am supposed to do something
after I comment the line out?
Thanks in advanced.
-----Original Message-----
From: garnome-list-bounces gnome org [mailto:garnome-list-bounces gnome org]
On Behalf Of Bob Kashani
Sent: Tuesday, October 25, 2005 10:54 PM
To: garnome-list gnome org
Subject: Re: (no subject)
On Mon, 2005-10-24 at 10:52 -0400, Mark Gonzalez wrote:
> I have followed the instructions for compiling and I am running into the
> following issue during the build of Garnome 2.12.1 results are below.
Mark, take a look at this thread:
http://mail.gnome.org/archives/garnome-list/2005-September/msg00198.html
Bob
> [root gonzo desktop]# make paranoid-install
> make[1]: Entering directory `/tmp/garnome-2.12.1/desktop/bug-buddy'
> [===== NOW BUILDING: bug-buddy-2.12.1 =====]
> [fetch] complete for bug-buddy.
> [checksum] complete for bug-buddy.
> [extract] complete for bug-buddy.
> [patch] complete for bug-buddy.
> [fixup] complete for bug-buddy.
> ==> Building platform/libgnomeui as a dependency
> make[2]: Entering directory `/tmp/garnome-2.12.1/platform/libgnomeui'
> [===== NOW BUILDING: libgnomeui-2.12.0 =====]
> [fetch] complete for libgnomeui.
> [checksum] complete for libgnomeui.
> [extract] complete for libgnomeui.
> [patch] complete for libgnomeui.
> [fixup] complete for libgnomeui.
> ==> Building platform/libbonoboui as a dependency
> make[3]: Entering directory `/tmp/garnome-2.12.1/platform/libbonoboui'
> [===== NOW BUILDING: libbonoboui-2.10.1 =====]
> [fetch] complete for libbonoboui.
> [checksum] complete for libbonoboui.
> [extract] complete for libbonoboui.
> [patch] complete for libbonoboui.
> [fixup] complete for libbonoboui.
> ==> Building platform/libgnome as a dependency
> make[4]: Entering directory `/tmp/garnome-2.12.1/platform/libgnome'
> [===== NOW BUILDING: libgnome-2.12.0.1 =====]
> [fetch] complete for libgnome.
> [checksum] complete for libgnome.
> [extract] complete for libgnome.
> [patch] complete for libgnome.
> [fixup] complete for libgnome.
> ==> Building platform/gnome-vfs as a dependency
> make[5]: Entering directory `/tmp/garnome-2.12.1/platform/gnome-vfs'
> [===== NOW BUILDING: gnome-vfs-2.12.1.1 =====]
> [fetch] complete for gnome-vfs.
> [checksum] complete for gnome-vfs.
> [extract] complete for gnome-vfs.
> [patch] complete for gnome-vfs.
> [fixup] complete for gnome-vfs.
> ==> Building bootstrap/gamin as a dependency
> make[6]: Entering directory `/tmp/garnome-2.12.1/bootstrap/gamin'
> [===== NOW BUILDING: gamin-0.1.6 =====]
> [fetch] complete for gamin.
> [checksum] complete for gamin.
> [extract] complete for gamin.
> [patch] complete for gamin.
> [fixup] complete for gamin.
> [configure] complete for gamin.
> ==> Running make in work/main.d/gamin-0.1.6
> make[7]: Entering directory
> `/tmp/garnome-2.12.1/bootstrap/gamin/work/main.d/gamin-0.1.6'
> make all-recursive
> make[8]: Entering directory
> `/tmp/garnome-2.12.1/bootstrap/gamin/work/main.d/gamin-0.1.6'
> Making all in lib
> make[9]: Entering directory
> `/tmp/garnome-2.12.1/bootstrap/gamin/work/main.d/gamin-0.1.6/lib'
> make[9]: Nothing to be done for `all'.
> make[9]: Leaving directory
> `/tmp/garnome-2.12.1/bootstrap/gamin/work/main.d/gamin-0.1.6/lib'
> Making all in libgamin
> make[9]: Entering directory
> `/tmp/garnome-2.12.1/bootstrap/gamin/work/main.d/gamin-0.1.6/libgamin'
> if /bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.
> -I.. -I.. -I../lib -DBINDIR=\""/root/garnome/libexec"\"
> -DBUILDDIR=\"".."\" -I/root/garnome/include -Wall -Wchar-subscripts
> -Wmissing-declarations -Wmissing-prototypes -Wnested-externs
-Wsign-compare
> -Wno-sign-compare -O2 -MT gam_data.lo -MD -MP -MF ".deps/gam_data.Tpo" -c
-o
> gam_data.lo gam_data.c; \ then mv -f ".deps/gam_data.Tpo"
> ".deps/gam_data.Plo"; else rm -f ".deps/gam_data.Tpo"; exit 1; fi cc
> -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../lib
> -DBINDIR=\"/root/garnome/libexec\" -DBUILDDIR=\"..\"
> -I/root/garnome/include -Wall -Wchar-subscripts -Wmissing-declarations
> -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wno-sign-compare
> -O2 -MT gam_data.lo -MD -MP -MF .deps/gam_data.Tpo -c gam_data.c -fPIC
> -DPIC -o .libs/gam_data.o
> gam_data.c: In function `gamin_data_new':
> gam_data.c:460: `pthread_mutexattr_settype' undeclared (first use in this
> function)
> gam_data.c:460: (Each undeclared identifier is reported only once
> gam_data.c:460: for each function it appears in.)
> gam_data.c:475: `pthread_mutexattr_settype' used prior to declaration
> gam_data.c:475: warning: implicit declaration of function
> `pthread_mutexattr_settype'
> make[9]: *** [gam_data.lo] Error 1
> make[9]: Leaving directory
> `/tmp/garnome-2.12.1/bootstrap/gamin/work/main.d/gamin-0.1.6/libgamin'
> make[8]: *** [all-recursive] Error 1
> make[8]: Leaving directory
> `/tmp/garnome-2.12.1/bootstrap/gamin/work/main.d/gamin-0.1.6'
> make[7]: *** [all] Error 2
> make[7]: Leaving directory
> `/tmp/garnome-2.12.1/bootstrap/gamin/work/main.d/gamin-0.1.6'
> make[6]: *** [build-work/main.d/gamin-0.1.6/Makefile] Error 2
> make[6]: Leaving directory `/tmp/garnome-2.12.1/bootstrap/gamin'
> make[5]: *** [../../bootstrap/gamin/cookies/main.d/install] Error 2
> make[5]: Leaving directory `/tmp/garnome-2.12.1/platform/gnome-vfs'
> make[4]: *** [../../platform/gnome-vfs/cookies/main.d/install] Error 2
> make[4]: Leaving directory `/tmp/garnome-2.12.1/platform/libgnome'
> make[3]: *** [../../platform/libgnome/cookies/main.d/install] Error 2
> make[3]: Leaving directory `/tmp/garnome-2.12.1/platform/libbonoboui'
> make[2]: *** [../../platform/libbonoboui/cookies/main.d/install] Error 2
> make[2]: Leaving directory `/tmp/garnome-2.12.1/platform/libgnomeui'
> make[1]: *** [../../platform/libgnomeui/cookies/main.d/install] Error 2
> make[1]: Leaving directory `/tmp/garnome-2.12.1/desktop/bug-buddy'
> make: *** [paranoid-install] Error 2
>
--
Bob Kashani
http://www.ocf.berkeley.edu/~bobk/garnome
--
garnome-list mailing list
garnome-list gnome org
http://mail.gnome.org/mailman/listinfo/garnome-list
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]