[gtkmm] Gtkmm-forge digest, Vol 1 #413 - 8 msgs
- From: gtkmm-forge-request lists sourceforge net
- To: gtkmm-forge lists sourceforge net
- Subject: [gtkmm] Gtkmm-forge digest, Vol 1 #413 - 8 msgs
- Date: Sat, 26 Apr 2003 20:04:41 -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.
Today's Topics:
1. [Bug 111647] New - gnomemm-all-1.3.16 and libbonobomm-1.3.5 install bug (bugzilla-daemon widget gnome org)
2. [Bug 111298] Changed - problems with enums... (bugzilla-daemon widget gnome org)
3. [Bug 111298] Changed - problems with enums... (bugzilla-daemon widget gnome org)
4. [Bug 111291] Changed - Fixes for pkg-config (bugzilla-daemon widget gnome org)
5. [Bug 111298] Changed - problems with enums... (bugzilla-daemon widget gnome org)
6. [Bug 111291] Changed - Fixes for pkg-config (bugzilla-daemon widget gnome org)
7. [Bug 109882] Changed - CH2 of the Gtkmm book does not include Windows installation (bugzilla-daemon widget gnome org)
8. [Bug 109882] Changed - CH2 of the Gtkmm book does not include Windows installation (bugzilla-daemon widget gnome org)
--__--__--
Message: 1
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net
Cc:
Date: Sat, 26 Apr 2003 12:48:23 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 111647] New - gnomemm-all-1.3.16 and libbonobomm-1.3.5 install bug
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
http://bugzilla.gnome.org/show_bug.cgi?id=111647
Changed by ryasko gator net
--- shadow/111647 Sat Apr 26 12:48:23 2003
+++ shadow/111647.tmp.26141 Sat Apr 26 12:48:23 2003
@@ -0,0 +1,45 @@
+Bug#: 111647
+Product: gnomemm
+Version: 2.0
+OS: Windows
+OS Details: Red Hat 9
+Status: NEW
+Resolution:
+Severity: normal
+Priority: Normal
+Component: libbonobomm
+AssignedTo: gtkmm-forge lists sourceforge net
+ReportedBy: ryasko gator net
+TargetMilestone: ---
+URL:
+Summary: gnomemm-all-1.3.16 and libbonobomm-1.3.5 install bug
+
+I'm trying to install the package gnomemm-all-1.3.16. When I run
+./configure it halts on the below error:
+
+
+//******************************************************************
+checking for gtkmm-2.0 >= 2.0.0 libbonobo-2.0 >= 2.0.0 ORBit-2.0-cpp >=
+1.3.5... Package ORBit-2.0-cpp was not found in the pkg-config search
+path.
+Perhaps you should add the directory containing `ORBit-2.0-cpp.pc'
+to the PKG_CONFIG_PATH environment variable
+No package 'ORBit-2.0-cpp' found
+
+configure: error: Library requirements (gtkmm-2.0 >= 2.0.0 libbonobo-2.0
+>= 2.0.0 ORBit-2.0-cpp >= 1.3.5) not met; consider adjusting the
+PKG_CONFIG_PATH environment variable if your libraries are in a
+nonstandard prefix so pkg-config can find them.
+configure: error: /bin/sh './configure' failed for libbonobomm
+
+
+//******************************************************************
+
+
+I checked the pkgconfig directory (/usr/lib/pkgconfig)and the
+configuration file it's looking for should be ORBit-2.0.pc and not the
+specified ORBit-2.0-cpp.pc.
+
+Also the same error occurs when trying to install libbonobomm-1.3.5
+
+Please fix this install problem.
--__--__--
Message: 2
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net
Cc:
Date: Sat, 26 Apr 2003 21:39:47 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 111298] Changed - problems with enums...
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
http://bugzilla.gnome.org/show_bug.cgi?id=111298
Changed by mxpxfifws yahoo com
--- shadow/111298 Fri Apr 25 02:44:19 2003
+++ shadow/111298.tmp.31680 Sat Apr 26 21:39:47 2003
@@ -45,6 +45,11 @@
is no gnome_vfs_file_info_options_get_type(). This may have to do
with something said about these enums aren't gtypes. I'm not sure.
------- Additional Comments From murrayc usa net 2003-04-25 02:44 -------
Yes, I've mentioned this several times. We probably need to patch
gnome-vfs, or use the C enums for now.
+
+------- Additional Comments From mxpxfifws yahoo com 2003-04-26 21:39 -------
+Created an attachment (id=16035)
+Is this kind of what needs to be done? This is just one enumeration changed (GnomeVFSFileInfoOptions->FileInfoOptions).
+
--__--__--
Message: 3
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net
Cc:
Date: Sat, 26 Apr 2003 21:42:17 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 111298] Changed - problems with enums...
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
http://bugzilla.gnome.org/show_bug.cgi?id=111298
Changed by mxpxfifws yahoo com
--- shadow/111298 Sat Apr 26 21:39:47 2003
+++ shadow/111298.tmp.32466 Sat Apr 26 21:42:17 2003
@@ -50,6 +50,10 @@
gnome-vfs, or use the C enums for now.
------- Additional Comments From mxpxfifws yahoo com 2003-04-26 21:39 -------
Created an attachment (id=16035)
Is this kind of what needs to be done? This is just one enumeration changed (GnomeVFSFileInfoOptions->FileInfoOptions).
+
+------- Additional Comments From mxpxfifws yahoo com 2003-04-26 21:42 -------
+One note: This patch is applied after my other patch, 111291. It
+compiles and install fine here, and it works compiling against it.
--__--__--
Message: 4
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net
Cc:
Date: Sat, 26 Apr 2003 22:21:02 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 111291] Changed - Fixes for pkg-config
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
http://bugzilla.gnome.org/show_bug.cgi?id=111291
Changed by mxpxfifws yahoo com
--- shadow/111291 Thu Apr 24 11:44:30 2003
+++ shadow/111291.tmp.14380 Sat Apr 26 22:21:02 2003
@@ -23,6 +23,11 @@
Fixes :)
------- Additional Comments From murrayc usa net 2003-04-24 11:44 -------
Looks good. I'll apply it as soon as I can solve my gnome-vfs build
problems.
+
+------- Additional Comments From mxpxfifws yahoo com 2003-04-26 22:21 -------
+Created an attachment (id=16036)
+Don't use the last patch, use this. It fixes install problems with headers.
+
--__--__--
Message: 5
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net
Cc:
Date: Sat, 26 Apr 2003 22:22:23 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 111298] Changed - problems with enums...
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
http://bugzilla.gnome.org/show_bug.cgi?id=111298
Changed by mxpxfifws yahoo com
--- shadow/111298 Sat Apr 26 21:42:17 2003
+++ shadow/111298.tmp.14903 Sat Apr 26 22:22:23 2003
@@ -10,12 +10,13 @@
Component: gnome-vfsmm
AssignedTo: gtkmm-forge lists sourceforge net
ReportedBy: mxpxfifws yahoo com
TargetMilestone: ---
URL:
Summary: problems with enums...
+BugsThisDependsOn: 111291
Ok, this is just one problem, but I've got it down to this:
at line 31 of libgnomevfs/src/file-info.h, you have
_WRAP_ENUM(FileInfoOptions, GnomeVFSFileInfoOptions)
@@ -54,6 +55,9 @@
Is this kind of what needs to be done? This is just one enumeration changed (GnomeVFSFileInfoOptions->FileInfoOptions).
------- Additional Comments From mxpxfifws yahoo com 2003-04-26 21:42 -------
One note: This patch is applied after my other patch, 111291. It
compiles and install fine here, and it works compiling against it.
+
+------- Additional Comments From mxpxfifws yahoo com 2003-04-26 22:22 -------
+Added dependency on 111291.
--__--__--
Message: 6
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net
Cc:
Date: Sat, 26 Apr 2003 22:22:24 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 111291] Changed - Fixes for pkg-config
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
http://bugzilla.gnome.org/show_bug.cgi?id=111291
Changed by mxpxfifws yahoo com
--- shadow/111291 Sat Apr 26 22:21:02 2003
+++ shadow/111291.tmp.14915 Sat Apr 26 22:22:24 2003
@@ -10,12 +10,13 @@
Component: gnome-vfsmm
AssignedTo: gtkmm-forge lists sourceforge net
ReportedBy: mxpxfifws yahoo com
TargetMilestone: ---
URL:
Summary: Fixes for pkg-config
+OtherBugsDependingOnThis: 111298
Changes are in the Changelog. The big thing was the .pc fixes.
Next on my list is to get the enums wrapped (hopefully). Wish me luck :)
------- Additional Comments From mxpxfifws yahoo com 2003-04-21 15:56 -------
--__--__--
Message: 7
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net
Cc:
Date: Sat, 26 Apr 2003 22:31:40 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 109882] Changed - CH2 of the Gtkmm book does not include Windows installation
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
http://bugzilla.gnome.org/show_bug.cgi?id=109882
Changed by gene erachampion com
--- shadow/109882 Thu Apr 24 02:53:26 2003
+++ shadow/109882.tmp.18095 Sat Apr 26 22:31:40 2003
@@ -81,6 +81,11 @@
------- Additional Comments From gene erachampion com 2003-04-23 16:16 -------
I'll try and have something by this weekend.. =)
------- Additional Comments From murrayc usa net 2003-04-24 02:53 -------
Thanks.
+
+------- Additional Comments From gene erachampion com 2003-04-26 22:31 -------
+Created an attachment (id=16037)
+win32_doc.patch - win32 installation instruction appendix
+
--__--__--
Message: 8
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net
Cc:
Date: Sat, 26 Apr 2003 22:36:44 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 109882] Changed - CH2 of the Gtkmm book does not include Windows installation
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
http://bugzilla.gnome.org/show_bug.cgi?id=109882
Changed by gene erachampion com
--- shadow/109882 Sat Apr 26 22:31:40 2003
+++ shadow/109882.tmp.19858 Sat Apr 26 22:36:44 2003
@@ -86,6 +86,11 @@
Thanks.
------- Additional Comments From gene erachampion com 2003-04-26 22:31 -------
Created an attachment (id=16037)
win32_doc.patch - win32 installation instruction appendix
+
+------- Additional Comments From gene erachampion com 2003-04-26 22:36 -------
+Created an attachment (id=16038)
+figures.tar.gz - png image needed for above file (docs/tutorial/figures/devcpp_project_options.png)
+
--__--__--
_______________________________________________
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]