nanogui: Problem compiling flnx 0.17


Previous by date: 13 Jan 2003 03:57:45 -0000 Re: cannot run nano-x, Greg Haerr
Next by date: 13 Jan 2003 03:57:45 -0000 run 2 microwindows programs..., Manfred Gruber
Previous in thread: 13 Jan 2003 03:57:45 -0000 Re: Problem compiling flnx 0.17, Pierre
Next in thread:

Subject: Re: [nanogui] Problem compiling flnx 0.17
From: Jason Kingan ####@####.####
Date: 13 Jan 2003 03:57:45 -0000
Message-Id: <200301122050.20058.jasonk@censoft.com>

If you're going to be using X, you should probably use the latest version of 
FLTK, instead of FLNX. FLNX was designed for use with Nano-X, although it 
still does retain X compatibility during compilation. It is an old version, 
so it may not work with the latest versions of Mesa.

Jason Kingan
Century Software


On Thursday 09 January 2003 01:49 am, Pierre wrote:
> I wanted to compile for X.
> I have Mesa-5.0 (the latest) installed.
> But maybe is it better to use FLTK and not flnx ?
>
>
> Pierre.
>
> On 2003.01.07 17:38 Jason Kingan wrote:
> > Pierre,
> >
> > Assuming that you want to configure with Microwindows, did you include
> >
> > --with-microwin on the configure command line? It should look
> > something like
> > this:
> >
> > bash$ ./configure --with-microwin=/home/user/microwin-0.89/src
> >
> > When configured this way, you'll see a -DNANO_X on the build line for
> > each
> > file.
> >
> > If you really wanted to build for X, you may want to disable the
> > OpenGL
> > extensions to FLTK; it appears that there is something wrong with
> > either your
> > MESA headers/libs or that this version of FLTK is incompatible with
> > them.
> > Either way, you should be able to do this from the configure command
> > line.
> >
> > Jason Kingan
> > Century Software
> >
> > On Tuesday 07 January 2003 06:29 am, Pierre wrote:
> > > Hi,
> > >
> > > I try to compile flnx-0.17 on my GNU/Linux system with gcc-3.2
> > > there was no problem with the configure, but for the make I got this
> > >
> > >
> > > # gmake
> > > === making src ===
> > > gmake[1]: Entering directory `/tmp/flnx-0.17/src'
> > > g++ -s -I.. -fPIC -O2 -Wall -Wno-return-type -O3 -march=i686 -c
> >
> > Fl.cxx
> >
> > > g++ -s -I.. -fPIC -O2 -Wall -Wno-return-type -O3 -march=i686 -c
> > > Fl_Adjuster.cxx
> > > g++ -s -I.. -fPIC -O2 -Wall -Wno-return-type -O3 -march=i686 -c
> > > Fl_Bitmap.cxx
> > > g++ -s -I.. -fPIC -O2 -Wall -Wno-return-type -O3 -march=i686 -c
> > > Fl_Browser.cxx
> > > g++ -s -I.. -fPIC -O2 -Wall -Wno-return-type -O3 -march=i686 -c
> > > Fl_Browser_.cxx
> > > g++ -s -I.. -fPIC -O2 -Wall -Wno-return-type -O3 -march=i686 -c
> > > Fl_Browser_load.cxx
> > > g++ -s -I.. -fPIC -O2 -Wall -Wno-return-type -O3 -march=i686 -c
> > > Fl_Box.cxx
> > > g++ -s -I.. -fPIC -O2 -Wall -Wno-return-type -O3 -march=i686 -c
> > > Fl_Button.cxx
> > > g++ -s -I.. -fPIC -O2 -Wall -Wno-return-type -O3 -march=i686 -c
> > > Fl_Chart.cxx
> > > g++ -s -I.. -fPIC -O2 -Wall -Wno-return-type -O3 -march=i686 -c
> > > Fl_Check_Button.cxx
> > > g++ -s -I.. -fPIC -O2 -Wall -Wno-return-type -O3 -march=i686 -c
> > > Fl_Choice.cxx
> > > g++ -s -I.. -fPIC -O2 -Wall -Wno-return-type -O3 -march=i686 -c
> > > Fl_Clock.cxx
> > > g++ -s -I.. -fPIC -O2 -Wall -Wno-return-type -O3 -march=i686 -c
> > > Fl_Color_Chooser.cxx
> > > g++ -s -I.. -fPIC -O2 -Wall -Wno-return-type -O3 -march=i686 -c
> > > Fl_Counter.cxx
> > > g++ -s -I.. -fPIC -O2 -Wall -Wno-return-type -O3 -march=i686 -c
> > > Fl_Dial.cxx
> > > g++ -s -I.. -fPIC -O2 -Wall -Wno-return-type -O3 -march=i686 -c
> > > Fl_Double_Window.cxx
> > > g++ -s -I.. -fPIC -O2 -Wall -Wno-return-type -O3 -march=i686 -c
> > > Fl_Gl_Choice.cxx
> > > g++ -s -I.. -fPIC -O2 -Wall -Wno-return-type -O3 -march=i686 -c
> > > Fl_Gl_Overlay.cxx
> > > g++ -s -I.. -fPIC -O2 -Wall -Wno-return-type -O3 -march=i686 -c
> > > Fl_Gl_Window.cxx
> > > Fl_Gl_Window.cxx: In member function `virtual void
> > > Fl_Gl_Window::hide()':
> > > Fl_Gl_Window.cxx:290: `glXReleaseBuffersMESA' undeclared (first use
> > > this    function)
> > > Fl_Gl_Window.cxx:290: (Each undeclared identifier is reported only
> >
> > once
> >
> > > for    each function it appears in.)
> > > gmake[1]: *** [Fl_Gl_Window.o] Error 1
> > > gmake[1]: Leaving directory `/tmp/flnx-0.17/src'
> > > === making fluid ===
> > > gmake[1]: Entering directory `/tmp/flnx-0.17/fluid'
> > > g++ -s -I.. -fPIC -O2 -Wall -Wno-return-type -O3 -march=i686 -c
> > > Fl_Function_Type.cxx
> > > g++ -s -I.. -fPIC -O2 -Wall -Wno-return-type -O3 -march=i686 -c
> > > Fl_Menu_Type.cxx
> > > g++ -s -I.. -fPIC -O2 -Wall -Wno-return-type -O3 -march=i686 -c
> > > Fl_Group_Type.cxx
> > > g++ -s -I.. -fPIC -O2 -Wall -Wno-return-type -O3 -march=i686 -c
> > > Fl_Widget_Type.cxx
> > > g++ -s -I.. -fPIC -O2 -Wall -Wno-return-type -O3 -march=i686 -c
> > > Fl_Type.cxx
> > > g++ -s -I.. -fPIC -O2 -Wall -Wno-return-type -O3 -march=i686 -c
> > > Fl_Window_Type.cxx
> > > g++ -s -I.. -fPIC -O2 -Wall -Wno-return-type -O3 -march=i686 -c
> > > Fluid_Image.cxx
> > > g++ -s -I.. -fPIC -O2 -Wall -Wno-return-type -O3 -march=i686 -c
> >
> > code.cxx
> >
> > > g++ -s -I.. -fPIC -O2 -Wall -Wno-return-type -O3 -march=i686 -c
> > > factory.cxx
> > > g++ -s -I.. -fPIC -O2 -Wall -Wno-return-type -O3 -march=i686 -c
> >
> > file.cxx
> >
> > > g++ -s -I.. -fPIC -O2 -Wall -Wno-return-type -O3 -march=i686 -c
> > > fluid.cxx
> > > g++ -s -I.. -fPIC -O2 -Wall -Wno-return-type -O3 -march=i686 -c
> > > about_panel.cxx
> > > g++ -s -I.. -fPIC -O2 -Wall -Wno-return-type -O3 -march=i686 -c
> > > widget_panel.cxx
> > > g++ -s -I.. -fPIC -O2 -Wall -Wno-return-type -O3 -march=i686 -c
> > > alignment_panel.cxx
> > > g++ -s -I.. -fPIC -O2 -Wall -Wno-return-type -O3 -march=i686 -c
> > > function_panel.cxx
> > > g++ -s -I.. -fPIC -O2 -Wall -Wno-return-type -O3 -march=i686 -c
> >
> > gif.cxx
> >
> > > gmake[1]: *** No rule to make target `../lib/libfltk.a', needed by
> > > `fluid'.  Stop.
> > > gmake[1]: Leaving directory `/tmp/flnx-0.17/fluid'
> > > === making test ===
> > > gmake[1]: Entering directory `/tmp/flnx-0.17/test'
> > > gmake[1]: *** No rule to make target `../lib/libfltk.a', needed by
> > > `valuators'.  Stop.
> > > gmake[1]: Leaving directory `/tmp/flnx-0.17/test'
> > > gmake: *** [all] Error 2
> > >
> > >
> > >
> > >
> > >
> > >
> > > It would be great if you could help me with this !
> > >
> > > Best regards,
> > >
> > > Pierre.
> >
> > ---------------------------------------------------------------------
> >
> > > To unsubscribe, e-mail: ####@####.####
> > > For additional commands, e-mail: ####@####.####
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: ####@####.####
> > For additional commands, e-mail: ####@####.####
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: ####@####.####
> For additional commands, e-mail: ####@####.####

Previous by date: 13 Jan 2003 03:57:45 -0000 Re: cannot run nano-x, Greg Haerr
Next by date: 13 Jan 2003 03:57:45 -0000 run 2 microwindows programs..., Manfred Gruber
Previous in thread: 13 Jan 2003 03:57:45 -0000 Re: Problem compiling flnx 0.17, Pierre
Next in thread:


Powered by ezmlm-browse 0.20.