LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Ubuntu
User Name
Password
Ubuntu This forum is for the discussion of Ubuntu Linux.

Notices


Reply
  Search this Thread
Old 08-02-2011, 05:49 PM   #1
elarsen
Member
 
Registered: Oct 2009
Distribution: Linux Mint (mate) 13
Posts: 64

Rep: Reputation: 8
libxrender installed but saying it is not


I am trying to compile wine under the Pol helper plugin for playonlinux. It is saying that the libxrender development files not found. However I do have them installed. I tried a combination of uninstalling, and rebooting system.

I am running Ubuntu 10.10, adn wine 1.2.3 I am trying to run Entropia Universe. I do have a video that tells how (http://www.youtube.com/user/davvvvve.../0/WFACia748Vw), but ran across this issue. .
 
Click here to see the post LQ members have rated as the most helpful post in this thread.
Old 08-02-2011, 05:53 PM   #2
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
Please post the exact error message and the output of
Code:
dpkg -l | grep libxrender
 
Old 08-02-2011, 06:34 PM   #3
elarsen
Member
 
Registered: Oct 2009
Distribution: Linux Mint (mate) 13
Posts: 64

Original Poster
Rep: Reputation: 8
dpkg -l | grep libxrender shows:

ii libxrender-dev 1:0.9.6-1 X Rendering Extension client library (development files)
ii libxrender1 1:0.9.6-1 X Rendering Extension client library
ii libxrender1-dbg 1:0.9.6-1 X Rendering Extension client library (unstripped)

The actual error is in playonlinux and a pop up window says:
configure: WARNING: libxrender development files not found, XRender won't be supported.
 
Old 08-02-2011, 06:39 PM   #4
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
May it be that this is a version issue? I tried to look at the video you linked, but it seems to be removed by the user, so I can't see which version of Ubuntu he was using and what it all is about.
 
Old 08-02-2011, 06:43 PM   #5
elarsen
Member
 
Registered: Oct 2009
Distribution: Linux Mint (mate) 13
Posts: 64

Original Poster
Rep: Reputation: 8
Sorry had an old link. This is the one (http://www.youtube.com/user/davvvvve.../2/HhS6Fiy031o). I checked to see if it worked. The first one is from winehq.org. He has 11.04, but does not actually compile wine. Since he already did so.
 
Old 08-02-2011, 06:55 PM   #6
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
Sorry, but I can't see in the video why it shouldn't work for you. Did you just try to follow the video further and see if it works nonetheless?

Just a sidenote: In this video one actually can see how awful and even against his workflow the Unity interface is.
 
Old 08-02-2011, 06:59 PM   #7
elarsen
Member
 
Registered: Oct 2009
Distribution: Linux Mint (mate) 13
Posts: 64

Original Poster
Rep: Reputation: 8
No... the thing is that XRender won't be supported. If I continue with it. I will try it, and see.
 
Old 08-02-2011, 07:48 PM   #8
elarsen
Member
 
Registered: Oct 2009
Distribution: Linux Mint (mate) 13
Posts: 64

Original Poster
Rep: Reputation: 8
I get the fallowing error when it is done compiling:

parser.y: conflicts: 5 shift/reduce
parser.y: conflicts: 5 shift/reduce
parser.y: conflicts: 1 shift/reduce, 18 reduce/reduce
sql.y: conflicts: 3 reduce/reduce
dib.c:4446: warning: ‘X11DRV_DIB_QueryXShm’ defined but not used
xrender.c:2443: error: conflicting types for ‘XRender_AlphaBlend’
x11drv.h:321: note: previous declaration of ‘XRender_AlphaBlend’ was here
make[1]: *** [xrender.o] Error 1
make: *** [dlls/winex11.drv] Error 2

Do you want to continue?

Again the error is in a pop up window.
 
Old 08-02-2011, 08:23 PM   #9
elarsen
Member
 
Registered: Oct 2009
Distribution: Linux Mint (mate) 13
Posts: 64

Original Poster
Rep: Reputation: 8
When I click on yes. It does other things in a terminal. Then has this error:

xrender.c:2443: error: conflicting types for ‘XRender_AlphaBlend’
x11drv.h:321: note: previous declaration of ‘XRender_AlphaBlend’ was here
make[1]: *** [xrender.o] Error 1
make: *** [dlls/winex11.drv] Error 2

Do you want to continue?

Click on yes. Then it just says error compiling, and the only thing I can click on is close.
 
Old 08-02-2011, 08:37 PM   #10
knudfl
LQ 5k Club
 
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,511

Rep: Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641
#3
Quote:
ii libxrender-dev 1:0.9.6-1
Are you quite sure, that it is a 32bits package ? ?

Looks like you have a 64bits OS : A 64bits /usr/lib/libXrender.so
will then be reported as "not found" ?

The command 'uname -a' will show the architecture. ( i386 /// x86_64 ).

..
 
Old 08-02-2011, 08:57 PM   #11
elarsen
Member
 
Registered: Oct 2009
Distribution: Linux Mint (mate) 13
Posts: 64

Original Poster
Rep: Reputation: 8
uname -a
Linux Ubuntu360 2.6.35-30-generic #54-Ubuntu SMP Tue Jun 7 18:40:23 UTC 2011 i686 GNU/Linux

When I installed Ubuntu I installed it from a 32-bit cd. I installed the libxrender directly from the Ubuntu Software Center. So I think it should of installed the correct package.
 
Old 08-03-2011, 06:44 PM   #12
elarsen
Member
 
Registered: Oct 2009
Distribution: Linux Mint (mate) 13
Posts: 64

Original Poster
Rep: Reputation: 8
Bump
 
Old 08-08-2011, 10:02 PM   #13
elarsen
Member
 
Registered: Oct 2009
Distribution: Linux Mint (mate) 13
Posts: 64

Original Poster
Rep: Reputation: 8
I found out what the issue was. I decided to install wine exactly how the video does it, and it worked. Installed it using apt-get build-dep wine. I take it that it installed the development files needed as well as wine.
 
2 members found this post helpful.
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
I installed Wine and configure this at Debian 4.0 r1.I installed windows software hassancemk Linux - Software 2 04-01-2008 11:28 PM
Ndiswrapper installed driver installed, hardware present, but modprobe doesn't likeit Flukey Linux - Hardware 1 04-14-2007 11:22 AM
libXrender problem chile712 Linux - Software 2 01-15-2005 12:00 PM
winex3.3 and libXrender zero_signal Linux - Newbie 0 03-21-2004 01:40 PM
xlibs and libxrender problem.... rebelcan Debian 3 02-20-2004 04:30 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Ubuntu

All times are GMT -5. The time now is 02:57 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration