MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <16283.54000.852604.40587 at karryall.dnsalias.org> Date: Sun, 26 Oct 2003 14:58:08 +0100 From: Olivier Andrieu To: Malte Horst Arthur Skoruppa Cc: lablgtk at kaba.or.jp Subject: Re: Error in glGtk.cmi In-Reply-To: <200310260134.15152.malte at countnumber.de> References: <200310260134.15152.malte at countnumber.de> Hi, Malte Horst Arthur Skoruppa [Sunday 26 October 2003] : > This was simply because I didn't install lablGL! > > I have GtkGLArea, but not lablGL. So of course it gave a compiler > error. I think the configure script should *detect* it though, when > a user doesn't have lablGL. That's exactly the kind of thing a > configure script is intended to, isn't it? ;-) Right : the configure script in the next version will do this (check for the presence of LablGL). > Now, I could go on with the installation, but it failed AGAIN (man! I'm > damned...). Please consider the following output: > ml_panel.c: In function `ml_panel_applet_factory_main': > ml_panel.c:187: error: `GNOME_CLIENT_PARAM_SM_CONNECT' undeclared > (first use in this function) > ml_panel.c:187: error: (Each undeclared identifier is reported only once > ml_panel.c:187: error: for each function it appears in.) > make[1]: *** [ml_panel.o] Fehler 2 > make[1]: Leaving directory `/root/arc/lablgtk-2.2.0/src' > make: *** [all] Fehler 2 > > This time it seems like a serious error to me. This time I checked, > every one of the directories specified in the -I parameteres > exists. Every *.h file included in the header of ml_panel.c exists > on my system and should be found. > > Any ideas? Probably because your gnome-panel is older than the one I used and is missing an include in its headers. I'll add the libgnomeui include in the source. Thanks. -- Olivier