FLTK logo

STR #3065

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 
 Home  |  Articles & FAQs  |  Bugs & Features  |  Documentation  |  Download  |  Screenshots  ]
 

Return to Bugs & Features | Roadmap 1.3 | SVN ⇄ GIT ]

STR #3065

Application:FLTK Library
Status:1 - Closed w/Resolution
Priority:3 - Moderate, e.g. unable to compile the software
Scope:1 - Specific to a machine/printer
Subsystem:Build Files
Summary:_FL_GLEAM_UP_BOX undefined for CMAKE
Version:1.3-current
Created By:szukw000
Assigned To:greg.ercolano
Fix Version:1.3-current (SVN: v10135)
Update Notification:

Receive EMails Don't Receive EMails

Trouble Report Files:

No files


Trouble Report Comments:


Name/Time/Date Text  
 
#1 szukw000
20:50 Mar 24, 2014
CMakeFiles/fluid.dir/Fl_Widget_Type.cxx.o: In function `__static_initialization_and_destruction_0(int, int)':
Fl_Widget_Type.cxx:(.text+0xd9b3): undefined reference to `fl_define_FL_GLEAM_UP_BOX()'
Fl_Widget_Type.cxx:(.text+0xd9c4): undefined reference to `fl_define_FL_GLEAM_UP_BOX()'
../lib/libfltk.a(Fl_get_system_colors.cxx.o): In function `Fl::reload_scheme()':
Fl_get_system_colors.cxx:(.text+0xb6a): undefined reference to `fl_define_FL_GLEAM_UP_BOX()'
Fl_get_system_colors.cxx:(.text+0xb7e): undefined reference to `fl_define_FL_GLEAM_UP_BOX()'
Fl_get_system_colors.cxx:(.text+0xb92): undefined reference to `fl_define_FL_GLEAM_UP_BOX()'
../lib/libfltk.a(Fl_get_system_colors.cxx.o):Fl_get_system_colors.cxx:(.text+0xb
a6): more undefined references to `fl_define_FL_GLEAM_UP_BOX()' follow
collect2: error: ld returned 1 exit status
make[2]: *** [bin/fluid] Error 1
make[1]: *** [fluid/CMakeFiles/fluid.dir/all] Error 2
make: *** [all] Error 2

winfried
 
 
#2 szukw000
20:53 Mar 24, 2014
FL_GLEAM_UP_BOX was found in fltk-1.3.x-r10116.

winfried
 
 
#3 gahr
02:18 Apr 01, 2014
fl_gleam.cxx has to be added to src/CMakeLists.txt

--- src/CMakeLists.txt.orig     2014-04-01 11:19:26.000000000 +0200
+++ src/CMakeLists.txt  2014-04-01 11:19:34.000000000 +0200
@@ -115,6 +115,7 @@
   fl_engraved_label.cxx
   fl_file_dir.cxx
   fl_font.cxx
+  fl_gleam.cxx
   fl_gtk.cxx
   fl_labeltype.cxx
   fl_line_style.cxx
 
 
#4 greg.ercolano
20:23 Apr 28, 2014
Fixed in Subversion repository.

Applied your fix as recommended in Comment #3, committed as r10135.
 
 
#5 greg.ercolano
20:26 Apr 28, 2014
Oops, I see Comment #3 and the OP are two different people..

Reopening this STR until I get a confirm from the OP that r10135
solves the issue.

szukw000: can you confirm with svn current?
 
 
#6 szukw000
01:50 Apr 29, 2014
Compiled r10136 with CONFIGURE and CMAKE: no failure.

winfried
 
 
#7 greg.ercolano
10:22 Apr 30, 2014
Fixed in Subversion repository.

Closing.. thanks all!
 
     

Return to Bugs & Features ]

 
 

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