Colin Guthrie wrote:
> 'Twas brillig, and Justin Mattock at 18/07/09 00:17 did gyre and gimble:
>    
>> Not sure if this is relevant but when compiling
>> libAppleWM on a linux machine I receive this error:
>>
>> applewm.c:42:34: error: HIServices/Processes.h: No such file or directory
>> applewm.c: In function 'XAppleWMSendPSN':
>> applewm.c:355: error: 'ProcessSerialNumber' undeclared (first use in
>> this function)
>> applewm.c:355: error: (Each undeclared identifier is reported only once
>> applewm.c:355: error: for each function it appears in.)
>> applewm.c:355: error: expected ';' before 'psn'
>> applewm.c:356: error: 'OSErr' undeclared (first use in this function)
>> applewm.c:356: error: expected ';' before 'err'
>> applewm.c:362: error: 'err' undeclared (first use in this function)
>> applewm.c:362: warning: implicit declaration of function 'GetCurrentProcess'
>> applewm.c:362: warning: nested extern declaration of 'GetCurrentProcess'
>> applewm.c:362: error: 'psn' undeclared (first use in this function)
>> applewm.c:364: error: 'noErr' undeclared (first use in this function)
>> make[2]: *** [libAppleWM_la-applewm.lo] Error 1
>>
>> Should I even bother with this lib, or should
>> I add some header to compile this lib in?
>>      
>
> Oh, *that* was the error I saw too. I just posted a vaguer message about
> this problem.
>
> I was questioning about the usefulness of this lib+proto on non-OSX
> systems too.
>
> Col
>
>    
Tough to say(my guess is this is osx specific); reason for
compiling this is it's one of the library's listed in the LFS installation.
(who knows though)
xserver still compiles, and runs fine without this lib.

Justin P. Mattock
_______________________________________________
xorg mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/xorg

Reply via email to