Re: Simple cmake question

2010-03-12 Thread BH
On Fri, Mar 12, 2010 at 4:35 PM, Peter Kümmel wrote: > Kornel Benko wrote: >> Am Freitag 12 März 2010 schrieb Peter Kümmel: >>> /opt/local/lib is a directory only and I assume ENCHANT_LIBRARY should >>>  point to a existing library. >>> >>> Kornel's comment was about the cmake command which search

Re: Simple cmake question

2010-03-12 Thread Peter Kümmel
Kornel Benko wrote: > Am Freitag 12 März 2010 schrieb Peter Kümmel: >> /opt/local/lib is a directory only and I assume ENCHANT_LIBRARY should >> point to a existing library. >> >> Kornel's comment was about the cmake command which searches for the >> 'enchant' library in existing directories: >>

Re: Simple cmake question

2010-03-12 Thread Kornel Benko
Am Freitag 12 März 2010 schrieb Peter Kümmel: > /opt/local/lib is a directory only and I assume ENCHANT_LIBRARY should > point to a existing library. > > Kornel's comment was about the cmake command which searches for the > 'enchant' library in existing directories: > find_library(ENCHANT_LIBRAR

Re: Simple cmake question

2010-03-12 Thread Kornel Benko
Am Freitag 12 März 2010 schrieb BH: > On Fri, Mar 12, 2010 at 1:25 PM, Kornel Benko wrote: > > Am Freitag 12 März 2010 schrieb Kornel Benko: > >> Am Freitag 12 März 2010 schrieb BH: > >> > I can't get cmake to recognize my enchant installation at /opt/local/. > >> > What cmake variable am I not se

Re: Simple cmake question

2010-03-12 Thread Peter Kümmel
BH wrote: > On Fri, Mar 12, 2010 at 1:25 PM, Kornel Benko wrote: >> Am Freitag 12 März 2010 schrieb Kornel Benko: >>> Am Freitag 12 März 2010 schrieb BH: I can't get cmake to recognize my enchant installation at /opt/local/. What cmake variable am I not setting correctly? BH >>

Re: Simple cmake question

2010-03-12 Thread BH
On Fri, Mar 12, 2010 at 1:25 PM, Kornel Benko wrote: > Am Freitag 12 März 2010 schrieb Kornel Benko: >> Am Freitag 12 März 2010 schrieb BH: >> > I can't get cmake to recognize my enchant installation at /opt/local/. >> > What cmake variable am I not setting correctly? >> > >> > BH >> >> To compile

Re: Simple cmake question

2010-03-12 Thread Kornel Benko
Am Freitag 12 März 2010 schrieb Kornel Benko: > Am Freitag 12 März 2010 schrieb BH: > > I can't get cmake to recognize my enchant installation at /opt/local/. > > What cmake variable am I not setting correctly? > > > > BH > > To compile, you need the development package. We are searching for inclu

Re: Simple cmake question

2010-03-12 Thread Kornel Benko
Am Freitag 12 März 2010 schrieb BH: > I can't get cmake to recognize my enchant installation at /opt/local/. > What cmake variable am I not setting correctly? > > BH > To compile, you need the development package. We are searching for include files _and_ for libraries. (So e.g. for ubuntu this

Simple cmake question

2010-03-12 Thread BH
I can't get cmake to recognize my enchant installation at /opt/local/. What cmake variable am I not setting correctly? BH