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

Build fail #13

Closed
dianashk opened this issue Jan 12, 2016 · 3 comments
Closed

Build fail #13

dianashk opened this issue Jan 12, 2016 · 3 comments

Comments

@dianashk
Copy link

Attempting build on OS X 10.11.2 (15C50).
Followed all steps without warnings or errors, until make.
make failed with the following output.

$ make
/Applications/Xcode.app/Contents/Developer/usr/bin/make  all-recursive
Making all in src
Making all in sparkey
make[3]: Nothing to be done for `all'.
/bin/sh ../libtool  --tag=CC   --mode=link gcc -Wfloat-equal -Wpointer-arith -O3 -Wfloat-equal -Wpointer-arith  -L/usr/local/lib -o address_parser_train address_parser_train-address_parser_train.o address_parser_train-address_parser.o address_parser_train-address_parser_io.o address_parser_train-averaged_perceptron.o address_parser_train-sparse_matrix.o address_parser_train-averaged_perceptron_trainer.o address_parser_train-averaged_perceptron_tagger.o address_parser_train-address_dictionary.o address_parser_train-geodb.o address_parser_train-geo_disambiguation.o address_parser_train-graph.o address_parser_train-graph_builder.o address_parser_train-normalize.o address_parser_train-features.o address_parser_train-geonames.o geohash/address_parser_train-geohash.o address_parser_train-unicode_scripts.o address_parser_train-transliterate.o address_parser_train-trie.o address_parser_train-trie_search.o address_parser_train-string_utils.o address_parser_train-tokens.o address_parser_train-msgpack_utils.o address_parser_train-file_utils.o address_parser_train-shuffle.o utf8proc/address_parser_train-utf8proc.o cmp/address_parser_train-cmp.o sparkey/libsparkey.la libscanner.la -lsnappy
libtool: link: gcc -Wfloat-equal -Wpointer-arith -O3 -Wfloat-equal -Wpointer-arith -o address_parser_train address_parser_train-address_parser_train.o address_parser_train-address_parser.o address_parser_train-address_parser_io.o address_parser_train-averaged_perceptron.o address_parser_train-sparse_matrix.o address_parser_train-averaged_perceptron_trainer.o address_parser_train-averaged_perceptron_tagger.o address_parser_train-address_dictionary.o address_parser_train-geodb.o address_parser_train-geo_disambiguation.o address_parser_train-graph.o address_parser_train-graph_builder.o address_parser_train-normalize.o address_parser_train-features.o address_parser_train-geonames.o geohash/address_parser_train-geohash.o address_parser_train-unicode_scripts.o address_parser_train-transliterate.o address_parser_train-trie.o address_parser_train-trie_search.o address_parser_train-string_utils.o address_parser_train-tokens.o address_parser_train-msgpack_utils.o address_parser_train-file_utils.o address_parser_train-shuffle.o utf8proc/address_parser_train-utf8proc.o cmp/address_parser_train-cmp.o  -L/usr/local/lib sparkey/.libs/libsparkey.a ./.libs/libscanner.a -lsnappy
Undefined symbols for architecture x86_64:
  "_trie_new_from_hash", referenced from:
      _address_parser_init in address_parser_train-address_parser_train.o
      _averaged_perceptron_trainer_finalize in address_parser_train-averaged_perceptron_trainer.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[3]: *** [address_parser_train] Error 1
make[2]: *** [all-recursive] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
@albarrentine
Copy link
Contributor

Makefile changes weren't pushed. Should build now.

@dianashk
Copy link
Author

All good now. Thanks for the really quick fix.

@albarrentine
Copy link
Contributor

Awesome, no problem.

@ghost ghost mentioned this issue Oct 24, 2016
oskar700 added a commit that referenced this issue Jan 17, 2024
TerranceNHanlon pushed a commit to roadie-app/libpostal that referenced this issue May 14, 2024
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

2 participants