Page 1 of 1
Problem Compiling 1.4.6 on Mandriva SOLVED.
Posted: Mon Aug 03, 2009 7:34 pm
by Bling2Ming
Hi everyone I just registered so I could post this, in the hope it may help someone.
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
Adding
to libmakemkv/src/world.cpp cured this error.
Re: Problem Compiling 1.4.6 on Mandriva SOLVED.
Posted: Tue Aug 04, 2009 6:14 am
by ChinaJade
THANKS!
The same problem exists in Ubuntu 9.0.4 (Jaunty). Your repair fixed it right up!
thanks again,
CJ
Re: Problem Compiling 1.4.6 on Mandriva SOLVED.
Posted: Tue Aug 04, 2009 4:53 pm
by ggking7
Same problem on Gentoo and that fixed it. Thank you!
Re: Problem Compiling 1.4.6 on Mandriva SOLVED.
Posted: Wed Aug 19, 2009 8:54 pm
by xchema
It works here too. Thanks!
Re: Problem Compiling 1.4.6 on Mandriva SOLVED.
Posted: Fri Sep 11, 2009 11:28 pm
by dark matter
Bling2Ming wrote:
The error was
Code: Select all
world.cpp:77: error: ‘rand’ was not declared in this scope
Adding
to libmakemkv/src/world.cpp cured this error.
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,
Re: Problem Compiling 1.4.6 on Mandriva SOLVED.
Posted: Sat Sep 12, 2009 6:54 am
by Bling2Ming
dark 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,
Ok
1. Extract the all files from the makemkv_v1.4.6_beta_oss.tar.gz archive.
2. Navigate the folder hierarchy of the extracted target to /makemkv_v1.4.6_beta_oss/libmakemkv/src/
3. From within this folder find the file world.cpp and open it in the text editor of your choice.
4. At the top of this file you will see the header section where lines begin with #include.
5. Under the line
add a line that reads
6. Save the file and exit your editor.
7. Bulid the package as normal
Re: Problem Compiling 1.4.6 on Mandriva SOLVED.
Posted: Sat Sep 12, 2009 7:41 am
by dark matter
OMG thank you sooooooo much it makes my life soo much easier now that it works correctly, again thank you