FLTK logo

STR #2239

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 2.0 | Post Text | Post File | SVN ⇄ GIT ]

STR #2239

Application:FLTK Library
Status:5 - New
Priority:3 - Moderate, e.g. unable to compile the software
Scope:2 - Specific to an operating system
Subsystem:Unassigned
Summary:with --disable-gl, glut/glpuzzle.cxx tries to build anyway and fails
Version:2.0-current
Created By:greg.ercolano
Assigned To:bgbnbigben
Fix Version:Unassigned
Update Notification:

Receive EMails Don't Receive EMails

Trouble Report Files:

Post File ]

No files


Trouble Report Comments:

Post Text ]
Name/Time/Date Text  
 
#1 greg.ercolano
11:43 Aug 15, 2009
Macro B. reports that when he configured FLTK2 with gl disabled, build would fail during the build of glut/glpuzzle.cxx. He used:

./configure --prefix=/opt/FLTK2.0 --disable-gl --with-optim=-Os --x-libraries=/usr/lib --x-includes=/usr/include

..and got:
>> Linking glpuzzle...
>> glpuzzle.o: In function `Reshape(int, int)':
>> glpuzzle.cxx:(.text+0x632): undefined reference to `glViewport'
>> glpuzzle.o: In function `changeState()':
>> glpuzzle.cxx:(.text+0x67e): undefined reference to `glutIdleFunc(void (*)())'
>> glpuzzle.o: In function `computeCoords(int, int, int, float*, float*)':
[..etc..]

I can confirm this problem with the latest SVN.
Before I updated to latest SVN, I could not get this to happen,
so it must be something introduced recently.

Apparently there are two glpuzzle.cxx's now:

        ./test/glpuzzle.cxx
        ./glut/glpuzzle.cxx

The one in ./glut is missing the "#ifdef !HAVE_GL.." which
seems to be the problem.

But this might be on purpose, since the Makefile seems
to maybe be coded to want skip building the entire glut directory
if GL is disabled, but maybe due to a logic problem in the Makefile
it goes ahead and builds the glut dir anyway.

So the problem /might/ be in the Makefile.
 
 
#2 Darius007
05:58 Sep 02, 2011
I am compiling the fltk2 on Ubuntu and it fails on linking glpuzzle.

Linking glpuzzle...
glpuzzle.o: In function `Reshape(int, int)':
glpuzzle.cxx:(.text+0x881): undefined reference to `glViewport'
glpuzzle.o: In function `computeCoords(int, int, int, float*, float*)':
glpuzzle.cxx:(.text+0x1081): undefined reference to `glGetFloatv'
glpuzzle.cxx:(.text+0x108e): undefined reference to `glGetFloatv'
glpuzzle.o: In function `reset()':
glpuzzle.cxx:(.text+0x130f): undefined reference to `glutChangeToMenuEntry(int, char const*, int)'


I have freeglut3, glutg3, nvidia-glx-173, libgl1-mesa-glx, libglu1-mesa, libglut3 installed.

Any help would be greatly appreciated.

Cheers,
Darius
 
 
#3 bgbnbigben
16:19 Sep 04, 2011
Wow, I hadn't even seen this STR.

Greg, does this still happen? I wouldn't be surprised, but if it does it's an easy fix.

Darius, it looks like you're missing the -dev versions of the libraries; you'll most likely need these too. Assuming you have and are intending to build with openGL, you'll need the development versions of these librarie (i.e. libglut3-dev, freeglut3-dev, etc)
 
 
#4 greg.ercolano
09:23 Sep 06, 2011
@Ben: yes, just tested with 2.0 r8800 (current tar snapshot),
got the same errors. In my case I'm using centos 5.5, and used:
make distclean; ./configure --disable-gl --with-optim=-Os; make
 
     

Return to Bugs & Features | Post Text | Post File ]

 
 

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