Re: [gtkmm] Compiling my first gtkmm program - HELP!!
- From: Maya <EscalanteCanada netscape net>
- To: murrayc murrayc com
- Cc: gtkmm-list <gtkmm-list gnome org>
- Subject: Re: [gtkmm] Compiling my first gtkmm program - HELP!!
- Date: Tue, 27 Apr 2004 16:07:43 -0400
That would not be the case. You see, I have been able to compile a even
simpler program without the use of Makefile, just from the prompt. This
is the program I compiled:
#include <gtkmm.h>
int main(int argc, char *argv[])
{
Gtk::Main kit(argc, argv);
Gtk::Window window;
Gtk::Main::run(window);
return 0;
}
murrayc murrayc com wrote:
On Tue, 2004-04-27 at 17:04, Murray Cumming wrote:
On Tue, 2004-04-27 at 15:56, Maya wrote:
Nothing changes if I don't use virtual inheritance.
I got the cygwin version of GTKmm from the cygwin setup.
I did not know that gtkmm was available as part of the cygwin install.
It sounds like their gtkmm binaries are broken.
For instance, gtkmm might have been built with a different version of
gcc than the one you are now using.
I suggest that you
submit a bug to them, with a simple-as-possible test case. Feel free to
CC us.
--
* The media's the most powerful entity on earth. They have the
power to make the innocent guilty and to make the guilty
innocent, and that's power.
- Malcom X
* You cannot exercise your power to a point of humiliation.
- Jean Chretien
* It's amazing how the small seeds of distrust and misunderstanding
can yield a crop of hate and death...
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]