Skip to content
This repository has been archived by the owner on Oct 2, 2020. It is now read-only.

Installation error (go get) #4

Open
memclutter opened this issue Feb 16, 2018 · 0 comments
Open

Installation error (go get) #4

memclutter opened this issue Feb 16, 2018 · 0 comments

Comments

@memclutter
Copy link

I try to install your library

go get github.com/uber-go/icu4go/datetime

I was given such error

# github.com/uber-go/icu4go/datetime
/tmp/go-build122150659/github.com/uber-go/icu4go/datetime/_obj/bridge.o: In function `formatDateTime':
Projects/go/src/github.com/uber-go/icu4go/datetime/bridge.c:39: undefined reference to `u_uastrcpy_55'
Projects/go/src/github.com/uber-go/icu4go/datetime/bridge.c:42: undefined reference to `u_uastrcpy_55'
Projects/go/src/github.com/uber-go/icu4go/datetime/bridge.c:44: undefined reference to `udat_open_55'
Projects/go/src/github.com/uber-go/icu4go/datetime/bridge.c:63: undefined reference to `udat_format_55'
Projects/go/src/github.com/uber-go/icu4go/datetime/bridge.c:75: undefined reference to `u_austrcpy_55'
/tmp/go-build122150659/github.com/uber-go/icu4go/datetime/_obj/bridge.o: In function `getDateTimePattern':
Projects/go/src/github.com/uber-go/icu4go/datetime/bridge.c:88: undefined reference to `udat_open_55'
Projects/go/src/github.com/uber-go/icu4go/datetime/bridge.c:102: undefined reference to `udat_toPattern_55'
Projects/go/src/github.com/uber-go/icu4go/datetime/bridge.c:113: undefined reference to `u_austrcpy_55'
collect2: error: ld returned 1 exit status

My operation system is Ubuntu

Ubuntu 16.04.3 LTS

libicu-dev installed. Tell me, how to install your package?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant