1
Programming / Re: Compiling uchardet
« on: March 04, 2026, 07:32:05 am »
Hi Tellie,
Right now, I'm mainly focused on experimenting. I want to gain some experience with the tools.
For the time being, though, I have another project that I want to finish first. After that, I'll continue with this one.
Just one question: Did you remove the "version-script" from the makefile? If I don't remove it, I get the message (but only with CMake from BWW):
Right now, I'm mainly focused on experimenting. I want to gain some experience with the tools.
For the time being, though, I have another project that I want to finish first. After that, I'll continue with this one.
Just one question: Did you remove the "version-script" from the makefile? If I don't remove it, I get the message (but only with CMake from BWW):
Code: [Select]
[ 47%] Linking CXX shared library ucharde0.dll
emxomfld: invalid option (--version-script)
make[2]: *** [src/CMakeFiles/libuchardet.dir/build.make:628: src/ucharde0.dll] E
rror 1
make[1]: *** [CMakeFiles/Makefile2:177: src/CMakeFiles/libuchardet.dir/all] Erro
r 2
make: *** [Makefile:146: all] Error 2
