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
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:
>>
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
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
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
>>
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
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
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
I can't get cmake to recognize my enchant installation at /opt/local/.
What cmake variable am I not setting correctly?
BH