Filed an issue: https://github.com/JuliaLang/julia/issues/5854. If you could supply any more details, that would be very helpful.
On Tue, Feb 18, 2014 at 10:36 PM, <xiongji...@gmail.com> wrote: > I finally get it done by removing the 261 line of src/support/utf8.c !!! > > > On Tuesday, February 18, 2014 6:52:22 PM UTC+8, xiong...@gmail.com wrote: >> >> It passed after I replaced the gcc. However, here comes another problem: >> >> $make >> CC src/support/utf8.o >> utf8.c:261: error: conflicting types for ‘wcwidth’ >> /usr/include/wchar.h:437: note: previous declaration of ‘wcwidth’ was here >> make[3]: *** [utf8.o] Error 1 >> make[2]: *** [support/libsupport.a] Error 2 >> make[1]: *** [julia-release] Error 2 >> make: *** [release] Error 2 >> >> >> On Tuesday, February 18, 2014 6:07:23 PM UTC+8, Tim Holy wrote: >>> >>> Great that you made it work. >>> >>> --Tim >>> >>> On Monday, February 17, 2014 08:22:40 PM Tony Kelman wrote: >>> > I just got Julia compiled successfully on RHEL 5.5 after following >>> this >>> > note https://github.com/JuliaLang/julia#centos-5 >>> > >>> > I was expecting this to be much more difficult than it ended up being, >>> so >>> > my compliments to the team that set up the build system. This doesn't >>> rule >>> > out future more subtle problems as Tim Holy warned in the other post, >>> but >>> > it's a start! >>> >>