Re: Glibmm with scons
- From: "contact huau-gabriel fr" <contact huau-gabriel fr>
- To: bernd robertz cssweb de
- Cc: gtkmm-list gnome org
- Subject: Re: Glibmm with scons
- Date: Thu, 26 Mar 2009 15:46:07 +0100
(oops sorry, i had reply to only David :))
Hello,
If it's a problem of the include path, so i should get an error about a
missing file no ?
Normally, i have configured scons with the good CPPPATH, but i think i have
forget a step or i have wrong include files.
The strange thing, it's i havn't theses functions in my "checksum.h".
On Thu, 26 Mar 2009 10:47:34 +0100, Bernd Robertz <bernd robertz cssweb de>
wrote:
Hello,
I'm with David.
It could be the include path of your build configuration.
I use SCons Myself for some projects (depends on what project). Remember
that SCons and the traditional Autoconf/Automake tools have completly
different design and configuration syntax.
Best regards
Bernd
Am Donnerstag, den 26.03.2009, 10:22 +0100 schrieb David King:
On Thu, 2009-03-26 at 10:01 +0100, contact huau-gabriel fr wrote:
All method asked (g_checksum_new, g_compute_checksum_for_data,
g_checksum_get_string, etc.) dont exist in Glibmm and Glib, i have
download the last version (2.18).
Strange, these g_checksum_* methods were added in Glib 2.16, see
http://library.gnome.org/devel/glib/unstable/glib-Data-Checksums.html
and also in Glibmm 2.16
http://www.gtkmm.org/docs/glibmm-2.4/docs/reference/html/classGlib_1_1Checksum.html#_details
So, someone can explain/help me how to build this library please ?
what options i need to set up ? what source file i need compile ? etc.
The errors seem to suggest that for some reason the header
glib/checksum.h is not included. This is odd, because glib.h includes
this header, and glib.h is included by checksum.h from the Glibmm
sources. In your scons build environment, do you include the correct
path to the Glib headers?
--
David King | http://amigadave.blogspot.com/ | davidk openismus com
_______________________________________________
gtkmm-list mailing list
gtkmm-list gnome org
http://mail.gnome.org/mailman/listinfo/gtkmm-list
Le jeudi 26 mars 2009 à 10:47 +0100, Bernd Robertz a écrit :
> Hello,
>
> I'm with David.
> It could be the include path of your build configuration.
> I use SCons Myself for some projects (depends on what project). Remember
> that SCons and the traditional Autoconf/Automake tools have completly
> different design and configuration syntax.
>
> Best regards
>
> Bernd
>
> Am Donnerstag, den 26.03.2009, 10:22 +0100 schrieb David King:
> > On Thu, 2009-03-26 at 10:01 +0100, contact huau-gabriel fr wrote:
> > > All method asked (g_checksum_new, g_compute_checksum_for_data,
> > > g_checksum_get_string, etc.) dont exist in Glibmm and Glib, i have
> > > download the last version (2.18).
> >
> > Strange, these g_checksum_* methods were added in Glib 2.16, see
> > http://library.gnome.org/devel/glib/unstable/glib-Data-Checksums.html
> > and also in Glibmm 2.16
> > http://www.gtkmm.org/docs/glibmm-2.4/docs/reference/html/classGlib_1_1Checksum.html#_details
> >
> > > So, someone can explain/help me how to build this library please ?
> > > what options i need to set up ? what source file i need compile ? etc.
> >
> > The errors seem to suggest that for some reason the header
> > glib/checksum.h is not included. This is odd, because glib.h includes
> > this header, and glib.h is included by checksum.h from the Glibmm
> > sources. In your scons build environment, do you include the correct
> > path to the Glib headers?
> >
> > --
> > David King | http://amigadave.blogspot.com/ | davidk openismus com
> >
> > _______________________________________________
> > gtkmm-list mailing list
> > gtkmm-list gnome org
> > http://mail.gnome.org/mailman/listinfo/gtkmm-list
>
>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]