[SOLVED] [SOLVED]Compiling trouble on Ubuntu - Printable Version +- Xonotic Forums (https://forums.xonotic.org) +-- Forum: Support (https://forums.xonotic.org/forumdisplay.php?fid=3) +--- Forum: Xonotic - Help & Troubleshooting (https://forums.xonotic.org/forumdisplay.php?fid=4) +--- Thread: [SOLVED] [SOLVED]Compiling trouble on Ubuntu (/showthread.php?tid=1252) |
[SOLVED]Compiling trouble on Ubuntu - Sir Emeth Mimetes - 11-25-2010 Hey all. I got the clone, did ./all checkout and ./all update. I ran ./all compile, and it went on for a while working successfully it seemed. Until it spat this out and died: bash Wrote:jpeg.c:41: fatal error: jpeglib.h: No such file or directory Any help? RE: Compiling trouble on Ubuntu - subsonik - 11-25-2010 have you satisfied the dependencies like wrote here? RE: Compiling trouble on Ubuntu - Sir Emeth Mimetes - 11-25-2010 All but libxxf86dg, which it said it could not find. Do I need to add a ppa repository or something? RE: Compiling trouble on Ubuntu - sev - 11-25-2010 I had a similar problem once on openSuse, make sure you have libjpeg(-dev) installed RE: Compiling trouble on Ubuntu - Sir Emeth Mimetes - 11-25-2010 Figured it out! My copy-paste was dropping part of the list for some reason, so it wasn't all getting installed. I got it to work, and I am in. RE: [SOLVED]Compiling trouble on Ubuntu - subsonik - 11-25-2010 damned copy-paste,is the cancer of shell command!!!! RE: [SOLVED]Compiling trouble on Ubuntu - Sir Emeth Mimetes - 11-25-2010 * chuckles * Yep. |