[gtkmm] Gtkmm-forge digest, Vol 1 #668 - 2 msgs
- From: gtkmm-forge-request lists sourceforge net
- To: gtkmm-forge lists sourceforge net
- Subject: [gtkmm] Gtkmm-forge digest, Vol 1 #668 - 2 msgs
- Date: Mon, 12 Apr 2004 20:05:48 -0700
Send Gtkmm-forge mailing list submissions to
gtkmm-forge lists sourceforge net
To subscribe or unsubscribe via the World Wide Web, visit
https://lists.sourceforge.net/lists/listinfo/gtkmm-forge
or, via email, send a message with subject or body 'help' to
gtkmm-forge-request lists sourceforge net
You can reach the person managing the list at
gtkmm-forge-admin lists sourceforge net
When replying, please edit your Subject line so it is more specific
than "Re: Contents of Gtkmm-forge digest..."
gtkmm-forge is the mailing list that receives gtkmm bug reports from bugzilla. A daily digest is sent to gtkmm-main, to encourage people to help fixing the bugs. Do not try to unsubscribe gtkmm-forge from gtkmm-list.
Today's Topics:
1. [Bug 139810] New: - gnome-vfsmm failing compile (bugzilla-daemon widget gnome org)
2. [Bug 139810] - gnome-vfsmm failing compile (bugzilla-daemon widget gnome org)
--__--__--
Message: 1
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net
Cc:
Date: Mon, 12 Apr 2004 12:34:59 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 139810] New: - gnome-vfsmm failing compile
http://bugzilla.gnome.org/show_bug.cgi?id=139810
gnomemm | gnome-vfsmm | Ver: 2.6
Summary: gnome-vfsmm failing compile
Product: gnomemm
Version: 2.6
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: Normal
Component: gnome-vfsmm
AssignedTo: gtkmm-forge lists sourceforge net
ReportedBy: rcook wyrms net
make[1]: Entering directory `/usr/src/gnome-vfsmm-2.6.0'
Making all in tools
make[2]: Entering directory `/usr/src/gnome-vfsmm-2.6.0/tools'
Making all in extra_defs_gen
make[3]: Entering directory `/usr/src/gnome-vfsmm-2.6.0/tools/extra_defs_gen'
if g++ -DHAVE_CONFIG_H -I. -I. -I../../libgnomevfs -pthread -DORBIT2=1
-I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include
-I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-1.9/include -I/usr/include/glib-2.0
-I/usr/lib/glib-2.0/include -I/usr/include/gnome-vfs-2.0
-I/usr/lib/gnome-vfs-2.0/include -I/usr/include/bonobo-activation-2.0
-I/usr/include/orbit-2.0 -I/usr/include/gnome-vfs-module-2.0 -O
-march=athlon-mp -mmmx -mfpmath=sse -msse -m3dnow -pipe -O3 -MT
generate_defs_gnome_vfs.o -MD -MP -MF ".deps/generate_defs_gnome_vfs.Tpo" \
-c -o generate_defs_gnome_vfs.o `test -f 'generate_defs_gnome_vfs.cc' || echo
'./'`generate_defs_gnome_vfs.cc; \
then mv -f ".deps/generate_defs_gnome_vfs.Tpo" ".deps/generate_defs_gnome_vfs.Po"; \
else rm -f ".deps/generate_defs_gnome_vfs.Tpo"; exit 1; \
fi
/bin/sh ../../libtool --mode=link g++ -O -march=athlon-mp -mmmx -mfpmath=sse
-msse -m3dnow -pipe -O3 -z combreloc -s -o generate_extra_defs
generate_defs_gnome_vfs.o -pthread -Wl,--export-dynamic -lglibmm-2.4 -lsigc-2.0
-lgnomevfs-2 -lbonobo-activation -lORBit-2 -lgobject-2.0 -lgthread-2.0 -lm
-lgmodule-2.0 -ldl -lglib-2.0 -lglibmm_generate_extra_defs-2.3
mkdir .libs
g++ -O -march=athlon-mp -mmmx -mfpmath=sse -msse -m3dnow -pipe -O3 -z combreloc
-s -o generate_extra_defs generate_defs_gnome_vfs.o -pthread
-Wl,--export-dynamic /usr/lib/libglibmm-2.4.so
-L/usr/src/gcc-3.3.3.bld/i686-pc-linux-gnu/libstdc++-v3/src
-L/usr/src/gcc-3.3.3.bld/i686-pc-linux-gnu/libstdc++-v3/src/.libs
-L/usr/src/gcc-3.3.3.bld/gcc -L/usr/i686-pc-linux-gnu/bin
-L/usr/i686-pc-linux-gnu/lib /usr/lib/libsigc-2.0.so /usr/lib/./libstdc++.so
/usr/lib/libgnomevfs-2.so /usr/lib/libgconf-2.so /usr/lib/libbonobo-2.so
/usr/lib/libxml2.so -lz -lssl -lcrypto -lrt /usr/lib/libbonobo-activation.so
/usr/lib/libORBitCosNaming-2.so /usr/lib/libORBit-2.so /usr/lib/libpopt.so
/usr/lib/libgobject-2.0.so /usr/lib/libgthread-2.0.so -lpthread -lm
/usr/lib/libgmodule-2.0.so -ldl /usr/lib/libglib-2.0.so
-lglibmm_generate_extra_defs-2.3 -Wl,--rpath -Wl,/usr/lib/. -Wl,--rpath
-Wl,/usr/lib/.
/usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.3/../../../../i686-pc-linux-gnu/bin/ld:
cannot find -lglibmm_generate_extra_defs-2.3
collect2: ld returned 1 exit status
make[3]: *** [generate_extra_defs] Error 1
make[3]: Leaving directory `/usr/src/gnome-vfsmm-2.6.0/tools/extra_defs_gen'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/usr/src/gnome-vfsmm-2.6.0/tools'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/src/gnome-vfsmm-2.6.0'
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
--__--__--
Message: 2
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net
Cc:
Date: Mon, 12 Apr 2004 12:54:39 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 139810] - gnome-vfsmm failing compile
http://bugzilla.gnome.org/show_bug.cgi?id=139810
gnomemm | gnome-vfsmm | Ver: 2.6
------- Additional Comments From rcook wyrms net 2004-04-12 12:54 -------
I am not sure why it is not finding it as these files exist. Both gnome-vfsmm
and libgnomecanvasmm are having this failure.
/usr/include/glibmm-2.4/glibmm_generate_extra_defs
/usr/include/glibmm-2.4/glibmm_generate_extra_defs/generate_extra_defs.h
/usr/lib/libglibmm_generate_extra_defs-2.4.la
/usr/lib/libglibmm_generate_extra_defs-2.4.so
/usr/lib/libglibmm_generate_extra_defs-2.4.so.1
/usr/lib/libglibmm_generate_extra_defs-2.4.so.1.0.0
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
--__--__--
_______________________________________________
Gtkmm-forge mailing list
Gtkmm-forge lists sourceforge net
https://lists.sourceforge.net/lists/listinfo/gtkmm-forge
End of Gtkmm-forge Digest
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]