Thanks for the correction. It's been committed to SVN.

-nate

On 10/12/07, Stanisław Szymczyk <[EMAIL PROTECTED]> wrote:
> On 10/12/07, Kristen Stubbs <[EMAIL PROTECTED]> wrote:
> >
> > > Please run:
> > >
> > > fltk-config --cflags
> > >
> > > and see if there are any problems. It should return something like this:
> > >
> > > -I/usr/include/fltk-1.1
> >
> > Indeed, the output of fltk-config --cflags is the empty string.  It
> > turns out that Ubuntu has installed the fltk libs in /usr/lib/FL .  How
> > do I tell fltk-config that that's where the libs are? The fltk-config
> > man page and the FLTK Programming Manual don't seem to address this.
>
> Output of fltk-config --cflags can empty as long as FL directory with
> fltk headers is here:
>
> /usr/include/FL
>
> Anyway, I checked what's inside Ubuntu libfltk1.1-dev on
> packages.ubuntu.com and it looks like header files inside have .H file
> extension instead of .h. It would be easier to change
>
> #include <FL/Fl.h>
>
> in Gazebo server/main.cc to
>
> #include <FL/Fl.H>
>
> (notice the big H).
>
> Regards
> Stanislaw Szymczyk
>
> -------------------------------------------------------------------------
> This SF.net email is sponsored by: Splunk Inc.
> Still grepping through log files to find problems?  Stop.
> Now Search log events and configuration files using AJAX and a browser.
> Download your FREE copy of Splunk now >> http://get.splunk.com/
> _______________________________________________
> Playerstage-gazebo mailing list
> Playerstage-gazebo@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/playerstage-gazebo
>
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Playerstage-gazebo mailing list
Playerstage-gazebo@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/playerstage-gazebo

Reply via email to