FLTK logo

Re: [fltk.general] Re: FLTK msys2 initial step fails

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: FLTK msys2 initial step fails Albrecht Schlosser Nov 24, 2021  
 
On 11/24/21 5:04 AM Mark Olesen wrote:
btw: fltk still fails to compile because it thinks it is a non-mingw system

$ make
=== making jpeg ===
=== making zlib ===
=== making png ===
=== making src ===
make[1]: Entering directory '/home/Mark J Olesen/opensource/fltk/src'
Compiling Fl.cxx...
In file included from Fl.cxx:22:
../FL/platform.H:51:14: fatal error: X11/Xlib.h: No such file or directory
   51 | #    include <X11/Xlib.h>
      |              ^~~~~~~~~~~~
compilation terminated.
make[1]: *** [../makeinclude:167: Fl.o] Error 1
make[1]: Leaving directory '/home/Mark J Olesen/opensource/fltk/src'
make: *** [Makefile:22: all] Error 1

This *may* be caused by using the "wrong" make program. MSYS(2) has several different `make` tools which you need to install "correctly" for whatever you want to achieve. Can you please try to run

$ mingw32-make

instead of `make`. Does this make a difference? Does it work?



PS: please don't top-post in this group. Thanks.

--
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/a901b23c-8a95-287b-5004-fdabfb13fd89%40online.de.
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'.