help compiling web+?

Forum thread started by khallebal on Sun, 2011-03-20 12:20

hi all
i'm trying to build web+ but some reason libjavascript.so doen't compile giving me this error msg

~/Desktop/trunk> jam -q libjavascriptcore.so
...found 770 target(s)...
...updating 1 target(s)...
warning: using independent target /boot/home/config/lib/
Link WebKitBuild/Debug/JavaScriptCore/libjavascriptcore.so
/boot/develop/abi/x86/gcc4/tools/gcc-4.4.4-haiku-101111/lib/gcc/i586-pc-haiku/4.4.4/../../../../i586-pc-haiku/bin/ld: cannot find -licuuc
collect2: ld returned 1 exit status

any idea what's going on?

cheers

Comments

Re: help compiling web+?

yes I have idea. =)

You're missing ICU. You should:
installoptionalpackage ICU

"cannot find -licuuc"
Means, cannot find library icuuc. Which should be part of ICU.

Re: help compiling web+?

ok that's what i thought too,wich means ICU is broken & needs to be rebuilt with the newst revision,because i installed the ICU-devel, as recommended by the howto.

Re: help compiling web+?

khallebal wrote:

ok that's what i thought too,wich means ICU is broken & needs to be rebuilt with the newst revision,because i installed the ICU-devel, as recommended by the howto.

I ran into similar issues. ICU is broken.