Hey guys, I need a little help, I am trying to compile an open source project but I am getting some weird errors.
Anyways, this is the project: https://github.com/F...ohydride/ygopro, could somebody explain to me how to compile this.
Thanks a lot.
8 replies to this topic
#1
Posted 03 January 2012 - 05:18 PM
|
|
|
#2
Posted 03 January 2012 - 05:32 PM
What compiler are you using?
What compiler directives are you using?
What errors are you getting?
What compiler directives are you using?
What errors are you getting?
#3
Posted 03 January 2012 - 05:37 PM
I tried with Visual C++ 2010, but it doesn't seem to be doing anything, the Play button is gray, my friend tried on his computer and got errors about missing files which are there. I think I am adding the file from, can you try and tell me if you can?
#4
Posted 03 January 2012 - 08:06 PM
can anybody tell me if they got this to work, I really need it fast.
#5
Posted 04 January 2012 - 04:59 PM
Without any code, details about errors, etc, nobody can help.
#6
Posted 04 January 2012 - 07:12 PM
All the code is here: https://github.com/F...ohydride/ygopro, the main issue right now is, the play button is just grayed out, I can't even try to compile this, can somebody try to compile it and tell me if it works. Thanks a lot.
#7
Posted 04 January 2012 - 08:31 PM
Some projects require different code on to be compiled on different systems, this is why a build manager is used. This one uses something called premake (I had discovered this due to the easily found "premake4.lua" script within it.)
Premake | Industrious One
I have never seen this before, there are certainly some instructions on how it can be run and compiled on their documentation if you look.
Premake | Industrious One
I have never seen this before, there are certainly some instructions on how it can be run and compiled on their documentation if you look.
Be sure to read the updated FAQ! || Health is achieved through the same 10,000 steps.
If a suggested code/method fails, informing us is less important than telling us why or what errors occurred.
If a suggested code/method fails, informing us is less important than telling us why or what errors occurred.
#8
Posted 14 January 2012 - 08:47 PM
A little help, apparently the above code was developed using the program "Codelite" I restructured the files and directories from the original design, but now there is a problem, when I send the "codelite" build the project an error occurs
Build Started -------- ----------
C: \ Windows \ system32 \ cmd.exe / c "" mingw32-make.exe "-j 4-f" gframe_wsp.mk ""
'"mingw32-make.exe"' Do not, recognize as an internal command
or external, Vel operates a program or a batch file.
---------- ---------- Build Ended
0 errors, 0 warnings
I think that does not recognize that the path to the "" mingw32-make.exe ", which actually belongs to DevC + +
Should I uninstall DevC + +, or why the Codelite was trying to use this plugin?
Plz someone take a look on the project xml:
TextUploader.com - Free text content hosting and text uploader
Ps: I am using windows seven 64bit
Build Started -------- ----------
C: \ Windows \ system32 \ cmd.exe / c "" mingw32-make.exe "-j 4-f" gframe_wsp.mk ""
'"mingw32-make.exe"' Do not, recognize as an internal command
or external, Vel operates a program or a batch file.
---------- ---------- Build Ended
0 errors, 0 warnings
I think that does not recognize that the path to the "" mingw32-make.exe ", which actually belongs to DevC + +
Should I uninstall DevC + +, or why the Codelite was trying to use this plugin?
Plz someone take a look on the project xml:
TextUploader.com - Free text content hosting and text uploader
Ps: I am using windows seven 64bit
#9
Posted 15 January 2012 - 04:17 PM
You need to either supply the full path to mingw32-make (or compatible MAKE program), or add the path to the folder that contains such an executable to the Windows PATH environmental variable. There should be guides on how to add the folder to the PATH variable online.
Be sure to read the updated FAQ! || Health is achieved through the same 10,000 steps.
If a suggested code/method fails, informing us is less important than telling us why or what errors occurred.
If a suggested code/method fails, informing us is less important than telling us why or what errors occurred.
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users


Sign In
Create Account

Back to top









