Search found 3 matches

by sbloch
Sun May 17, 2020 2:53 am
Forum: Tech support
Topic: missing locale_charset on Mac
Replies: 3
Views: 3739

Re: missing locale_charset on Mac

I got it to compile and run by commenting out the section of "configure" that checks for and sets HAVE_CHARSETLIB. Now HAVE_CHARSETLIB is always undefined, so it doesn't try to link in that function. But I'm sure there's a better way....
by sbloch
Sat May 16, 2020 11:16 am
Forum: Tech support
Topic: missing locale_charset on Mac
Replies: 3
Views: 3739

Re: missing locale_charset on Mac

I'm not sure how meaningful the distinction between locale_charset() and _locale_charset() is: I was assuming that the one with the underscore is some kind of compiler-generated internal version of the one without the underscore.
by sbloch
Fri May 15, 2020 8:45 pm
Forum: Tech support
Topic: missing locale_charset on Mac
Replies: 3
Views: 3739

missing locale_charset on Mac

I just tried to build the latest download of FreeCiv on my Mac (OS 10.15.4), and everything went smoothly except, during "make", Undefined symbols for architecture x86_64: "_locale_charset", referenced from: _init_character_encodings in libfreeciv.a(fciconv.o) ld: symbol(s) not f...