Bug 70032 - [patch] palm/gnomepilot2 - build target fails with gcc 3.4.2 on CURRENT
Summary: [patch] palm/gnomepilot2 - build target fails with gcc 3.4.2 on CURRENT
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-08-05 13:50 UTC by Christian Hiris
Modified: 2004-08-05 17:12 UTC (History)
0 users

See Also:


Attachments
patch-capplet_gnome-pilot-ddialog.c (170 bytes, text/plain)
2004-08-05 13:50 UTC, Christian Hiris
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Christian Hiris 2004-08-05 13:50:20 UTC

cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DORBIT2=1 -D_REENTRANT -DXTHREADS -DXUSE_MTSAFE_API -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/orbit-2.0 -I/usr/local/include/libbonobo-2.0 -I/usr/local/include/bonobo-activation-2.0 -I/usr/local/include/libart-2.0 -I/usr/local/include/atk-1.0 -I/usr/local/include/libxml2 -I/usr/local/include -I/usr/X11R6/include/libgnome-2.0 -I/usr/X11R6/include/gconf/2 -I/usr/X11R6/include/gnome-vfs-2.0 -I/usr/X11R6/lib/gnome-vfs-2.0/include -I/usr/X11R6/include/libgnomeui-2.0 -I/usr/X11R6/include/libgnomecanvas-2.0 -I/usr/X11R6/include/gtk-2.0 -I/usr/X11R6/include/libbonoboui-2.0 -I/usr/X11R6/include/pango-1.0 -I/usr/X11R6/include -I/usr/local/include/freetype2 -I/usr/X11R6/lib/gtk-2.0/include -I/usr/X11R6/include/libglade-2.0   -I/usr/local/include -DGNOMELOCALEDIR=\""/usr/X11R6/share/locale"\" -DGLADEDATADIR=\""/usr/X11R6/share/gnome/gnome-pilot/glade"\"   -I/usr/local/include  -O -pipe    -c gnome-pilot-ddia
 log.c
gnome-pilot-ddialog.c: In function `init':
gnome-pilot-ddialog.c:126: error: label at end of compound statement
gmake[2]: *** [gnome-pilot-ddialog.o] Error 1
gmake[2]: Leaving directory `/usr/wrkdir/usr/ports/palm/gnomepilot2/work/gnome-pilot-2.0.10/capplet'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory `/usr/wrkdir/usr/ports/palm/gnomepilot2/work/gnome-pilot-2.0.10'
gmake: *** [all-recursive-am] Error 2
*** Error code 2

Stop in /usr/ports/palm/gnomepilot2.

jail003# gcc -v
Using built-in specs.
Configured with: FreeBSD/i386 system compiler
Thread model: posix
gcc version 3.4.2 [FreeBSD] 20040728

How-To-Repeat: 

cd /usr/ports/palm/gnomepilot2
make
Comment 1 Joe Marcus Clarke freebsd_committer freebsd_triage 2004-08-05 17:11:50 UTC
State Changed
From-To: open->closed

Committed, thanks!