Interesting. I deleted msys and did another install following the steps outlined by Greg. The library was build and some exes. Now getting stuck on
Linking help_dialog.exe... Compiling icon.cxx... icon.cxx: In function 'void choice_cb(Fl_Widget*, void*)': icon.cxx:27:38: warning: 'buffer' may be used uninitialized [-Wmaybe-uninitialized] 27 | Fl_RGB_Image icon(buffer, 32, 32, 3); | ^ In file included from ../FL/Fl_Bitmap.H:22, from ../FL/Fl_Window.H:25, from ../FL/Fl_Double_Window.H:23, from icon.cxx:18: ../FL/Fl_Image.H:333:3: note: by argument 2 of type 'const uchar*' {aka 'const unsigned char*'} to 'Fl_RGB_Image::Fl_RGB_Image(const uchar*, int, int, int, int)' declared here 333 | Fl_RGB_Image(const uchar *bits, int W, int H, int D=3, int LD=0); | ^~~~~~~~~~~~ icon.cxx:26:9: note: 'buffer' declared here 26 | uchar buffer[32*32*3]; | ^~~~~~ Linking icon.exe... Compiling iconize.cxx... Linking iconize.exe... Compiling image.cxx... Linking image.exe... Generating inactive.cxx and header from inactive.fl...
Task manager shows fluid process running. created dump but file was too large to upload.
Anyway, my initial problem is solved.
Thank you.
On Wednesday, November 24, 2021 at 1:46:44 PM UTC-8 er...@seriss.com wrote:
On 11/24/21 1:29 PM, Ian MacArthur wrote:
Hmm - what compiler actually is that? There are a
few things you get that I don’t seem to see, and some things
look “wrong”...
What does “g++ -v” actually report in your Msys2
shell?
I'll await the OP's response to that question as well.
What it "should be", assuming msys2 was installed recently
(today),
I get version 11.2.0 (Rev2):
Compiling
gzlib.c... gzlib.c:
In function ‘gz_open’: gzlib.c:243:20:
warning: implicit declaration of function ‘_wopen’; did you
mean ‘fwopen’? [-Wimplicit-function-declaration] 243
| fd == -2 ? _wopen(path, oflag, 0666) :
| ^~~~~~
| fwopen
That looks odd - I don't recall my “fresh” build from earlier
today doing that.
This may well be the warning from PNG that Greg mentions,
though I imagine.
Comments are owned by the poster. All other content is copyright 1998-2025 by Bill Spitzak and others. This project is hosted by The FLTK Team. Please report site problems to 'erco@seriss.com'.