Gtkmm-forge digest, Vol 1 #856 - 8 msgs
- From: gtkmm-forge-request lists sourceforge net
- To: gtkmm-forge lists sourceforge net
- Cc: 
- Subject: Gtkmm-forge digest, Vol 1 #856 - 8 msgs
- Date: Thu, 20 Jan 2005 20:20:15 -0800
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 164678] New: Build failure in examples/input directory on RHEL 3 (gcc 3.2.3) with GARNOME (2.9.4) (bugzilla-daemon bugzilla gnome org)
   2. [Bug 164678] Build failure in examples/input directory on RHEL 3 (gcc 3.2.3) with GARNOME (2.9.4) (bugzilla-daemon bugzilla gnome org)
   3. [Bug 164678] Build failure in examples/input directory on RHEL 3 (gcc 3.2.3) with GARNOME (2.9.4) (bugzilla-daemon bugzilla gnome org)
   4. [Bug 164678] Build failure in examples/input directory on RHEL 3 (gcc 3.2.3) with GARNOME (2.9.4) (bugzilla-daemon bugzilla gnome org)
   5. [Bug 164678] Build failure in examples/input directory on RHEL 3 (gcc 3.2.3) with GARNOME (2.9.4) (bugzilla-daemon bugzilla gnome org)
   6. [Bug 164678] Build failure in examples/input directory on RHEL 3 (gcc 3.2.3) with GARNOME (2.9.4) (bugzilla-daemon bugzilla gnome org)
   7. [Bug 164678] Build failure in examples/input directory on RHEL 3 (gcc 3.2.3) with GARNOME (2.9.4) (bugzilla-daemon bugzilla gnome org)
   8. [Bug 164678] Build failure in examples/input directory on RHEL 3 (gcc 3.2.3) with GARNOME (2.9.4) (bugzilla-daemon bugzilla gnome org)
--__--__--
Message: 1
From: bugzilla-daemon bugzilla gnome org
To: gtkmm-forge lists sourceforge net
Cc: 
Date: Thu, 20 Jan 2005 04:57:30 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 164678] New: Build failure in examples/input directory on RHEL 3 (gcc 3.2.3) with GARNOME (2.9.4)
Please DO NOT reply to this by email. All additional comments should be made in
the comments box of this bug report.
 http://bugzilla.gnome.org/show_bug.cgi?id=164678
 gtkmm | build | Ver: unspecified
           Summary: Build failure in examples/input directory on RHEL 3 (gcc
                    3.2.3) with GARNOME (2.9.4)
           Product: gtkmm
           Version: unspecified
          Platform: Other
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: build
        AssignedTo: gtkmm-forge lists sourceforge net
        ReportedBy: vincent rubiolo free fr
                CC: all-bugs bugzilla gnome org
Hello,
I'm currently GARNOME'ing GNOME 2.9.4 and build fails in the examples/input
directory of gtkmm. 
The error is the following :
[...]
main.cc: In function `int main(int, char**)':
main.cc:43: `access' undeclared (first use this function)
main.cc:43: (Each undeclared identifier is reported only once for each function
   it appears in.)
