im using ubuntu 8.04 on my machine. im trying to compile pixie 2.2.6. i believe X11 package is by default is installed in this ubuntu 8.04. but when i compile the source code, it keep saying that X11 is not found. anyone could assist me on this. Thank you.
Regards.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
A similar question: Neither FLTK nor OpenEXR is found by the configure script. I'm running Ubuntu 9.04. I've installed the libfltk-dev and libopenexr-dev packages to no avail. Is there another package I should look for? How does one in general find out what exactly the configure script is looking for when making these checks?
Thanks.
-James
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hai,
im using ubuntu 8.04 on my machine. im trying to compile pixie 2.2.6. i believe X11 package is by default is installed in this ubuntu 8.04. but when i compile the source code, it keep saying that X11 is not found. anyone could assist me on this. Thank you.
Regards.
You might want to try installing the developer library:
sudo apt-get install x11-dev
I think that's what I had to do!
-Kazem
Sorry, my mistake. It's sudo apt-get install xorg-dev
-Kazem
A similar question: Neither FLTK nor OpenEXR is found by the configure script. I'm running Ubuntu 9.04. I've installed the libfltk-dev and libopenexr-dev packages to no avail. Is there another package I should look for? How does one in general find out what exactly the configure script is looking for when making these checks?
Thanks.
-James
I'm not sure, but I think I installed libx11-dev and everything worked nicely. But I had similar errors as you initially.
-Kazem
Hi,
I've already made packages (Jaunty and Intrepid) for Pixie on Ubuntu, look here:
https://launchpad.net/~cedricpaille/+archive/pixie
Cheers.
Thank you for all the help.. i already got it running :D
regards
zzub