[gtkmm] Gtkmm-forge digest, Vol 1 #748 - 3 msgs
- From: gtkmm-forge-request lists sourceforge net
- To: gtkmm-forge lists sourceforge net
- Cc:
- Subject: [gtkmm] Gtkmm-forge digest, Vol 1 #748 - 3 msgs
- Date: Tue, 17 Aug 2004 20:29:35 -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 144420] - Segfault in libsigc++ (bugzilla-daemon bugzilla gnome org)
2. [Bug 109966] - Dispatcher does not work on win32 (bugzilla-daemon bugzilla gnome org)
3. [Bug 150411] New: - Fail to compile the tutorial program on windows xp (bugzilla-daemon bugzilla gnome org)
--__--__--
Message: 1
From: bugzilla-daemon bugzilla gnome org
To: gtkmm-forge lists sourceforge net
Cc:
Date: Tue, 17 Aug 2004 02:22:18 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 144420] - Segfault in libsigc++
http://bugzilla.gnome.org/show_bug.cgi?id=144420
glibmm | general | Ver: 2.4.x
murrayc murrayc com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
--__--__--
Message: 2
From: bugzilla-daemon bugzilla gnome org
To: gtkmm-forge lists sourceforge net
Cc:
Date: Tue, 17 Aug 2004 11:02:37 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 109966] - Dispatcher does not work on win32
http://bugzilla.gnome.org/show_bug.cgi?id=109966
glibmm | threads | Ver: 2.4.x
------- Additional Comments From cgustin ibelgique com 2004-08-17 11:02 -------
Somebody had time to try my latest patch ? Should I commit it to CVS ?
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
--__--__--
Message: 3
From: bugzilla-daemon bugzilla gnome org
To: gtkmm-forge lists sourceforge net
Cc:
Date: Tue, 17 Aug 2004 22:38:45 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 150411] New: - Fail to compile the tutorial program on windows xp
http://bugzilla.gnome.org/show_bug.cgi?id=150411
gtkmm | build | Ver: 2.4
Summary: Fail to compile the tutorial program on windows xp
Product: gtkmm
Version: 2.4
Platform: Other
OS/Version: Windows
Status: UNCONFIRMED
Severity: major
Priority: Urgent
Component: build
AssignedTo: gtkmm-forge lists sourceforge net
ReportedBy: lianchen16 yahoo com
I followed the steps in the offical gtkmm tutorial
(http://www.gtkmm.org/docs/gtkmm-2.4/docs/tutorial/html/ape.html#id2521845) to
install the dev-cpp, gtk+ and gtkmm on my windows xp professional (without sp1)
on my machine.
I test the dev-cpp and gtk environment by following Mr. Pandhare S.M.'s
mini-howto. The program was successfully compiled. Then I tried to follow the
gtkmm tutorial mentioned above to test dev-cpp with gtkmm. However, the compiler
generated a series of errors as follow.
I am using dev-cpp version 4.9.9.0 (windows installer) and gtkmm Developer
Environment 2.4.5 for Mingw (downloaded from
http://www.pcpm.ucl.ac.be/~gustin/win32_ports/binaries/gtkmm-devel-2.4.5-2.exe)
COMPILE ERRORS
--------------------------------------------------------------------------------
Compiler: Default compiler
Building Makefile: "E:\Temp\Makefile.win"
Executing make...
make.exe -f "E:\Temp\Makefile.win" all
g++.exe -c gtkmm_test.cpp -o gtkmm_test.o -I"E:/Dev-Cpp/include/c++/3.3.1"
-I"E:/Dev-Cpp/include/c++/3.3.1/mingw32"
-I"E:/Dev-Cpp/include/c++/3.3.1/backward"
-I"E:/Dev-Cpp/lib/gcc-lib/mingw32/3.3.1/include" -I"E:/Dev-Cpp/include"
-Ie:/dev-cpp/include/gtkmm-2.4 -Ie:/dev-cpp/include/glibmm-2.4
-Ie:/dev-cpp/include/gdkmm-2.4 -Ie:/dev-cpp/lib/gtkmm-2.4/include
-Ie:/dev-cpp/lib/glibmm-2.4/include -Ie:/dev-cpp/lib/gdkmm-2.4/include
-Ie:/dev-cpp/include/pangomm-1.4 -Ie:/dev-cpp/include/atkmm-1.6
-Ie:/dev-cpp/include/gtk-2.0 -Ie:/dev-cpp/lib/sigc++-2.0/include
-Ie:/dev-cpp/include/sigc++-2.0 -Ie:/dev-cpp/include/glib-2.0
-Ie:/dev-cpp/lib/glib-2.0/include -Ie:/dev-cpp/lib/gtk-2.0/include
-Ie:/dev-cpp/include/pango-1.0 -Ie:/dev-cpp/include/atk-1.0 -Le:/dev-cpp/lib
-mno-cygwin -mms-bitfields
In file included from e:/dev-cpp/include/glibmm-2.4/glibmm.h:59,
from e:/dev-cpp/include/gtkmm-2.4/gtkmm.h:29,
from gtkmm_test.cpp:1:
e:/dev-cpp/include/glibmm-2.4/glibmm/spawn.h:39: error: syntax error before `;'
token
e:/dev-cpp/include/glibmm-2.4/glibmm/spawn.h:144: error: type specifier omitted
for parameter `Pid'
e:/dev-cpp/include/glibmm-2.4/glibmm/spawn.h:144: error: syntax error before `*
' token
e:/dev-cpp/include/glibmm-2.4/glibmm/spawn.h:153: error: type specifier omitted
for parameter `Pid'
e:/dev-cpp/include/glibmm-2.4/glibmm/spawn.h:153: error: syntax error before `*
' token
e:/dev-cpp/include/glibmm-2.4/glibmm/spawn.h:163: error: type specifier omitted
for parameter `Pid'
e:/dev-cpp/include/glibmm-2.4/glibmm/spawn.h:163: error: syntax error before `*
' token
e:/dev-cpp/include/glibmm-2.4/glibmm/spawn.h:169: error: type specifier omitted
for parameter `Pid'
e:/dev-cpp/include/glibmm-2.4/glibmm/spawn.h:169: error: syntax error before `*
' token
e:/dev-cpp/include/glibmm-2.4/glibmm/spawn.h:195: error: `Pid' was not declared
in this scope
e:/dev-cpp/include/glibmm-2.4/glibmm/spawn.h:195: error: syntax error before `)
' token
In file included from e:/dev-cpp/include/gdkmm-2.4/gdkmm/cursor.h:31,
from e:/dev-cpp/include/gdkmm-2.4/gdkmm.h:39,
from e:/dev-cpp/include/gtkmm-2.4/gtkmm.h:30,
from gtkmm_test.cpp:1:
e:/dev-cpp/include/gdkmm-2.4/gdkmm/display.h:424: error: syntax error before `*
' token
e:/dev-cpp/include/gdkmm-2.4/gdkmm/display.h:425: error: syntax error before `*
' token
make.exe: *** [gtkmm_test.o] Error 1
Execution terminated
--------------------------------------------------------------------------------
Thanks
------- 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]