Stephen Galbraith <stephenjgalbraith <at> googlemail.com> writes:

> 
> #if defined(HAVE_LIBICONV) || defined(SOLARIS)
>     ret = iconv(cd, (const char**)input_ptr, &input_bytes,
>             output_ptr, &output_bytes);
> #else
>     ret = iconv(cd, input_ptr, &input_bytes,
>             output_ptr, &output_bytes);
> #endif
> 

I got it compile by unzipping the source and commenting out the 
 #if defined(HAVE_LIBICONV) || defined(SOLARIS)
     ret = iconv(cd, (const char**)input_ptr, &input_bytes,
             output_ptr, &output_bytes);
 #else
part. So it compiled and built the binary :D
I'm not sure where the scripts would normally put the web directory,
so I've just left it in an untidy place (suggestions welcome - I'm new
to mac and unix I've forgotten), but it IS running. I guess the
libiconv definitions have changed in Xcode 3.0?






-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Fink-beginners mailing list
[email protected]
http://news.gmane.org/gmane.os.apple.fink.beginners

Reply via email to