Re: Compilation questions and errors

On Thursday 18 August 2005 09:14, Alejandro Pulver wrote:
> On Wed, 17 Aug 2005 10:30:19 +0200
>
> Irene Vatton <Irene.Vatton@inrialpes.fr> wrote:
> > Le Mercredi 17 Août 2005 09:19, Alejandro Pulver a écrit :
> > > Hello,
> > >
> > > I successfully compiled Amaya 9.2.1 on my FreeBSD 5.4 machine with
> > > GTK.
> > >
> > > 1) If I try to compile it with "--with-wx" (WxWidgets) then it fails
> > >    with:
> > >
> > > In file included from .././../davlib/h/AHTLockBase.h:21,
> > >                  from .././../davlib/AHTLockBase.c:20:
> > > ...././../../libwww/Library/src/wwwsys.h:132:21: wwwconf.h: No such
> > > file or directory
> > >
> > >    The complete log is attached. Also what are all these GL
> > > warnings?
> >
> > I hope you used a different subdirectory to compile this WX version.
> > Pay attention, the old Options file is not deleted by configure.
> > It seems that Mesa didn't compile on your machine.
> > Could you go in the obj/Mesa directory and try a "make clean" then a
> > "make"? If it works you can go up and continue the compiling.
>
> Hello,
>
> Thank you for your reply.
>
> I got errors when using the Mesa library. The problem when I use
> WxWidgets with OpenGL is that thotlib sources can't find the header
> file "gdk/gdk.h" (which I have). How can I add it to the include path
> (I tried CPPFLAGS env variable, but it didn't work)?

On my box, tey are located in /usr/include/
/usr/include/gtk-1.2/gdk/gdk.h
/usr/include/gtk-2.0/gdk/gdk.h
and the path is found by configure.

First be sure that you don't try to reuse the object directory configured with 
mesa.
If the path is not found by configure, you can try to add manually the path 
-I/xxx/... in the section WX_INCLUDES= of the Options file.

>
> The complete log is attached.
>
> Can I use external WxWidgets library?
>
> Thanks and Best Regards,
> Ale

-- 
     Irène.
-----
Irène Vatton                     INRIA Rhône-Alpes
INRIA                               ZIRST
e-mail: Irene.Vatton@inria.fr       655 avenue de l'Europe
Tel.: +33 4 76 61 53 61             Montbonnot
Fax:  +33 4 76 61 52 07             38334 Saint Ismier Cedex - France

Received on Thursday, 18 August 2005 08:18:16 UTC