FLTK logo

Re: [fltk/fltk] Moved global FLTK options into new app fltk-admin (PR #560)

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 ]

Re: [fltk/fltk] Moved global FLTK options into new app fltk-admin (PR #560) erco77 Nov 27, 2022  
 

Matt: I cloned your repo and checked out fltk-admin and did a clean build with make (which used configure defaults).. seemed not to build anything called 'fltk-admin' in tests, so I tried ( cd test && make fltk-admin ) and got an error:

[erco@harris] 1740 : make fltk-admin
Compiling fltk-admin.cxx...
fltk-admin.cxx:18:10: fatal error: fltk-admin-ui.h: No such file or directory
   18 | #include "fltk-admin-ui.h"
      |          ^~~~~~~~~~~~~~~~~
compilation terminated.
make: *** [../makeinclude:172: fltk-admin.o] Error 1

I loaded up the fl and hit File -> Write Code, and it got a little further but failed with a missing function:

[erco@harris] 1742 : !make
make fltk-admin
Compiling fltk-admin.cxx...
Compiling fltk-admin-ui.cxx...
Linking fltk-admin...
/usr/bin/ld: fltk-admin.o: in function `main':
fltk-admin.cxx:(.text.startup.main+0x15f): undefined reference to `create_options_editor(int, int)'
collect2: error: ld returned 1 exit status
make: *** [../makeinclude:163: fltk-admin] Error 1


Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.Message ID: <fltk/fltk/pull/560/c1328345945@github.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'.