http://bugs.winehq.org/show_bug.cgi?id=17891
Summary: build broken in dlls/ntdll/ntdll_misc.c on OpenBSD 4.4 Product: Wine Version: 1.1.18 Platform: PC OS/Version: OpenBSD Status: NEW Keywords: source Severity: major Priority: P2 Component: ntdll AssignedTo: wine-bugs@winehq.org ReportedBy: austinenglish@gmail.com
gcc -c -I. -I. -I../../include -I../../include -D__WINESRC__ -D_NTSYSTEM_ -D_REENTRANT -fPIC -Wall -pipe -fno-strict-aliasing -Wwrite-strings -Wpointer-arith -I/usr/local/include -I/usr/local/include -I/usr/local/include/libpng -o handletable.o handletable.c In file included from handletable.c:28: ntdll_misc.h:198: error: syntax error before "pthread_t" *** Error code 1
http://bugs.winehq.org/show_bug.cgi?id=17891
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|build broken in |build broken in |dlls/ntdll/ntdll_misc.c on |dlls/ntdll/ntdll_misc.h on |OpenBSD 4.4 |OpenBSD 4.4
http://bugs.winehq.org/show_bug.cgi?id=17891
Vincent Povirk madewokherd@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |madewokherd@gmail.com
--- Comment #1 from Vincent Povirk madewokherd@gmail.com 2009-03-29 22:16:55 ---
From preprocessor output, it appears that handletable.c does not include
config.h. HAVE_PTHREAD_H is undefined. ntdll_misc.h, when included from that file, does not pull in pthread.h.
This works by coincidence on other platforms because pthread_t is defined elsewhere.
http://bugs.winehq.org/show_bug.cgi?id=17891
Vitaliy Margolen vitaliy@kievinfo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Severity|major |blocker
http://bugs.winehq.org/show_bug.cgi?id=17891
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED
--- Comment #2 from Austin English austinenglish@gmail.com 2009-03-30 13:15:17 --- Fixed by 17c09347c0e3e814698f8a6fe98b00c33d5e92cd.
http://bugs.winehq.org/show_bug.cgi?id=17891
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #3 from Alexandre Julliard julliard@winehq.org 2009-04-10 11:24:40 --- Closing bugs fixed in 1.1.19.