User forums > Nightly builds
The 26 february 2007 build is out.
stahta01:
--- Quote from: RJP Computing on February 28, 2007, 01:02:51 am ---I have the same problem with Windows Vista and MinGW v3.4.5. MinGW is installed to 'C:\MinGW' using there installer MinGW v5.1.3.exe. Is there any solution?
--- End quote ---
Have you tried adding the following to your complier "Additional Paths", Note 3.4.5 may not be what you are using so may need to change it.
--- Code: ---c:\MinGW\libexec\gcc\mingw32\3.4.5
c:\MinGW\mingw32\bin
--- End code ---
Tim S
RJP Computing:
--- Quote from: stahta01 on February 28, 2007, 01:15:37 am ---Have you tried adding the following to your complier "Additional Paths", Note 3.4.5 may not be what you are using so may need to change it.
--- Code: ---c:\MinGW\libexec\gcc\mingw32\3.4.5
c:\MinGW\mingw32\bin
--- End code ---
--- End quote ---
Yes I did that already, and it gets me further, but it forgets all its includes and errors for stdio.h, string, and just about every other thing it can think of. :shock:
Biplab:
--- Quote from: RJP Computing on February 28, 2007, 01:24:24 am ---Yes I did that already, and it gets me further, but it forgets all its includes and errors for stdio.h, string, and just about every other thing it can think of. :shock:
--- End quote ---
Following article may be helpful. :)
--- Quote ---http://aarongiles.com/?p=199
--- End quote ---
or
--- Quote ---http://www.blitzbasic.com/Community/posts.php?topic=67297
--- End quote ---
RJP Computing:
--- Quote from: Biplab on February 28, 2007, 02:46:33 am ---Following article may be helpful. :)
--- Quote ---http://aarongiles.com/?p=199
--- End quote ---
or
--- Quote ---http://www.blitzbasic.com/Community/posts.php?topic=67297
--- End quote ---
--- End quote ---
Well I have tried both and the same result.
--- Code: ---:: === wxFlatNotebook, Release ===
C:\MinGW\include\stdio.h:26: stddef.h: No such file or directory
C:\MinGW\include\stdio.h:28: stdarg.h: No such file or directory
C:\MinGW\include\stdio.h:198: error: `size_t' has not been declared
C:\MinGW\include\stdio.h:198: error: ISO C++ forbids declaration of `parameter' with no type
...
C:\MinGW\include\stdio.h:213: error: `__gnuc_va_list' has not been declared
C:\MinGW\include\stdio.h:213: error: ISO C++ forbids declaration of `parameter' with no type
...
C:\MinGW\include\stdio.h:297: error: expected constructor, destructor, or type conversion before "fread"
C:\MinGW\include\stdio.h:298: error: expected constructor, destructor, or type conversion before "fwrite"
:: More errors follow but not being shown.
:: Edit the max errors limit in compiler options...
:: === Build finished: 50 errors, 0 warnings ===
--- End code ---
So I started adding the include directories and then more weird results. I got it to compile now, but I can't link.
I added these to the Global Compiler Settings->Directories
--- Code: ---C:\MinGW\include
C:\MinGW\include\c++\3.4.5
C:\MinGW\include\c++\3.4.5\mingw32
C:\MinGW\lib\gcc\mingw32\3.4.5\include
--- End code ---
Added this to Global Compiler Settings->Programs->Additional Paths
--- Code: ---C:\MinGW\libexec\gcc\mingw32\3.4.5
--- End code ---
The error I get is:
--- Quote ---Linking dynamic library: ..\..\..\..\bin\wxmsw28um_flatnotebook_gcc.dll
ld: dllcrt2.o: No such file: No such file or directory
--- End quote ---
Any other ideas?
Should I start a new thread?
Biplab:
Sorry, I don't have Vista and so I can't help you much. But if I get any interesting links, I'll inform you.
AFAIK, MinGW+Vista doesn't work properly. :)
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version