LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux From Scratch (https://www.linuxquestions.org/questions/linux-from-scratch-13/)
-   -   Gnome-Desktop with error 'XRRGetOutputPrimary' And 'XRRGetScreenResourcesCurrent' (https://www.linuxquestions.org/questions/linux-from-scratch-13/gnome-desktop-with-error-xrrgetoutputprimary-and-xrrgetscreenresourcescurrent-4175430846/)

Forget-Me-Not 10-06-2012 10:35 AM

Gnome-Desktop with error 'XRRGetOutputPrimary' And 'XRRGetScreenResourcesCurrent'
 
Can you help me?
I'm installing gnome-desktop 2.30.2 and get two error message:
#Number 1
/.libs/libgnome-desktop-2.so undefined reference to 'XRRGetOutputPrimary'
#Number 2
/.libs/libgnome-desktop-2.so undefined reference to 'XRRGetScreenResourcesCurrent'

I'm a Fedora user. I don't know why installation of gnome-menus 2.30.2 and gnome-panel 2.30.2 get two error the same.

Thanks in advance!

druuna 10-06-2012 10:47 AM

Are you using BLFS to build gnome? And if so, which book? I'm asking because you mention Gnome version 2.30, which is old (current BLFS builds 3.6).

You also mention Fedora; Did you post in the wrong sub-forum? If so ask a moderator to move your thread (use the report button).

Forget-Me-Not 10-06-2012 08:25 PM

I'm using BLFS(Version gnome2 2012-01-20)

druuna 10-07-2012 02:53 AM

Quote:

Originally Posted by Forget-Me-Not (Post 4799098)
I'm using BLFS(Version gnome2 2012-01-20)

That is an older BLFS version which deals with Gnome 2, why not use the current one (which uses Gnome 3)?

About your question: You need to provide more detailed information about what you have done:

- Which LFS version is this build upon?
- Are all the dependencies correctly installed?
- Does this error show during the make step?
- Post more error details, not just the error itself (as explained here: LFS - Help)

Forget-Me-Not 10-07-2012 09:40 AM

1 Attachment(s)
#Here is it
CCLD test-ditem
./.libs/libgnome-desktop-2.so: undefined reference to `XRRGetOutputPrimary'
./.libs/libgnome-desktop-2.so: undefined reference to `XRRSetOutputPrimary'
./.libs/libgnome-desktop-2.so: undefined reference to `XRRGetScreenResourcesCurrent'
collect2: ld returned 1 exit status
make[3]: *** [test-ditem] Error 1
make[3]: Leaving directory `/home/rosie/gnome/gnome-desktop-2.30.2/libgnome-desktop'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/rosie/gnome/gnome-desktop-2.30.2/libgnome-desktop'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/rosie/gnome/gnome-desktop-2.30.2'
make: *** [all] Error 2

#And I attached a detail of bug. If you install gnome-desktop from 2.26.3 to 2.30.2, you will be able to see this kind of bug.


All times are GMT -5. The time now is 01:49 PM.