main.cc:68: `unlink' undeclared (first use this function)
make[5]: *** [main.o] Error 1
[...]
Attached are the complete configure and compilation logs.
This seems related to an error with the <iostream> header not found as the
missing functions should be in it (AFAIK).
Note that this failure did not happen in 2.8.2 as the input/ directory is newly
added in 2.9.4.
Workaround is to remove the incriminating directory (rm -rf input) and its
reference in the Makefile (in the SUBDIRS variable).
My workstation is RHEL (Redhat entreprise v3). gcc specs are :
gcc (GCC) 3.2.3 20030502 (Red Hat Linux 3.2.3-20)
My original post on the GARNOME list :
http://mail.gnome.org/archives/garnome-list/2005-January/msg00058.html
Thanks for your help,
Vincent
------- You are receiving this mail because: -------
You are the assignee for the bug.
--__--__--
Message: 2
From: bugzilla-daemon bugzilla gnome org
To: gtkmm-forge lists sourceforge net
Cc: 
Date: Thu, 20 Jan 2005 04:58:07 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 164678] Build failure in examples/input directory on RHEL 3 (gcc 3.2.3) with GARNOME (2.9.4)
Please DO NOT reply to this by email. All additional comments should be made in
the comments box of this bug report.
 http://bugzilla.gnome.org/show_bug.cgi?id=164678
 gtkmm | build | Ver: unspecified
------- Additional Comments From Vincent Rubiolo  2005-01-20 04:58 -------
Created an attachment (id=36284)
 --> (http://bugzilla.gnome.org/attachment.cgi?id=36284&action=view)
gtkmm configure log
------- You are receiving this mail because: -------
You are the assignee for the bug.
--__--__--
Message: 3
From: bugzilla-daemon bugzilla gnome org
To: gtkmm-forge lists sourceforge net
Cc: 
Date: Thu, 20 Jan 2005 04:59:02 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 164678] Build failure in examples/input directory on RHEL 3 (gcc 3.2.3) with GARNOME (2.9.4)
Please DO NOT reply to this by email. All additional comments should be made in
the comments box of this bug report.
 http://bugzilla.gnome.org/show_bug.cgi?id=164678
 gtkmm | build | Ver: unspecified
------- Additional Comments From Vincent Rubiolo  2005-01-20 04:59 -------
Created an attachment (id=36285)
 --> (http://bugzilla.gnome.org/attachment.cgi?id=36285&action=view)
gtkmm compilation log
Complete gtkmm compilation up to failure point
------- You are receiving this mail because: -------
You are the assignee for the bug.
--__--__--
Message: 4
From: bugzilla-daemon bugzilla gnome org
To: gtkmm-forge lists sourceforge net
Cc: 
Date: Thu, 20 Jan 2005 05:01:15 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 164678] Build failure in examples/input directory on RHEL 3 (gcc 3.2.3) with GARNOME (2.9.4)
Please DO NOT reply to this by email. All additional comments should be made in
the comments box of this bug report.
 http://bugzilla.gnome.org/show_bug.cgi?id=164678
 gtkmm | build | Ver: unspecified
Vincent Rubiolo changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #36285|0                           |1
        is obsolete|                            |
------- Additional Comments From Vincent Rubiolo  2005-01-20 05:01 -------
Created an attachment (id=36286)
 --> (http://bugzilla.gnome.org/attachment.cgi?id=36286&action=view)
gtkmm compilation log
Complete gtkmm compilation log up to failure point. Compressed as original
weights 700K+
------- You are receiving this mail because: -------
You are the assignee for the bug.
--__--__--
Message: 5
From: bugzilla-daemon bugzilla gnome org
To: gtkmm-forge lists sourceforge net
Cc: 
Date: Thu, 20 Jan 2005 05:06:30 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 164678] Build failure in examples/input directory on RHEL 3 (gcc 3.2.3) with GARNOME (2.9.4)
Please DO NOT reply to this by email. All additional comments should be made in
the comments box of this bug report.
 http://bugzilla.gnome.org/show_bug.cgi?id=164678
 gtkmm | build | Ver: unspecified
------- Additional Comments From Vincent Rubiolo  2005-01-20 05:06 -------
Sorry, typo. 
This is in the example/book/input directory (and not example/input).
------- You are receiving this mail because: -------
You are the assignee for the bug.
--__--__--
Message: 6
From: bugzilla-daemon bugzilla gnome org
To: gtkmm-forge lists sourceforge net
Cc: 
Date: Thu, 20 Jan 2005 09:44:37 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 164678] Build failure in examples/input directory on RHEL 3 (gcc 3.2.3) with GARNOME (2.9.4)
Please DO NOT reply to this by email. All additional comments should be made in
the comments box of this bug report.
 http://bugzilla.gnome.org/show_bug.cgi?id=164678
 gtkmm | build | Ver: unspecified
------- Additional Comments From Murray Cumming  2005-01-20 09:44 -------
Could you please trying adding
#include <unistd.h>
at the top, if it is not already there.
------- You are receiving this mail because: -------
You are the assignee for the bug.
--__--__--
Message: 7
From: bugzilla-daemon bugzilla gnome org
To: gtkmm-forge lists sourceforge net
Cc: 
Date: Thu, 20 Jan 2005 10:33:34 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 164678] Build failure in examples/input directory on RHEL 3 (gcc 3.2.3) with GARNOME (2.9.4)
Please DO NOT reply to this by email. All additional comments should be made in
the comments box of this bug report.
 http://bugzilla.gnome.org/show_bug.cgi?id=164678
 gtkmm | build | Ver: unspecified
------- Additional Comments From Vincent Rubiolo  2005-01-20 10:33 -------
Hello Murray,
The fix you propose solves the problem (compilation resumed successfully). Perfect! 
Thanks.
------- You are receiving this mail because: -------
You are the assignee for the bug.
--__--__--
Message: 8
From: bugzilla-daemon bugzilla gnome org
To: gtkmm-forge lists sourceforge net
Cc: 
Date: Thu, 20 Jan 2005 10:42:19 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 164678] Build failure in examples/input directory on RHEL 3 (gcc 3.2.3) with GARNOME (2.9.4)
Please DO NOT reply to this by email. All additional comments should be made in
the comments box of this bug report.
 http://bugzilla.gnome.org/show_bug.cgi?id=164678
 gtkmm | build | Ver: unspecified
Murray Cumming changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED
------- Additional Comments From Murray Cumming  2005-01-20 10:42 -------
OK. That fix was already made yesterday for the SUN Forte compiler. 
Thanks for the strange data point.
------- You are receiving this mail because: -------
You are the assignee for the bug.
--__--__--
_______________________________________________
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]