eracks
April 14th, 2008, 05:52 PM
Hey everyone. I'm not sure if anyone else has tried to do this on an Ubuntu machine, but I'm trying to get the OSS components of NoMachine's NX server compiled and have run into some problems.
For those who are familiar with this, my problem arises when I try to build the NX server's custom XFree86 distribution. The build itself goes smoothly (I'm compiling under the nx-X11 subdirectory), but when I try a make install, I get the following errors:
Events.c: In function 'nxagentDispatchEvents':
Events.c:538: warning: implicit declaration of function 'XCheckIfEventNoFlush'
Events.c: In function 'nxagentHandleXFixesSelectionNotify':
Events.c:2405: error: 'SelectionCallback' undeclared (first use in this function)
Events.c:2405: error: (Each undeclared identifier is reported only once
Events.c:2405: error: for each function it appears in.)
Events.c:2415: error: 'SelectionInfoRec' undeclared (first use in this function)
Events.c:2415: error: expected ';' before 'info'
Events.c:2451: error: 'info' undeclared (first use in this function)
make[4]: *** [Events.o] Error 1
make[3]: *** [hw/nxagent] Error 2
make[2]: *** [install] Error 2
make[1]: *** [install] Error 2
make: *** [install] Error 2
If anyone has run into this problem, and knows how to solve it, please let me know. Thanks!
James
--
eRacks Open Source Systems
http://www.eracks.com/
For those who are familiar with this, my problem arises when I try to build the NX server's custom XFree86 distribution. The build itself goes smoothly (I'm compiling under the nx-X11 subdirectory), but when I try a make install, I get the following errors:
Events.c: In function 'nxagentDispatchEvents':
Events.c:538: warning: implicit declaration of function 'XCheckIfEventNoFlush'
Events.c: In function 'nxagentHandleXFixesSelectionNotify':
Events.c:2405: error: 'SelectionCallback' undeclared (first use in this function)
Events.c:2405: error: (Each undeclared identifier is reported only once
Events.c:2405: error: for each function it appears in.)
Events.c:2415: error: 'SelectionInfoRec' undeclared (first use in this function)
Events.c:2415: error: expected ';' before 'info'
Events.c:2451: error: 'info' undeclared (first use in this function)
make[4]: *** [Events.o] Error 1
make[3]: *** [hw/nxagent] Error 2
make[2]: *** [install] Error 2
make[1]: *** [install] Error 2
make: *** [install] Error 2
If anyone has run into this problem, and knows how to solve it, please let me know. Thanks!
James
--
eRacks Open Source Systems
http://www.eracks.com/