Tried to install using https://sourceforge.net/p/speed-dreams/ ... n-mac-os-x. I know a (little) bit about programing. prob’s:
Ronnys-iMac:~ rgmerkel$ sudo port -t install livorbis
Password:
Error: Port livorbis not found
nothing found at: https://www.macports.org/ports.php?by=n ... r=livorbis
Tried to make (to see what happens), and got (only!) two errors:
/Users/rgmerkel/SD-Project/speed-dreams-code-6520-trunk/src/libs/tgfclient/guitexture.cpp:397:8: error: no matching function
for call to 'jpeg_read_header'
(void)jpeg_read_header(&cinfo, TRUE);
^~~~~~~~~~~~~~~~
/opt/local/include/jpeglib.h:1039:13: note: candidate function not viable: no known conversion from 'int' to 'boolean' for
2nd argument
EXTERN(int) jpeg_read_header JPP((j_decompress_ptr cinfo,
^
Is this close to working?