Ticket #127 (closed bugs: invalid)

Opened 2 years ago

Last modified 19 months ago

Error compiling efltk

Reported by: musashi80 Owned by: nobody
Priority: normal Milestone: 1.2
Component: efltk Version: 1.1
Keywords: Cc:

Description (last modified by karijes) (diff)

When I try to compile efltk it fails on the make
command. Here is the hot part:

glpuzzle.cpp: In member function ‘virtual void
Puzzle_Window::draw()’:
glpuzzle.cpp:861: error: ‘gluPerspective’ was not
declared in this scope
glpuzzle.cpp: In function ‘int selectPiece(int, int)’:
glpuzzle.cpp:1172: error: ‘gluPickMatrix’ was not
declared in this scope
glpuzzle.cpp:1173: error: ‘gluPerspective’ was not
declared in this scope
../efltk/Fl_Menu_.h: At global scope:
../efltk/Fl_Menu_.h:33: warning: ‘class Fl_List’ has
virtual functions but non-virtual destructor
make[1]: *** [glpuzzle] Error 1
make[1]: Leaving directory
`/home/dario/Progetti/efltk/test'
make: *** [all] Error 2


During the configure script I noticed this warning:

checking X11/extensions/Xdbe.h usability... no
checking X11/extensions/Xdbe.h presence... yes
configure: WARNING: X11/extensions/Xdbe.h: present but
cannot be compiled
configure: WARNING: X11/extensions/Xdbe.h:     check
for missing prerequisite headers?
configure: WARNING: X11/extensions/Xdbe.h: see the
Autoconf documentation
configure: WARNING: X11/extensions/Xdbe.h:     section
"Present But Cannot Be Compiled"
configure: WARNING: X11/extensions/Xdbe.h: proceeding
with the preprocessor's result
configure: WARNING: X11/extensions/Xdbe.h: in the
future, the compiler will take precedence
configure: WARNING:     ##
------------------------------------------ ##
configure: WARNING:     ## Report this to the
AC_PACKAGE_NAME lists.  ##
configure: WARNING:     ##
------------------------------------------ ##
checking for X11/extensions/Xdbe.h... yes
checking "for X overlay visuals"... (cached) no


but I think it's unrelated.... 

I'm doing this on Ubuntu Dapper Drake. I've alse
libfltk1.1 installed (both sources and binaries), but
it isn't recognized. 

Please let me know, I'm very interested in EDE and I'd
like to make a debian package of both EDE and EFLTK...
Do you know if it does exist? I need this for old
computers. 

Change History

Changed 23 months ago by nobody

Logged In: NO 

that's my problem at ubuntu edgy, too. :(

Changed 21 months ago by karijes

  • description modified (diff)
  • component changed from Install Problem (example) to efltk
  • priority changed from 5 to normal
  • version changed from None to 1.1
  • milestone set to 1.2
  • type changed from features to bugs

Changed 19 months ago by vljubovic

  • status changed from assigned to closed
  • resolution changed from None to invalid

You seem to be missing some development libraries. Please follow the Ubuntu installation howto at our wiki: http://equinox-project.org/cgi-bin/trac.cgi/wiki/UbuntuInstallation

Note: See TracTickets for help on using tickets.