residualvm / residualvm-tools

Tools for ResidualVM
GNU General Public License v2.0
19 stars 10 forks source link

TOOLS: til2bmp not building - undefined references #14

Closed raziel- closed 11 years ago

raziel- commented 13 years ago

Residual-Tools revision ac1e31b18561437e70e6

c++ -DHAVECONFIG_H -DHAVE_CONFIGH -I. -I. -Wall \ -L./common -lz -o tools/til2bmp tools/emi/til2bmp.cpp /T/ccCmF2Wy.o: In function decompress(unsigned char, int, unsigned int&)': til2bmp.cpp:(.text+0x808): undefined reference toinflateInit2' til2bmp.cpp:(.text+0x86c): undefined reference to `inflate' gmake: _\ [tools/til2bmp] Error 1

AmigaOS4 - PPC - SDL - BE gcc (GCC) 4.2.4 (adtools build 20090118)

I know it has a very low priority, i'm just adding it so it won't be forgotten :-)

somaen commented 12 years ago

Do you have zlib on your machine? (You would probably have to have, as otherwise residual wouldnt show ANY videos in grim).

raziel- commented 12 years ago

Yes, i do (ScummVM also needs zlib)

raziel- commented 11 years ago

This was due to a broken local SDK.

Closing, sorry for the hassle