View Single Post
Posts: 8 | Thanked: 1 time | Joined on May 2010
#45
HI

i tried to compiler your code, then i got this:

Code:
rotationdaemon.o: In function `RotationDaemon::rotate(int)':
rotationdaemon.cpp:(.text+0x939): undefined reference to `XRRConfigCurrentConfiguration'
rotationdaemon.cpp:(.text+0x94a): undefined reference to `XRRConfigCurrentRate'
rotationdaemon.cpp:(.text+0x975): undefined reference to `XRRTimes'
rotationdaemon.cpp:(.text+0xafb): undefined reference to `XRRSetScreenConfigAndRate'
rotationdaemon.cpp:(.text+0xc0b): undefined reference to `XRRGetScreenInfo'
collect2: ld returned 1 exit status
make: *** [rotatedaemon] Error 1
could you tell me which package i should install to resolve this?
 

The Following User Says Thank You to iamnot For This Useful Post: