LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   wxmupen64plus compile error (https://www.linuxquestions.org/questions/linux-software-2/wxmupen64plus-compile-error-940775/)

sljunkie 04-19-2012 10:16 PM

wxmupen64plus compile error
 
Hi,

I'm trying to use this GUI for the latest development release of mupen64plus. I've installed mupen64plus version 1.99.5 in /usr/local and issued the commands:

Quote:

hg clone https://bitbucket.org/auria/wxmupen64plus
cd wxmupen64plus
./waf configure --mupenapi=/usr/local/include/mupen64plus/
But I get this error:

Quote:

Setting top to : $(pwd)/wxmupen64plus
Setting out to : $(pwd)/wxmupen64plus/build
Checking for 'gcc' (c compiler) : ok
Checking for 'g++' (c++ compiler) : ok
Checking for program gcc : /usr/bin/gcc
Checking for program g++ : /usr/bin/g++
Checking C compiler works : yes
Checking C++ compiler works : yes
Checking for header m64p_frontend.h : yes
Checking for header m64p_config.h : yes
Checking for header m64p_types.h : yes
Checking for header ../main/version.h : not found
The configuration failed
(complete log in $(pwd)/wxmupen64plus/build/config.log)
Anybody has a clue on this, or how do I contact the program's author?

weibullguy 04-20-2012 08:20 AM

Point the --mupenapi to your mupen64plus source directory for the version you have installed. For example, on my machine
Code:

./waf configure --mupenapi=/home/andrew/MyBuilds/mupen64plus-bundle-src-1.99.5/source/mupen64plus-core/src/api

sljunkie 04-20-2012 11:51 AM

Quote:

Originally Posted by weibullguy (Post 4658312)
Point the --mupenapi to your mupen64plus source directory for the version you have installed. For example, on my machine
Code:

./waf configure --mupenapi=/home/andrew/MyBuilds/mupen64plus-bundle-src-1.99.5/source/mupen64plus-core/src/api

Thanks!

All I have to do now is install wxGTK but... will it work with the 2.8.x stable series?

weibullguy 04-21-2012 11:19 AM

I think the configure script looks for the 2.9 series. I didn't actually install wxmupen64plus, so I really don't know.


All times are GMT -5. The time now is 08:51 PM.