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

Undefined References to ilu* #9

Open
mattiekat opened this issue May 26, 2014 · 2 comments
Open

Undefined References to ilu* #9

mattiekat opened this issue May 26, 2014 · 2 comments

Comments

@mattiekat
Copy link

libmapconv_static.a(TileStorage.cpp.o): In function TileStorage::CompressTile(unsigned long)': TileStorage.cpp:(.text+0x5fb): undefined reference toiluScale'
TileStorage.cpp:(.text+0x660): undefined reference to iluScale' TileStorage.cpp:(.text+0x6c5): undefined reference toiluScale'
libmapconv_static.a(Image.cpp.o): In function Image::FlipVertical()': Image.cpp:(.text+0x136): undefined reference toiluFlipImage'
libmapconv_static.a(Image.cpp.o): In function Image::Rescale(int, int)': Image.cpp:(.text+0x43f): undefined reference toiluScale'
collect2: error: ld returned 1 exit status

@tizbac
Copy link
Owner

tizbac commented May 30, 2014

ensure that you have -lILU on the linking command line

2014-05-26 17:58 GMT+02:00 Eadword [email protected]:

libmapconv_static.a(TileStorage.cpp.o): In function TileStorage::CompressTile(unsigned
long)':
TileStorage.cpp:(.text+0x5fb): undefined reference toiluScale'
TileStorage.cpp:(.text+0x660): undefined reference to iluScale'
TileStorage.cpp:(.text+0x6c5): undefined reference toiluScale'
libmapconv_static.a(Image.cpp.o): In function Image::FlipVertical()':
Image.cpp:(.text+0x136): undefined reference toiluFlipImage'
libmapconv_static.a(Image.cpp.o): In function Image::Rescale(int, int)':
Image.cpp:(.text+0x43f): undefined reference toiluScale'


Reply to this email directly or view it on GitHub
#9.

@abma
Copy link
Contributor

abma commented Sep 25, 2014

please use https://github.com/spring/SpringMapConvNG!

should be fixed there

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

3 participants