Re: Compiling WX 9.2.1 on Fedora Core 3

On Tuesday 06 September 2005 17:24, Leon Stringer wrote:
> Thanks for your reply. I've tried deleting the WX directory then:
>
> $ mkdir WX
> $ cd WX
> $ ./configure --with-wx --without-dav
> $ make depend
> $ cd wxWidgets_RELEASE
> $ make
> $ cd ..
> $ make
>
> and I still get the above error. Can you suggest anything else?
>
> Thanks...

That's strange because on my Fedora Core 3 I just have to do
> mkdir WX
> cd WX
> ../configure --with-wx
> make

I suspect a problem with you make. It seems to no respect dependencies
Could you send me the result of the command "make -n"?
-- 
     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 Wednesday, 7 September 2005 07:43:01 UTC