On Fri, Jul 10, 2009 at 12:07 PM, Jon James<[email protected]> wrote: > Is there a way I can find what all Cairio needs to compile? > > I'll go find the devel packages of these: > freetype, fontconfig, libpng, libgif, libjpeg, libtiff, libexif > > Is there anymore? Is there a file or command I can run to find out on my > own?
Basically, this routine: 1. ./configure 1a. If it works, you're done. 2. Parse error and find the -dev package it wants. 3. Goto 1. I usually have to do about 5 or so iterations of this when compiling stuff. Unfortunately, ./configure can't tell you any more than one at a time. -- Chris Howie http://www.chrishowie.com http://en.wikipedia.org/wiki/User:Crazycomputers _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
