discuss-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Bug while compiling gnustep base (freezed version)


From: PERON Stéphane
Subject: Bug while compiling gnustep base (freezed version)
Date: Sat, 13 Jul 2002 10:15:38 -0400 (EDT)

Hi all,

I don't know if this bug has already been reported ...
well .. I 've just installed last version of iconv and since, I met
compilation problems for gnustep-base : such as :
- no libiconv_open found ...(or something like this)

I have fixed the problem by adding a " #define LIBICONV_PLUG " in
Source/Unicode.m like this :
#ifdef HAVE_ICONV
#ifdef HAVE_GICONV_H
#include <giconv.h>
#else
#define LIBICONV_PLUG
#include <iconv.h>
#endif

Regards

Stef

*****************
Stéphane PERON
speron@telys.com
*****************




reply via email to

[Prev in Thread] Current Thread [Next in Thread]