FLTK logo

[fltk/fltk] Building FLTK 1.3.6 in Mac failed (#236)

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.issues  ]
 
Previous Message ]New Message | Reply ]Next Message ]

[fltk/fltk] Building FLTK 1.3.6 in Mac failed (#236) gfisys May 26, 2021  
 

Hello,

I'm trying to build fltk 1.3.6 in my Mac.
First I configured fltk to create multi architecture binaries using:

./configure --with-archflags="-arch i386 -arch x86_64 -arch arm64"

Then started the build using

make

The build failed with this message:

fl_draw_pixmap.cxx:217:3: error: unknown type name 'U32'
U32 q = (U32)out;
fl_draw_pixmap.cxx:217:13: error: use of undeclared identifier 'U32'
U32 q = (U32)out;
fl_draw_pixmap.cxx:217:17: error: expected _expression_
U32 q = (U32)out;

3 errors generated.
make[1]: *** [fl_draw_pixmap.o] Error 1
make: *** [all] Error 1

However, if I did not configure for multi architecture binary the build was completed without any errors.
Anybody know what should be done to get a successful build for multi architecture binary?

Thanks,
Henry


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.

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'.