FLTK logo

Re: [fltk.general] incomplete Circle drawn with classes from PPP

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: incomplete Circle drawn with classes from PPP Albrecht Schlosser Apr 26, 2021  
 
On 4/26/21 6:28 PM Albrecht Schlosser wrote:
On 4/26/21 1:06 PM ken williams wrote:
I just build FLTK 1.4 on my /home path and the Makefile compiled...
Wow.. I didn't though that was a problem :)
Thank you!

################ template makefile ##############
...

Ken, just a remark / warning: I notice that you're using

(a1) CXX = $(shell fltk-config --cxx)
(a2) CXXFLAGS = $(shell fltk-config --cxxflags)

and

(b1) -I/home/ken/repos/fltk-1.4.x/ -I/home/ken/repos/fltk-1.4.x/build
(b2) -I/home/ken/repos/fltk-1.4.x/build/lib/

Oh, and I forgot to mention: '-I ...' is the compiler/preprocessor flag to look for include files (headers), however the 'lib/' subfolder doesn't have anything to contribute because that's the place that contains the library files.

After all I believe that you should just delete all the flags with absolute paths (b1, b2 and maybe more) in favor of the flags defined by fltk-config anyway. I *guess* your build would still work.

--
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/9b3abd07-eb9f-ff38-a047-67c1e48f78bc%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'.