Closed progval closed 7 years ago
Try to install the package libicu-dev
It is already installed, version 57.1-4.
Can you show me the result of "pkg-config --libs icu-uc icu-i18n" ?
Oh, and remove your config.lua if it's not a fresh install
-licui18n -licuuc -licudata Removing config.lua didn't help.
Can you try to compile TeeUniverse editor ? ICU is also used there, but with cmake, not bam. https://github.com/teeuniverse/teeuniverse
It works.
I just tried on an other system (with libicu-dev 52.1-8+deb8u4), Infclass does not compile either.
Can you show me your config.lua ? Sorry to ask you all of this debug output :)
Can you show me your config.lua ?
compiler.driver = 'gcc'
compiler.c_compiler = false
compiler.cxx_compiler = false
stackprotector.value = true
minmacosxsdk.value = false
macosxppc.value = false
zlib.value = true
zlib.include_path = false
sdl.value = false
sdl.use_sdlconfig = false
sdl.use_winlib = 0
sdl.use_osxframework = false
icu.value = true
icu.use_pkgconfig = true
icu.use_winlib = 0
freetype.value = false
freetype.use_ftconfig = false
freetype.use_winlib = 0
mysql.value = true
mysql.use_mysqlconfig = false
Sorry to ask you all of this debug output :)
no problem, I have done worse myself
Ok, I've reproduced the bug. It concerns the non-sql version. I will check that
Fixed with the last commit. Thanks!
It works, thanks!
Hi,
Starting on de22ca59c8eb3a0573d535d4cfe9e789647055f3 (or maybe c0448d0c39863853d8d37615b198dae4d9dfe4a2, which crashes before link), the bam fails with this error: