Search found 8 matches

by EmuGuru
Sun Feb 04, 2007 5:48 pm
Forum: Development
Topic: zget auto compile works, but manual doesn't?
Replies: 12
Views: 9180

oops, sorry, it was

Code: Select all

C:\MinGW\bin;
to

Code: Select all

C:\MinGW\bin;C:\MinGW\libexec\gcc\mingw32\3.4.5;
by EmuGuru
Sun Feb 04, 2007 12:40 pm
Forum: Development
Topic: zget auto compile works, but manual doesn't?
Replies: 12
Views: 9180

Update: fyi for anyone who cares, the mentioned path above is working like a charm. I am compiling like normal now with both the paths set, weird. anyway thanks for the time and info guys.
by EmuGuru
Sun Feb 04, 2007 3:58 am
Forum: Development
Topic: zget auto compile works, but manual doesn't?
Replies: 12
Views: 9180

Sorry, yes, and no. I do run Vista, but currently I quad boot

Windows Vista
Windows XP Pro
Mandrake Linux 10.1
SimplyMEPIS 6.0.1

I use Vista as my main system, but also use Windows XP Pro. I am trying to compile in XP and Vista, and both throw the same error.
by EmuGuru
Sun Feb 04, 2007 3:47 am
Forum: Development
Topic: zget auto compile works, but manual doesn't?
Replies: 12
Views: 9180

Here's something interesting, I might have fixed the problem temporarily, but still not permanently. changing the path from C:\MinGW\bin; to C:\MinGW\bin;C:\MinGW\libexec\gcc\mingw32\3.4.5; allows zsnes to compile just fine it seems (well other than the fact that right now, the dsp code is getting w...
by EmuGuru
Sun Feb 04, 2007 3:27 am
Forum: Development
Topic: zget auto compile works, but manual doesn't?
Replies: 12
Views: 9180

As do I, using the ZGet's bundle for MinGW is much simpler to me than setting it all up myself. When in Linux, I like actually setting the stuff up properly, but in Windows, I don't particularly like messing with it. At any rate, I am currently using ZGet to re-get the MinGW bundle, I will test agai...
by EmuGuru
Sun Feb 04, 2007 3:12 am
Forum: Development
Topic: zget auto compile works, but manual doesn't?
Replies: 12
Views: 9180

Well, that does make some sense, I've had other "path" dependent apps fail because of long paths, so I fixed that issue, and inadvertantly removed the ati shit, been meaning to for a while, anyway, then i get this.... what is so strange is that it works fine inside of zget, which should be...
by EmuGuru
Sun Feb 04, 2007 2:58 am
Forum: Development
Topic: zget auto compile works, but manual doesn't?
Replies: 12
Views: 9180

It's simple, you need to set the proper path for MinGW. (eg. C:\MinGW\bin) bah! it's there, perfect and all, otherwise, g++ wouldn't throw me an error about installation, it would simply say "command or file not found" for make and g++. that was my first thought too, this is driving me nu...
by EmuGuru
Sun Feb 04, 2007 1:56 am
Forum: Development
Topic: zget auto compile works, but manual doesn't?
Replies: 12
Views: 9180

zget auto compile works, but manual doesn't?

C:\code\zsnes\src>make -f makefile.ms PLATFORM=win32 clean C:\code\zsnes\src>make -f makefile.ms PLATFORM=win32 g++ -O3 -s -o parsegen.exe parsegen.cpp -lz g++: installation problem, cannot exec `cc1plus': No such file or directory make: *** [parsegen.exe] Error 1 Interesting.... sooo.... I try thi...