|
Joined: May 2008
Posts: 4,930 Likes: 24
Very Senior Member
|
Very Senior Member
Joined: May 2008
Posts: 4,930 Likes: 24 |
As I said, you should be using the SVN trunk, yes... install TortoiseSVN ( http://sourceforge.net/projects/tortoise....8.msi/download) and use "svn://svn.code.sf.net/p/qmc2/code/trunk" for the SVN URL ("SVN Checkout").
A mind is like a parachute. It doesn't work unless it's open. [Frank Zappa]
|
|
|
|
Joined: Mar 2008
Posts: 1,049
Very Senior Member
|
OP
Very Senior Member
Joined: Mar 2008
Posts: 1,049 |
Ok, then this part is alright! Later I'll give a report of my compiling errors when using the PATHs from Oddi's .bat file ^^
"A user interface is like a joke. If you have to explain it, it's not that good."
|
|
|
|
Joined: May 2008
Posts: 4,930 Likes: 24
Very Senior Member
|
Very Senior Member
Joined: May 2008
Posts: 4,930 Likes: 24 |
A mind is like a parachute. It doesn't work unless it's open. [Frank Zappa]
|
|
|
|
Joined: Aug 2012
Posts: 27
Member
|
Member
Joined: Aug 2012
Posts: 27 |
Building rev 5866 on Ubuntu Trusty amd64 I get the following error (which seems not to matter, but I'm relating it anyway):
scripts/os-detect.sh: 12: [: Ubuntu: unexpected operator scripts/os-detect.sh: 12: [: Ubuntu: unexpected operator Configuring build of QMC2 v0.44
|
|
|
|
Joined: May 2008
Posts: 4,930 Likes: 24
Very Senior Member
|
Very Senior Member
Joined: May 2008
Posts: 4,930 Likes: 24 |
Yeah, I changed the os-detect.sh script today for Fedora, this works also on openSUSE... I wonder why it doesn't on Ubuntu?! Anyway, will check later or tomorrow... thanks for the info!
A mind is like a parachute. It doesn't work unless it's open. [Frank Zappa]
|
|
|
|
Joined: Mar 2008
Posts: 1,049
Very Senior Member
|
OP
Very Senior Member
Joined: Mar 2008
Posts: 1,049 |
That's the .bat that I used:
set MINGW_HOME=c:\mingw64-w64\bin\
set QT_PLUGIN_PATH=c:\mingw64-w64\Qt\plugins\
set QT_BIN_PATH=c:\mingw64-w64\Qt\Bin\
set x86_64-w64-mingw32=c:\mingw64-w64\x86_64-w64-mingw32\bin\
set TEMP=c:\temp\
set TMP=c:\temp\
set PATH=%MINGW_HOME%;%QT_PLUGIN_PATH%;%QT_BIN_PATH%;%x86_64-w64-mingw32%;%TEMP%;%TMP%
set PROMPT=QMC2_Env-%PROMPT%
echo QMC2 Enviroment Ready!
echo To Build QMC2-MAME type:
echo make
make clean MINGW=1
make EMULATOR=mame WIP=1 MINGW=1 -j5
PAUSE
note that my tools to building MAME are in root "c:\mingw64-w64"I have this errors in output: 
|
|
|
|
Joined: Nov 2011
Posts: 175
Senior Member
|
Senior Member
Joined: Nov 2011
Posts: 175 |
Me think u not have right config of QT. When decompress mamedev tools in root folder have 3 bat files - setup-Qt.bat, setup-Python.bat. May Rene help u:)
|
|
|
|
Joined: Mar 2008
Posts: 1,049
Very Senior Member
|
OP
Very Senior Member
Joined: Mar 2008
Posts: 1,049 |
I have these .bat files in my compiling tools, oddi.  You say that I need to execute these .bat before start the compilation? There's a order to do this?
"A user interface is like a joke. If you have to explain it, it's not that good."
|
|
|
|
Joined: Nov 2011
Posts: 175
Senior Member
|
Senior Member
Joined: Nov 2011
Posts: 175 |
Yes, execute before compiling 
Last edited by oddi; 04/27/14 05:09 AM.
|
|
|
|
Joined: May 2008
Posts: 4,930 Likes: 24
Very Senior Member
|
Very Senior Member
Joined: May 2008
Posts: 4,930 Likes: 24 |
@eris23: fixed in SVN r5868!
@Shideravan: Yes, 'setup-Python.bat' and 'setup-Qt.bat' need to be run *once* (from that directory!) in order to adapt some paths to your local installation path. And unless you want to use your own script for this, 'setenv.bat' must be run (in the cmd.exe prompt) each time before you want to actually *use* the tool-chain to compile MAME/MESS/UME, QMC2 or anything else.
A mind is like a parachute. It doesn't work unless it's open. [Frank Zappa]
|
|
|
Forums9
Topics9,221
Posts120,756
Members5,053
|
Most Online1,283 Dec 21st, 2022
|
|
These forums are sponsored by Superior Solitaire, an ad-free card game collection for macOS and iOS. Download it today!
|
|
|
|