[Bug 16933] New: Compile broken in dlls/ntdll/signal_i386.c on NetBSD
http://bugs.winehq.org/show_bug.cgi?id=16933 Summary: Compile broken in dlls/ntdll/signal_i386.c on NetBSD Product: Wine Version: 1.1.12 Platform: PC OS/Version: NetBSD Status: NEW Keywords: patch, source Severity: blocker Priority: P2 Component: build-env AssignedTo: wine-bugs(a)winehq.org ReportedBy: austinenglish(a)gmail.com bash-3.2$ make ccache gcc -c -I. -I. -I../../include -I../../include -D__WINESRC__ -D_NTSYSTEM_ -D_REENTRANT -fPIC -Wall -pipe -fno-strict-aliasing -Wdeclaration-after-statement -Wwrite-strings -Wpointer-arith -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -I/usr/X11R6/include -O2 -fsigned-char -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -I/usr/X11R6/include -o signal_i386.o signal_i386.c signal_i386.c:369: error: 'T_MCHK' undeclared here (not in a function) signal_i386.c:370: error: 'T_XMMFLT' undeclared here (not in a function) signal_i386.c: In function 'get_trap_code': signal_i386.c:414: error: dereferencing pointer to incomplete type signal_i386.c: In function 'get_error_code': signal_i386.c:428: error: dereferencing pointer to incomplete type signal_i386.c: In function 'init_handler': signal_i386.c:642: error: dereferencing pointer to incomplete type ... signal_i386.c: In function 'segv_handler': signal_i386.c:1397: error: duplicate case value signal_i386.c:1392: error: previously used here *** Error code 1 Full output attached -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=16933 --- Comment #1 from Austin English <austinenglish(a)gmail.com> 2009-01-14 15:57:41 --- Created an attachment (id=18699) --> (http://bugs.winehq.org/attachment.cgi?id=18699) compiler error -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=16933 --- Comment #2 from Austin English <austinenglish(a)gmail.com> 2009-01-14 15:58:46 --- Created an attachment (id=18700) --> (http://bugs.winehq.org/attachment.cgi?id=18700) patch to fix it This patch from NetBSD ports fixes it. The __NetBSD_Version__ stuff is ugly, so I'll see if I can't clean it up a bit better. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=16933 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #18700|0 |1 is obsolete| | --- Comment #3 from Austin English <austinenglish(a)gmail.com> 2009-01-16 15:35:27 --- Created an attachment (id=18737) --> (http://bugs.winehq.org/attachment.cgi?id=18737) cleaner patch -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=16933 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #4 from Austin English <austinenglish(a)gmail.com> 2009-01-19 13:38:08 --- Fixed by 198b8f736afb18c8ab647bfcc2aec8b2539a6a89. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=16933 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #5 from Alexandre Julliard <julliard(a)winehq.org> 2009-01-30 11:04:51 --- Closing bugs fixed in 1.1.14. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
participants (1)
-
wine-bugs@winehq.org