Page 1 of 1

Building Ubuntu 9.04 64-bit

Posted: Sat Aug 08, 2009 7:55 pm
by thisguy2222
I get this when trying to build the OSS package...

-Xlinker -soname=libmakemkv.so.1 -lc -lstdc++ -lcrypto -lz
libmakemkv/src/world.cpp: In member function ‘virtual uint8_t CDefaultWorld::random_byte()’:
libmakemkv/src/world.cpp:77: error: ‘rand’ was not declared in this scope
make: *** [out/libmakemkv.so.1.full] Error 1

I already tried doing a make clean for both instances and removed any previous versions of makemkv.

Thanks.

Re: Building Ubuntu 9.04 64-bit

Posted: Sat Aug 08, 2009 8:00 pm
by Bling2Ming
This should rectify the error.
http://www.makemkv.com/forum2/viewtopic.php?f=3&t=542

Bling

Re: Building Ubuntu 9.04 64-bit

Posted: Mon Aug 10, 2009 2:30 am
by thisguy2222
That did it! Thanks!