Opened 13 years ago

Closed 13 years ago

#29717 closed defect (fixed)

Undeclared variables in X11Application.m of xorg-server-devel 1.10.2_0

Reported by: ballapete (Peter "Pete" Dyballa) Owned by: jeremyhu (Jeremy Huddleston Sequoia)
Priority: Normal Milestone:
Component: ports Version: 1.9.2
Keywords: Cc:
Port: xorg-server-devel

Description

X11Application.m: In function 'create_thread':
X11Application.m:969: warning: implicit declaration of function 'pthread_attr_init'
X11Application.m:969: warning: nested extern declaration of 'pthread_attr_init'
X11Application.m:970: warning: implicit declaration of function 'pthread_attr_setscope'
X11Application.m:970: warning: nested extern declaration of 'pthread_attr_setscope'
X11Application.m:970: error: 'PTHREAD_SCOPE_SYSTEM' undeclared (first use in this function)
X11Application.m:970: error: (Each undeclared identifier is reported only once
X11Application.m:970: error: for each function it appears in.)
X11Application.m:971: warning: implicit declaration of function 'pthread_attr_setdetachstate'
X11Application.m:971: warning: nested extern declaration of 'pthread_attr_setdetachstate'
X11Application.m:971: error: 'PTHREAD_CREATE_DETACHED' undeclared (first use in this function)
X11Application.m:972: warning: implicit declaration of function 'pthread_create'
X11Application.m:972: warning: nested extern declaration of 'pthread_create'
X11Application.m:973: warning: implicit declaration of function 'pthread_attr_destroy'
X11Application.m:973: warning: nested extern declaration of 'pthread_attr_destroy'

Attachments (1)

main.log (864.4 KB) - added by ballapete (Peter "Pete" Dyballa) 13 years ago.
main.log

Download all attachments as: .zip

Change History (3)

Changed 13 years ago by ballapete (Peter "Pete" Dyballa)

Attachment: main.log added

main.log

comment:1 Changed 13 years ago by mf2k (Frank Schima)

Cc: jeremyhu@… removed
Owner: changed from macports-tickets@… to jeremyhu@…
Port: 1.10.2_0 removed

comment:2 Changed 13 years ago by jeremyhu (Jeremy Huddleston Sequoia)

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.