Search found 7 matches

by new2wx
Wed Feb 21, 2018 1:25 pm
Forum: Compiler / Linking / IDE Related
Topic: compiler warning from wx 3.1.1 font.h
Replies: 1
Views: 652

Re: compiler warning from wx 3.1.1 font.h

I found the references to the linker files, and edited them to add the 'u' after the '31', and it has now built, and runs.. :)
by new2wx
Wed Feb 21, 2018 12:35 pm
Forum: Compiler / Linking / IDE Related
Topic: compiler warning from wx 3.1.1 font.h
Replies: 1
Views: 652

compiler warning from wx 3.1.1 font.h

I have minGW 6.3 and wxwidgets 3.1.1, and trying to use CB 17:12 CB helpfully created a sample 'hello world' project when I was trying to copy some sample code I found, but I have some problems.. 1. The wizard didn't have an option for wx3.1 so I had to add some paths to the settings.. 2. It include...
by new2wx
Tue Feb 20, 2018 10:45 am
Forum: Compiler / Linking / IDE Related
Topic: makefile.gcc:5942: recipe for target 'gcc_mswudll\wxtiff_tif_win32.o' failed (W10)
Replies: 10
Views: 4631

Re: makefile.gcc:5942: recipe for target 'gcc_mswudll\wxtiff_tif_win32.o' failed (W10)

I deleted the MinGW files and started again, and I think the build has completed.. now to try the 'hello, world' example to see if it works..
by new2wx
Tue Feb 20, 2018 7:36 am
Forum: Compiler / Linking / IDE Related
Topic: makefile.gcc:5942: recipe for target 'gcc_mswudll\wxtiff_tif_win32.o' failed (W10)
Replies: 10
Views: 4631

Re: makefile.gcc:5942: recipe for target 'gcc_mswudll\wxtiff_tif_win32.o' failed (W10)

I copied the same command as in my original post, which I got from the MinGW website.. https://wiki.wxwidgets.org/Compiling_wxWidgets_with_MinGW yes, I opened a command prompt window. This is what I got from gcc -v: C:\wxWidgets311\build\msw>gcc -v Using built-in specs. COLLECT_GCC=gcc COLLECT_LTO_W...
by new2wx
Mon Feb 19, 2018 11:59 pm
Forum: Compiler / Linking / IDE Related
Topic: makefile.gcc:5942: recipe for target 'gcc_mswudll\wxtiff_tif_win32.o' failed (W10)
Replies: 10
Views: 4631

Re: makefile.gcc:5942: recipe for target 'gcc_mswudll\wxtiff_tif_win32.o' failed (W10)

I tried the patch on 3.0.3, but got a different error, so I deleted 3.0.2 and 3.0.3 and downloaded 3.1.1 - and got this error: In file included from ../../src/stc/scintilla/lexers/LexA68k.cxx:13:0: c:\mingw\include\stdio.h:349:12: error: declaration does not declare anything [-fpermissive] extern in...
by new2wx
Mon Feb 19, 2018 1:33 pm
Forum: Compiler / Linking / IDE Related
Topic: makefile.gcc:5942: recipe for target 'gcc_mswudll\wxtiff_tif_win32.o' failed (W10)
Replies: 10
Views: 4631

Re: makefile.gcc:5942: recipe for target 'gcc_mswudll\wxtiff_tif_win32.o' failed (W10)

I only downloaded the zip file 10 days ago, from the wxwidgets website.. I didn't see a newer download.. I just tried the 3.0.3 setup.exe (installed into a new directory), and got the same error! I considered downloading binaries, but I can't tell which version of MinGW I have.. (downloaded from the...
by new2wx
Thu Feb 15, 2018 2:49 pm
Forum: Compiler / Linking / IDE Related
Topic: makefile.gcc:5942: recipe for target 'gcc_mswudll\wxtiff_tif_win32.o' failed (W10)
Replies: 10
Views: 4631

makefile.gcc:5942: recipe for target 'gcc_mswudll\wxtiff_tif_win32.o' failed (W10)

I downloaded and installed minGW & Code Blocks, and checked it with a basic 'hello, world' C program - OK (except the build wanted to use the c++ compiler). I added the c++ compiler and it worked. I tried a sample Windows graphics program, and that worked, too. Next I was looking for how to add ...