Re: debian: wxgtk-2.1 broken

2000-04-24 Thread J.H.M. Dassen \(Ray\)
On Tue, Apr 25, 2000 at 01:33:29 +1000, Brendan Simon wrote: > I managed to get the program to link by adding "-lgtkmm -lgdkmm" after the > `wx-config --libs` argument. > I'm not sure if this is a problem with the wxgtk-2.1 package or C librariy > dependencies. > What needs to be done to get this t

Re: debian: wxgtk-2.1 broken

2000-04-24 Thread Brendan Simon
It compiles and links but does not run. I get the following errors: Gtk-WARNING **: invalid cast from `GtkWindow' to `GtkWindowType' Gtk-WARNING **: invalid cast from `GtkWindow' to `GtkWindowType' Gtk-WARNING **: invalid cast from `GtkWindow' to `GtkWindowType' Gtk-WARNING **: inv

Re: debian: wxgtk-2.1 broken

2000-04-24 Thread Brendan Simon
I managed to get the program to link by adding "-lgtkmm -lgdkmm" after the `wx-config --libs` argument. I'm not sure if this is a problem with the wxgtk-2.1 package or C librariy dependencies. What needs to be done to get this to work out of the box ? Brendan. Brendan Simon wrote: > I have a co

[Re: debian: wxgtk-2.1 broken]

2000-04-24 Thread Brendan Simon
Brendan Simon wrote: > There was a bug in my makefile. The object files weren't being included > during the link. However the same errors still occur. > Brendan. > > > I have installed wxgtk-2.1 and tried to compile a program I had working > > with wxWindowsGtk 2.0. > > After some changes to my

debian: wxgtk-2.1 broken

2000-04-24 Thread Brendan Simon
I have a couple of questions regarding the maintenence of the Debain wxWindows package. 1) Is it actively maintained and who is the maintainer ? 2) wxWindows-2.1.15 has been released and was wondering if a Debian package is in the pipeline. 3) I have a linking problem with an existing wx applicatio