Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Examples and Tests don't compile with ICU #60

Closed
ConiKost opened this issue Apr 4, 2018 · 1 comment
Closed

Examples and Tests don't compile with ICU #60

ConiKost opened this issue Apr 4, 2018 · 1 comment

Comments

@ConiKost
Copy link

ConiKost commented Apr 4, 2018

Examples and Tests don't compile with ICU.
When I do use Uchardet, it works.

compiling debug/moc_ircbot.cpp
/usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: /var/tmp/portage/net-im/libcommuni-3.5.0/work/libcommuni-3.5.0/examples/minimal/../../lib/libIrcCore.a(ircmessagedecoder_icu.o): undefined reference to symbol 'ucsdet_setText'
/usr/lib64/libicui18n.so.60: error adding symbols: DSO missing from command line
collect2: Fehler: ld gab 1 als Ende-Status zurück
make[2]: *** [Makefile:68: minimal] Fehler 1
make[2]: Verzeichnis „/var/tmp/portage/net-im/libcommuni-3.5.0/work/libcommuni-3.5.0/examples/minimal“ wird verlassen
make[1]: *** [Makefile:99: sub-minimal-make_first] Fehler 2
make[1]: *** Es wird auf noch nicht beendete Prozesse gewartet....
compiling debug/moc_ircclient.cpp
linking bot
linking client
make[2]: Verzeichnis „/var/tmp/portage/net-im/libcommuni-3.5.0/work/libcommuni-3.5.0/examples/qmlbot“ wird verlassen
/usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: /var/tmp/portage/net-im/libcommuni-3.5.0/work/libcommuni-3.5.0/examples/bot/../../lib/libIrcCore.a(ircmessagedecoder_icu.o): undefined reference to symbol 'ucsdet_setText'
/usr/lib64/libicui18n.so.60: error adding symbols: DSO missing from command line
collect2: Fehler: ld gab 1 als Ende-Status zurück
make[2]: *** [Makefile:72: bot] Fehler 1
make[2]: Verzeichnis „/var/tmp/portage/net-im/libcommuni-3.5.0/work/libcommuni-3.5.0/examples/bot“ wird verlassen
make[1]: *** [Makefile:49: sub-bot-make_first] Fehler 2
make[2]: Verzeichnis „/var/tmp/portage/net-im/libcommuni-3.5.0/work/libcommuni-3.5.0/examples/quick“ wird verlassen
/usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: /var/tmp/portage/net-im/libcommuni-3.5.0/work/libcommuni-3.5.0/examples/client/../../lib/libIrcCore.a(ircmessagedecoder_icu.o): undefined reference to symbol 'ucsdet_setText'
/usr/lib64/libicui18n.so.60: error adding symbols: DSO missing from command line
@ConiKost
Copy link
Author

ConiKost commented Nov 3, 2018

Seems to be fixed with current git, closing.

@ConiKost ConiKost closed this as completed Nov 3, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant