FLTK logo

RE: [fltk.general] Re: Compiling under mingw - error with zlib.h

FLTK matrix user chat room
(using Element browser app)   FLTK gitter user chat room   GitHub FLTK Project   FLTK News RSS Feed  
  FLTK Apps      FLTK Library      Forums      Links     Login 
 All Forums  |  Back to fltk.general  ]
 
Previous Message ]New Message | Reply ]Next Message ]

RE: Re: Compiling under mingw - error with zlib.h "'Philip Rose' via fltk.general" Nov 16, 2022  
 

I’ve manage to compile and run the demo – thanks – further comments in-line.

 

Phil

 

Sent from Mail for Windows

 

From: Albrecht Schlosser
Sent: 16 November 2022 15:36
To: fltkgeneral@googlegroups.com
Subject: Re: [fltk.general] Re: Compiling under mingw - error with zlib.h

 

You seem to miss `mingw32-make`. Please try this command (output from my system):

$ mingw32-make --version
GNU Make 4.3
Built for Windows32
...


If it issues "command not found" then that's probably the cause. I believe you can install it with:

$ pacman -S mingw64/mingw-w64-x86_64-make

which installs the 64-bit version of `mingw32-make`. Or maybe you need another package, I'm not sure. It's definitely one of the packages I have installed.

 

<PVR> I missed an important step which was to update MSYS2 after installing it – run:

pacman -Suy

I managed to get ‘-G “MinGW Makefiles”’ to work, ‘-G “MSYS Makefiles”’ still doesn’t find the generator.

</PVR>



 

--
You received this message because you are subscribed to the Google Groups "fltk.general" group.
To unsubscribe from this group and stop receiving emails from it, send an email to fltkgeneral+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/fltkgeneral/6375104d.5d0a0220.b769.c762SMTPIN_ADDED_BROKEN%40gmr-mx.google.com.
Direct Link to Message ]
 
     
Previous Message ]New Message | Reply ]Next Message ]
 
 

Comments are owned by the poster. All other content is copyright 1998-2024 by Bill Spitzak and others. This project is hosted by The FLTK Team. Please report site problems to 'erco@seriss.com'.