LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 09-06-2005, 04:37 PM   #1
sanmadjack
Member
 
Registered: Apr 2004
Location: Over there
Distribution: Ubuntu 7.10
Posts: 36

Rep: Reputation: 15
Problem compiling luminocity


I was trying to compile Luminocity, and it was all going fine until I hit this:

checking for XSERVER... configure: error: Package requirements (randrproto renderproto fixesproto damageproto xextproto xfont xproto xtrans xau compositeproto resourceproto recordproto xdmcp xdmcp) were not met.

during the configuration of xserver. I don't understand what it wants, I can't find any packages named like these, so I'm a little stuck

I'm running Ubuntu 5.04 AMD64
 
Old 09-23-2005, 01:59 AM   #2
watsoncj
LQ Newbie
 
Registered: Sep 2005
Location: Colorado
Distribution: Mandriva LE 2005
Posts: 12

Rep: Reputation: 0
Here's a simple example of building luminocity using jhbuild.
**Note the "jhbuild bootstrap" part, this is important.
First, check out and install jhbuild from GNOME CVS.

% cvs -d :pserver:anonymous@anoncvs.gnome.org:/cvs/gnome get jhbuild
...
% cd jhbuild/
% make
% make install

Then, copy luminocity.modules from this module into your
jhbuild/modulesets/ directory.

Next create a jhbuildrc file in your home directory. I called mine
~/.jhbuildrc-luminocity:

---- .jhbuildrc-luminocity ----
import os

moduleset = 'luminocity'
modules= [ 'luminocity' ]

cvsroot = ':ext:anonymous@anoncvs.gnome.org:/cvs/gnome'
checkoutroot = '/home/jrb/src/luminocity/'
prefix = '/opt/luminocity'
autogenargs='--enable-maintainer-mode --disable-static'

os.environ['INSTALL'] = os.path.join(os.environ['HOME'], 'bin', 'install-check')
-------------------------------

You will need to modify 'cvsroot', 'checkoutroot' and 'prefix' as
appropriate.

Then run jhbuild to build luminocity. Unfortunately, X doesn't build
with automake-1.9 so we need to tell autoreconf to use automake-1.7.

% export AUTOMAKE=automake-1.7
% export ACLOCAL=aclocal-1.7
% jhbuild -f ~/.jhbuildrc-luminocity build xserver luminocity

To make sure you've got the right tools:
% jhbuild bootstrap

Once done, you'll need to get a shell with correct environment variables
setup by running:

% jhbuild -f ~/.jhbuildrc-luminocity shell

Then, you can run luminocity by doing:

% cd luminocity/src
% Xfake :1 -ac &
% DISPLAY=:1 xterm &
% luminocity :1

etc.:) :)

Last edited by watsoncj; 09-23-2005 at 02:20 AM.
 
  


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
Luminocity Installation Troubles N3LDAN Fedora 2 06-19-2005 10:32 AM
Luminocity Woes N3LDAN Linux - Software 1 05-01-2005 01:30 PM
Problem compiling javakid Programming 8 12-16-2004 12:03 AM
Problem compiling Kami.JZ Linux - Newbie 6 10-26-2004 06:28 AM
Compiling 2.4.20 problem frankietomatoes Linux - General 1 01-09-2003 05:43 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 08:05 PM.

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