Welcome!

Final Burn Neo => FBN Development => Topic started by: CaptainCPS on March 20, 2005, 11:45:53 PM

Title: Problems with G++ and compilation of FBA
Post by: CaptainCPS on March 20, 2005, 11:45:53 PM
Ok...i was just fine with my recent compilation of the latest FBA...hopefully
i did compilate it with the new sets (some of them) and everything was
working but, i installed the MSVisual C++ 6 and then the other day i was going
to compile the FBA again but now i receive this error...

Quote
Making normal build...

Generating depend file for src/burner/win32/about.cpp...
Generating depend file for src/burner/win32/resource.rc...
Compiling src/burner/win32/about.cpp...
Compiling resource file resource.rc...
Compiling src/burner/win32/systeminfo.cpp...

Linking executable... fbaa.exe
g++.EXE: D:Program: No such file or directory
g++.EXE: FilesMicrosoft: No such file or directory
g++.EXE: Visual: No such file or directory
g++.EXE: StudioVC98mfclib: No such file or directory
zsh: command not found: D:Program
mingw32-make[2]: *** [fbaa.exe] Error 1
mingw32-make[1]: *** [all] Error 2
mingw32-make: *** [mingw] Error 2


I think its something with my Registry or something...is sometthing with my
CMD program...because i did a fresh installation of EVERY TOOL + MINGW
and i did a compilation of FBA without any new game/driver added...

in other words ... Im Down U_Uu

If somebody can help...i will be happy and thankfull :)

Gracias! Saludos!
:D
Title: Problems with G++ and compilation of FBA
Post by: FerchogtX on March 21, 2005, 10:36:09 PM
Maybe the best solution could be that you switch to MinGW alone, if you compile on win9x/ME, just add a lil' fix in the makefile to get the binary. maybe you sow that solution in the fba 0.2.95.23 theread
See ya!!!!!! :D
Title: Problems with G++ and compilation of FBA
Post by: Xeon on March 23, 2005, 01:56:49 AM
Quote from: FerchogtX
Maybe the best solution could be that you switch to MinGW alone, if you compile on win9x/ME, just add a lil' fix in the makefile to get the binary. maybe you sow that solution in the fba 0.2.95.23 theread
See ya!!!!!! :D

 my old MinGW setup didnt work with the new version of FBA source (ive even applied your little fix ;)). and yes, ive updated the GCC and MinGW runtime as well. can you tell me the versions of components youre using right now?

thanks in advance.
Title: Problems with G++ and compilation of FBA
Post by: FerchogtX on March 23, 2005, 10:45:48 PM
OK here the list.

- MinGW-3.1.0-1.exe (http://prdownloads.sf.net/mingw/MinGW-3.1.0-1.exe?download)
- gcc-core-3.3.1-20030804-1.tar.gz (http://prdownloads.sf.net/mingw/gcc-core-3.3.1-20030804-1.tar.gz?download)
- gcc-g++-3.3.1-20030804-1.tar.gz (http://prdownloads.sf.net/mingw/gcc-g++-3.3.1-20030804-1.tar.gz?download)
- gcc-g77-3.3.1-20030804-1.tar.gz (http://prdownloads.sf.net/mingw/gcc-g77-3.3.1-20030804-1.tar.gz?download)
- gcc-objc-3.3.1-20030804-1.tar.gz (http://prdownloads.sf.net/mingw/gcc-objc-3.3.1-20030804-1.tar.gz?download)
- WinAPI 3.1 (http://prdownloads.sf.net/mingw/w32api-3.1.tar.gz?download)
- Perl 5.8.6.811 (http://downloads.activestate.com/ActivePerl/Windows/5.8/ActivePerl-5.8.6.811-MSWin32-x86-122208.zip)
The way I did it is, install MinGW, after that install the gcc utils, winapi, the cygwin utils (libpng libs etc...) and then the other things in the list that FB Alpha provides, then the fix for the makefile and thats all...
See ya!!!! :D
Title: Problems with G++ and compilation of FBA
Post by: Xeon on March 24, 2005, 02:50:02 AM
wow, more than what i bargained for! thanks! :D

edit: it turns out the only differences with my set is the Perl and WinAPI. now i wont have to download that huge monster, the new MinGW RC. thanks again :)
Title: Re:
Post by: KingHanco on April 01, 2005, 01:25:16 AM
Quote from: FerchogtX
OK here the list.

- MinGW-3.1.0-1.exe (http://prdownloads.sf.net/mingw/MinGW-3.1.0-1.exe?download)
- gcc-core-3.3.1-20030804-1.tar.gz (http://prdownloads.sf.net/mingw/gcc-core-3.3.1-20030804-1.tar.gz?download)
- gcc-g++-3.3.1-20030804-1.tar.gz (http://prdownloads.sf.net/mingw/gcc-g++-3.3.1-20030804-1.tar.gz?download)
- gcc-g77-3.3.1-20030804-1.tar.gz (http://prdownloads.sf.net/mingw/gcc-g77-3.3.1-20030804-1.tar.gz?download)
- gcc-objc-3.3.1-20030804-1.tar.gz (http://prdownloads.sf.net/mingw/gcc-objc-3.3.1-20030804-1.tar.gz?download)
- WinAPI 3.1 (http://prdownloads.sf.net/mingw/w32api-3.1.tar.gz?download)
- Perl 5.8.6.811 (http://downloads.activestate.com/ActivePerl/Windows/5.8/ActivePerl-5.8.6.811-MSWin32-x86-122208.zip)
The way I did it is, install MinGW, after that install the gcc utils, winapi, the cygwin utils (libpng libs etc...) and then the other things in the list that FB Alpha provides, then the fix for the makefile and thats all...
See ya!!!! :D


So you finally got everything right this time. I haven't been around a while. But can you tell me where to unzip those into? Maybe I need someone put the folders inorder with nothing in those to send here. Then I will try to unzip those into those folders in the right inorder. I'm going to download those. I have windows xp.
Title: Ninguno de ustedes tienen idea...
Post by: Pacco on April 01, 2005, 11:14:14 AM
You have to remove Windows and to return him to install, when you installing Visual Studio you told to the system that registered the global variables of C and it is for that reason that it marks you that error: mad:.  
 
I know it for that spend the same thing.

Saludos.