#6320 closed defect (fixed)
BUG: multi-gnome-terminal build fails in vt.c
Reported by: | grant.turrill@… | Owned by: | shadow@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.0 |
Keywords: | Cc: | markd@…, dwddarwin@… | |
Port: | multi-gnome-terminal |
Description (last modified by ryandesign (Ryan Carsten Schmidt))
Command: 'port install multi-gnome-terminal' This was the first time this has been run an a 'clean' system. A number of gnome dependecies successfully installled but mult-gnome-terminal failed with the message below. Is this possibly a gcc version 4 issue ??
Error message below:
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/local/include -I../intl -I../intl -I/opt/local/include/glib-1.2 -I/opt/local/lib/glib/include -I/opt/local/include/orbit-1.0 -I/opt/local/include/glib-1.2 -I/opt/local/lib/glib/include -I/opt/local/include/orbit-1.0 -I/opt/local/include/libglade-1.0 -I/opt/local/include/gnome-xml -I/opt/local/include/gnome-1.0 -DNEED_GNOMESUPPORT_H -I/opt/local/lib/gnome-libs/include -I/opt/local/include/glib-1.2 -I/opt/local/lib/glib/include -I/opt/local/include/orbit-1.0 -I/opt/local/include/gtk-1.2 -I/usr/X11R6/include -DGNOMESBINDIR=\""/opt/local/sbin"\" -DGNOME_TERMINAL_GLADEDIR=\""/opt/local/share/mgt/glade"\" -DGNOMELOCALEDIR=\""/opt/local/share/locale\"" -I/opt/local/include/gtk-1.2 -I/opt/local/include/glib-1.2 -I/opt/local/lib/glib/include -I/usr/X11R6/include -g -O2 -Wall -Wunused -c vt.c vt.c: In function 'vt_line_mblen': vt.c:144: warning: pointer targets in passing argument 1 of 'mblen' differ in signedness vt.c: In function 'vt_query_line_mbchar': vt.c:170: warning: pointer targets in passing argument 1 of 'mblen' differ in signedness vt.c: In function 'vt_pl': vt.c:785: error: label at end of compound statement vt.c: In function 'vt_nl': vt.c:809: error: label at end of compound statement vt.c: In function 'vt_tab_clear_cur': vt.c:873: error: label at end of compound statement vt.c: In function 'vt_backtab': vt.c:959: error: label at end of compound statement vt.c: In function 'vt_tab_index': vt.c:983: error: label at end of compound statement vt.c: In function 'vt_track_mouse': vt.c:1013: warning: pointer targets in initialization differ in signedness vt.c: In function 'vt_deccharmode': vt.c:2076: error: label at end of compound statement vt.c:2079: error: label at end of compound statement make[3]: *** [vt.o] Error 1 make[2]: *** [all-recursive] Error 1 make[1]: *** [all-recursive] Error 1 make: *** [all-recursive-am] Error 2
Change History (6)
comment:1 Changed 19 years ago by grant.turrill@…
rep_platform: | PC → Macintosh |
---|
comment:2 Changed 19 years ago by grant.turrill@…
The addition of a semicolon at the end of the line preceeding the following lines resolved the problem
vt.c:785: error: label at end of compound statement vt.c:809: error: label at end of compound statement vt.c:873: error: label at end of compound statement vt.c:959: error: label at end of compound statement vt.c:983: error: label at end of compound statement vt.c:2076: error: label at end of compound statement vt.c:2079: error: label at end of compound statement
comment:3 Changed 19 years ago by mww@…
Owner: | changed from darwinports-bugs@… to shadow@… |
---|---|
Summary: | multi-gnome-terminal build fails in vt.c → BUG: multi-gnome-terminal build fails in vt.c |
comment:4 Changed 18 years ago by dwddarwin@…
Cc: | dwddarwin@… added |
---|
This is still happening today, 4-1/2 months after the fix was posted here.
comment:5 Changed 18 years ago by markd@…
Cc: | markd@… added |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Committed as revision 1. Sorry this took so long. Thanks for reporting it.
comment:6 Changed 15 years ago by ryandesign (Ryan Carsten Schmidt)
Description: | modified (diff) |
---|---|
Port: | multi-gnome-terminal added |
Updated Harware from PC -> Macintosh