zsh-workers
 help / color / mirror / code / Atom feed
* Problems building 4.3.4 on FreeBSD
@ 2007-07-25 18:20 Renato Botelho
  2007-07-25 18:56 ` Renato Botelho
  0 siblings, 1 reply; 9+ messages in thread
From: Renato Botelho @ 2007-07-25 18:20 UTC (permalink / raw)
  To: zsh-workers

Hello,

I'm working to upgrade zsh on FreeBSD ports tree from 4.3.2 to 4.3.4
and i had a problem building it.

When iconv was not found, Src/utils.c didn't build, i made this change
and everything built file:

--- Src/utils.c.orig    Tue Apr 17 10:57:15 2007
+++ Src/utils.c Wed Jul 25 15:13:58 2007
@@ -4569,11 +4570,11 @@
     int count;
 #else
     unsigned int wval;
+    size_t count;
 # if defined(HAVE_NL_LANGINFO) && defined(CODESET) && defined(HAVE_ICONV)
     iconv_t cd;
     char inbuf[4];
     size_t inbytes, outbytes;
-    size_t count;
 # endif
 #endif

Best Regards
-- 
Renato Botelho


^ permalink raw reply	[flat|nested] 9+ messages in thread
[parent not found: <rbgarga@gmail.com>]

end of thread, other threads:[~2007-07-30 14:29 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-07-25 18:20 Problems building 4.3.4 on FreeBSD Renato Botelho
2007-07-25 18:56 ` Renato Botelho
2007-07-25 19:56   ` Renato Botelho
2007-07-25 20:42     ` Peter Stephenson
     [not found] <rbgarga@gmail.com>
2007-07-27 17:49 ` Not finding iconv and pcre Renato Botelho
2007-07-27 17:56   ` Renato Botelho
2007-07-27 19:12   ` Peter Stephenson
2007-07-30 13:50   ` Oliver Kiddle
2007-07-30 14:29     ` Renato Botelho

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).