My system is Red Hat Enterprise Linux Server release 6.3 (Santiago) My gcc version is gcc (GCC) 4.4.6 20120305 (Red Hat 4.4.6-4) Is there any other information you may interested?
On Wednesday, February 19, 2014 12:24:43 PM UTC+8, Stefan Karpinski wrote: > > 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, <[email protected] <javascript:>>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, [email protected] 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! >>>> >>> >
