install - No package 'xrender' found

Bug #621338 reported by Michael Nisgore
10
This bug affects 2 people
Affects Status Importance Assigned to Milestone
xsublim
Fix Released
Undecided
Michael Nisgore

Bug Description

for X11STUFF... configure: error: Package requirements (x11 xext xrender) were not met:

tried to install he xrender lib but that also threw an error:
error: cannot find sources (Xrender.h) in . or ..

so returned to the xsublim error handling which said:
Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.

Alternatively, you may set the environment variables X11STUFF_CFLAGS
and X11STUFF_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.

but I'm a newbie and don't have a clue what this means or how to do it.
is it possible to build the xrender lib into the xsublim package ???
or perhaps cmd-line example of how to do the above cflags to get it to compile?
thanks

Revision history for this message
Michael Nisgore (nisgore) wrote :

oh yah forgot, also using ubuntu 10.0.4 if that helps or makes a difference. :)

Revision history for this message
Michael Nisgore (nisgore) wrote :

figured it out, had to add the ppa and repo then sudo apt-get install xsublim then it worked like a charm. :)

Changed in xsublim:
assignee: nobody → Michael Nisgore (nisgore)
status: New → Fix Committed
Revision history for this message
Markus Schulz (schulz-alpharesearch) wrote :

One good way to find out what packages you need if you have the source with a configure script is to use this command:
dpkg-depcheck -d ./configure
If you do this with xsublim you get something like this:
...
Packages needed:
  libglib2.0-0
  mime-support
  libxext-dev
  libxrender-dev
  locales
  libxt-dev
  pkg-config
  libpcre3
  gawk

Some packages are only needed if you want to compile the source your self, like all the *-dev ones I guess...

Changed in xsublim:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.