xnee-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Xnee-devel] Small changes to let Xnee compile on Solaris 8


From: Jarkko Huijts
Subject: [Xnee-devel] Small changes to let Xnee compile on Solaris 8
Date: Tue, 21 Sep 2004 17:30:37 +0200

Hi,

I tried building Xnee 1.08 on Solaris 8 (using gcc 3.0.2). It won't
build by default, but only some minor changes have to be made. I
discovered them by trial and error. And a little googling.

- In /libxnee/src/datatrings.c
#include <X11/Xlibint.h>
has to be included before
#include <X11/X.h>
to prevent parsing errors in Xlibint.h

- In /xnee/src/Makefile xnee_LDADD should also include -lrt in order to
link it to a library where sem_init() and sem_destroy() can be found.
Otherwise the compiler will complain about unresolved symbols
(sem_destroy).

I hope this is of any help.

Jarkko Huijts


-- 
The information contained in this communication and any attachments is 
confidential and may be privileged, and is for the sole use of the intended 
recipient(s). Any unauthorized review, use, disclosure or distribution is 
prohibited. If you are not the intended recipient, please notify the sender 
immediately by replying to this message and destroy all copies of this message 
and any attachments. ASML is neither liable for the proper and complete 
transmission of the information contained in this communication, nor for any 
delay in its receipt.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]