I had a problem compiling 1.4.6 on Mandriva 2009.1
The error was
Code: Select all
world.cpp:77: error: ‘rand’ was not declared in this scope
Code: Select all
#include <cstdlib>
Code: Select all
world.cpp:77: error: ‘rand’ was not declared in this scope
Code: Select all
#include <cstdlib>
i was hoping to have some help fixing this problem as well. i am new to Linux i understand how to install MakeMKV and the steps involved but i'm not sure how to implement your fix, could you please help me outBling2Ming wrote: The error wasAddingCode: Select all
world.cpp:77: error: ‘rand’ was not declared in this scope
to libmakemkv/src/world.cpp cured this error.Code: Select all
#include <cstdlib>
Okdark matter wrote: i was hoping to have some help fixing this problem as well. i am new to Linux i understand how to install MakeMKV and the steps involved but i'm not sure how to implement your fix, could you please help me out
thanks,
Code: Select all
#include <lgpl/zlibabi.h>
Code: Select all
#include <cstdlib>