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.
Building Ubuntu 9.04 64-bit
-
- Posts: 24
- Joined: Mon Aug 03, 2009 7:20 pm
-
- Posts: 2
- Joined: Sat Aug 08, 2009 7:52 pm
Re: Building Ubuntu 9.04 64-bit
That did it! Thanks!