gbadev.org forum archive

This is a read-only mirror of the content originally found on forum.gbadev.org (now offline), salvaged from Wayback machine copies. A new forum can be found here.

C/C++ > wxDev-Cpp problems

#155310 - yellowstar - Mon Apr 28, 2008 2:15 am

I'm having problems compiling projects in wxDev-Cpp, under Vista. Sadly, it seems I deleted the install files, so I can't try it on my XP. )-: (And the download is ~40 MBytes, and I'm stuck with Dial-Up)

Code:

gcc: installation problem, cc1 not found
windres.exe: no resources

#155314 - tepples - Mon Apr 28, 2008 3:01 am

You haven't filled in the Location field in your profile. If you do, someone might be willing to sneakernet you a CD-R.
_________________
-- Where is he?
-- Who?
-- You know, the human.
-- I think he moved to Tilwick.

#155325 - wintermute - Mon Apr 28, 2008 8:36 am

You just need the Vista compatible MinGW files. Find out where wxDev-Cpp keeps the MinGW compiler & extract the latest gcc-core ( and gcc-g++ if you want C++ ) release over the existing install.

Roughly 3meg for gcc-core & 4meg for gcc-g++ should be a touch more tolerable than the whole thing.

http://sourceforge.net/project/showfiles.php?group_id=2435&package_id=82723&release_id=428244
_________________
devkitPro - professional toolchains at amateur prices
devkitPro IRC support
Personal Blog

#155356 - yellowstar - Mon Apr 28, 2008 7:17 pm

Well, I downloaded wxDev-Cpp last night.(downloading /w Download managers overnight /w Dial-Up is great. (-: )

And, it worked on this XP. After I installed it into the root of my hard drive, instead of the Program Files directory, it worked. As we all know, GNU doesn't really like such directories with spaces.

I'll try your suggestion later wintermute.