You can subscribe to this list here.
| 2002 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(4) |
Nov
(157) |
Dec
(87) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2003 |
Jan
(78) |
Feb
(246) |
Mar
(83) |
Apr
(32) |
May
(99) |
Jun
(85) |
Jul
(34) |
Aug
(24) |
Sep
(65) |
Oct
(60) |
Nov
(45) |
Dec
(90) |
| 2004 |
Jan
(8) |
Feb
(40) |
Mar
(12) |
Apr
(17) |
May
(56) |
Jun
(13) |
Jul
(5) |
Aug
(30) |
Sep
(51) |
Oct
(17) |
Nov
(9) |
Dec
(20) |
| 2005 |
Jan
(16) |
Feb
(22) |
Mar
(14) |
Apr
(6) |
May
(12) |
Jun
(41) |
Jul
(21) |
Aug
(26) |
Sep
(7) |
Oct
(42) |
Nov
(10) |
Dec
(7) |
| 2006 |
Jan
(6) |
Feb
(9) |
Mar
(19) |
Apr
(7) |
May
(1) |
Jun
(10) |
Jul
(5) |
Aug
|
Sep
|
Oct
(8) |
Nov
(9) |
Dec
(3) |
| 2007 |
Jan
(1) |
Feb
|
Mar
(7) |
Apr
(5) |
May
(10) |
Jun
(32) |
Jul
(6) |
Aug
(8) |
Sep
(10) |
Oct
(3) |
Nov
(11) |
Dec
(2) |
| 2008 |
Jan
(3) |
Feb
|
Mar
(11) |
Apr
|
May
(6) |
Jun
(4) |
Jul
|
Aug
(3) |
Sep
(3) |
Oct
|
Nov
|
Dec
|
| 2009 |
Jan
(6) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(5) |
Aug
|
Sep
|
Oct
(1) |
Nov
(4) |
Dec
(3) |
| 2010 |
Jan
(3) |
Feb
(6) |
Mar
(16) |
Apr
(2) |
May
|
Jun
|
Jul
(7) |
Aug
(3) |
Sep
(4) |
Oct
(3) |
Nov
|
Dec
|
| 2011 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(1) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2016 |
Jan
(1) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
|
From: Christophe de V. <cde...@gm...> - 2007-08-10 13:54:46
|
Hi Lo=EFc, Lo=EFc Joly a =E9crit : > > Is there any reason why the xmlpp::Document::write_to_... functions are= not const ? I have a const refrence to an object that contains a xmlpp::Do= cument, and I have to use ugly const_cast to be able to do what seems to me= to be a non-modifying operation. > > I don't think there is a particular reason for that. A patch to add (not replace) const versions of write_to_ functions would certainly be applied. Regards, Christophe |
|
From: <Loi...@re...> - 2007-08-10 10:37:13
|
Hello, Is there any reason why the xmlpp::Document::write_to_... functions are = not const ? I have a const refrence to an object that contains a = xmlpp::Document, and I have to use ugly const_cast to be able to do what = seems to me to be a non-modifying operation. Regards, --=20 Lo=EFc |
|
From: Fabian J. <fab...@gm...> - 2007-06-25 10:06:31
|
ok, thank you 2007/6/25, Trappel Martin <mar...@ks...>: > > ------------------------------ > *From:* lib...@li... [mailto: > lib...@li...] *On Behalf Of *Fabi= an > Jacquet > *Sent:* Monday, June 25, 2007 9:40 AM > *To:* lib...@li... > *Subject:* [libxml++] Dependencies > > Hi, > > I see there is a lot of dll to link with libxml++, all from GTK+. > I would like to reduce those dependencies. I see on your site: "glibmm-2.= 4>=3D > 2.4.0 (or a subset of it containing at least Glib::ustring)" > > ... > > It has been discussed in the past. > > > http://sourceforge.net/mailarchive/message.php?msg_name=3D1177415590.5374= .64.camel%40localhost > > There is a patch that will replace ustring with std::string but it is not > maintained (I guess you can get it working with the most recent version i= f > you invest a few days ...) and there is no interest by the people working= on > libxml++ to reduce the dependencies. > > > best regards / mit freundlichen Gr=FC=DFen, > Martin Trappel > |
|
From: Trappel M. <mar...@ks...> - 2007-06-25 10:02:04
|
=09 ________________________________ From: lib...@li... = [mailto:lib...@li...] On Behalf = Of Fabian Jacquet Sent: Monday, June 25, 2007 9:40 AM To: lib...@li... Subject: [libxml++] Dependencies =09 =09 =09 Hi, =09 I see there is a lot of dll to link with libxml++, all from GTK+. I would like to reduce those dependencies. I see on your site: = "glibmm-2.4 >=3D 2.4.0 (or a subset of it containing at least = Glib::ustring)"=20 =09 ... It has been discussed in the past. =20 http://sourceforge.net/mailarchive/message.php?msg_name=3D1177415590.5374= .64.camel%40localhost =20 There is a patch that will replace ustring with std::string but it is = not maintained (I guess you can get it working with the most recent = version if you invest a few days ...) and there is no interest by the = people working on libxml++ to reduce the dependencies. =20 best regards / mit freundlichen Gr=FC=DFen, Martin Trappel |
|
From: Fabian J. <fab...@gm...> - 2007-06-25 07:39:58
|
Hi, I see there is a lot of dll to link with libxml++, all from GTK+. I would like to reduce those dependencies. I see on your site: "glibmm-2.4>= 2.4.0 (or a subset of it containing at least Glib::ustring)" Do you know a subset of glibmm? I see those dll: iconv.dll zlibl.dll glibmm.dll (ustring, ok) libglib.dll intl.dll libobject.dll libgmodule.dll sige.dll Are there all important? |
|
From: MARZULLO L. E. DF/D. <lma...@or...> - 2007-06-22 12:09:22
|
Are you under windows ? Normally, on unix, it does not cause problem to have a new/delete in any combination of exe/dll=2E =20 Laurent Marzullo New Convergence Program Core Solution Delivery & Industrialization=20 Tel: +33 (0) 1 44 44 55 54=20 Site: Losserand - Office n=B0 1059 lmarzullo=2Eexterne@orange-ftgroup=2Ecom _____ =20 De : libxmlplusplus-general-bounces@lists=2Esourceforge=2Enet [mailto:libxmlplusplus-general-bounces@lists=2Esourceforge=2Enet] De la= part de Fabian Jacquet Envoy=E9 : vendredi 22 juin 2007 14:05 =C0 : libxmlplusplus-general@lists=2Esourceforge=2Enet Objet : Re: [libxml++] delete access violation =20 It seams to be a context problem=2E If I add a method "Create" in the dll which returns a pointer to= "Document", I can delete it in the exe=2E So I MUST do the new in the dll context=2E Is there a solution to avoid this? Maybe a compilation option to allow the "new" in the exe context, or use of DLLExport, =2E=2E=2E=20 I'm not a very good c++ developer and those dll concept are outside my understanding=2E But I'm interesting to discover ;-) 2007/6/21, Fabian Jacquet < fabian=2Ejacquet@gmail=2Ecom <mailto:fabian=2Ejacquet@gmail=2Ecom> >: Hi, Is it normal I have an access violation error when I delete an XML= document? xmlpp::Document* d; d =3D new xmlpp::Document(); delete d; =20 ********************************* This message and any attachments (the "message") are confidential and= intended solely for the addressees=2E=20 Any unauthorised use or dissemination is prohibited=2E Messages are susceptible to alteration=2E=20 France Telecom Group shall not be liable for the message if altered,= changed or falsified=2E If you are not the intended addressee of this message, please cancel it= immediately and inform the sender=2E ******************************** |
|
From: Fabian J. <fab...@gm...> - 2007-06-22 12:04:32
|
It seams to be a context problem. If I add a method "Create" in the dll which returns a pointer to "Document", I can delete it in the exe. So I MUST do the new in the dll context. Is there a solution to avoid this? Maybe a compilation option to allow the "new" in the exe context, or use of DLLExport, ... I'm not a very good c++ developer and those dll concept are outside my understanding. But I'm interesting to discover ;-) 2007/6/21, Fabian Jacquet <fab...@gm...>: > > Hi, > > Is it normal I have an access violation error when I delete an XML > document? > > xmlpp::Document* d; > d = new xmlpp::Document(); > delete d; > |
|
From: Fabian J. <fab...@gm...> - 2007-06-21 08:08:00
|
Hi, Is it normal I have an access violation error when I delete an XML document? xmlpp::Document* d; d = new xmlpp::Document(); delete d; |
|
From: Fabian J. <fab...@gm...> - 2007-06-20 12:21:02
|
Thank you verry much.
Using Glib::locale_to_utf8("valeur avec =E9 etc"), it works fine.
2007/6/20, Matthias Wimmer <m...@tt...>:
>
> Fabian Jacquet schrieb:
> > I have a problem with utf-8. I'm using personal compilation of GLibmm
> > 2.12.10
> > Here is my code:
> [...]
> > n->set_attribute("att1","valeur avec =E9 etc","");
> > n->set_attribute("att2","valeur avec =EA etc","");
> > n->set_attribute("att3","valeur avec etc","");
> [...]
> > Remarks about output file:
> >
> > * No UTF-8 header "0xEF BB BF"
>
> There is not need for UTF-8 files to start with these bytes, in fact it
> is very uncommon outside the MS Windows platform to have a zero width
> non-breaking space at the beginning.
>
> > * "=E9 etc" is coded like this "0xE9 A0 A5 74 63". I think 0x20 is
> > missing for the space, I'm not sure "=E9" is correctly coded, "e"
> > from "etc" is missing
> > * "=EA etc" is coded like this "0xEA A0 A5 74 63". Same remarks
> > * " etc" is coded like this "0x20 20 65 74 63"
>
> Are the strings in your C code encoded using the UTF-8 character set?
> Using these string constants won't work if they are encoded in anything
> else (e.g. ISO-8859-1).
>
> > Did I do any error in my code?
>
> Best you would edit the C files and compile them in a locale that has
> UTF-8 at the charset. Else you either have to convert the strings to
> UTF-8 before passing them to libxml++ or store at least the character
> constants in your C file in UTF-8.
>
>
> Matthias
>
|
|
From: Matthias W. <m...@tt...> - 2007-06-20 10:53:29
|
Fabian Jacquet schrieb:
> I have a problem with utf-8. I'm using personal compilation of GLibmm
> 2.12.10
> Here is my code:
[...]
> n->set_attribute("att1","valeur avec é etc","");
> n->set_attribute("att2","valeur avec ê etc","");
> n->set_attribute("att3","valeur avec etc","");
[...]
> Remarks about output file:
>
> * No UTF-8 header "0xEF BB BF"
There is not need for UTF-8 files to start with these bytes, in fact it
is very uncommon outside the MS Windows platform to have a zero width
non-breaking space at the beginning.
> * "é etc" is coded like this "0xE9 A0 A5 74 63". I think 0x20 is
> missing for the space, I'm not sure "é" is correctly coded, "e"
> from "etc" is missing
> * "ê etc" is coded like this "0xEA A0 A5 74 63". Same remarks
> * " etc" is coded like this "0x20 20 65 74 63"
Are the strings in your C code encoded using the UTF-8 character set?
Using these string constants won't work if they are encoded in anything
else (e.g. ISO-8859-1).
> Did I do any error in my code?
Best you would edit the C files and compile them in a locale that has
UTF-8 at the charset. Else you either have to convert the strings to
UTF-8 before passing them to libxml++ or store at least the character
constants in your C file in UTF-8.
Matthias
|
|
From: Fabian J. <fab...@gm...> - 2007-06-20 08:16:22
|
Hi,
I have a problem with utf-8. I'm using personal compilation of GLibmm
2.12.10
Here is my code:
xmlpp::Document* d;
>
> d =3D new xmlpp::Document();
> xmlpp::Element* n;
>
> n =3D d->create_root_node("root","","");
>
> n->add_child("child1","");
> n->add_child("child2","");
> n->add_child("child3","");
> n->add_child("child4","");
>
> n->set_attribute("att1","valeur avec =E9 etc","");
> n->set_attribute("att2","valeur avec =EA etc","");
> n->set_attribute("att3","valeur avec etc","");
>
> d->write_to_file_formatted("c:\\test.xml","UTF-8");
>
Remarks about output file:
- No UTF-8 header "0xEF BB BF"
- "=E9 etc" is coded like this "0xE9 A0 A5 74 63". I think 0x20 is
missing for the space, I'm not sure "=E9" is correctly coded, "e" from "=
etc"
is missing
- "=EA etc" is coded like this "0xEA A0 A5 74 63". Same remarks
- " etc" is coded like this "0x20 20 65 74 63"
I tried to open the xml with explorer and I have bad characters in place of
"=E9" and "=EA".
Did I do any error in my code?
|
|
From: Fabian J. <fab...@gm...> - 2007-06-20 07:07:07
|
Hi,
I think glibmm-2.4.dll is corrupted in GTK+ because I recompile it and it
works.
2007/6/19, Fabian Jacquet <fab...@gm...>:
>
> I got this message:
> LDR: LdrpWalkImportDescriptor() failed to probe C:\GTK\bin\glibmm-2.4.dllfor its manifest, ntstatus 0xc0150002
>
> 2007/6/19, Fabian Jacquet < fab...@gm...>:
> >
> > Hi,
> >
> > I wrote a little test with libxml++ 2.6 and I have an error at runtime:
> > "The application failed to initialize properly (0xc0150002)"
> >
> > I compile with VS2003. I added additional directories and dependencies
> > but I can't add option /vd2 (referenced in gtk+) because it's not supported
> > by VS2003.
> >
> > My code is very easy:
> >
> > #include "stdafx.h"
> > #include <libxml++/libxml++.h>
> >
> > int _tmain(int argc, _TCHAR* argv[])
> > {
> > xmlpp::Document d;
> >
> > xmlpp::Element* n;
> >
> > n = d.create_root_node("root","","");
> >
> > n->add_child("child1","");
> > n->add_child("child2","");
> > n->add_child("child3","");
> > n->add_child("child4","");
> >
> > n->set_attribute("att1","val","");
> >
> >
> > d.write_to_file("c:\\test.xml");
> >
> > return 0;
> > }
> >
> >
>
|
|
From: Clarke A. <Ada...@th...> - 2007-06-19 16:56:12
|
I noticed that libxml2 has moved to the MIT license, are there any plans to move libxml++ to the MIT license? Does the dependency upon gtkmm complicate matters? |
|
From: Fabian J. <fab...@gm...> - 2007-06-19 14:01:38
|
I got this message:
LDR: LdrpWalkImportDescriptor() failed to probe
C:\GTK\bin\glibmm-2.4.dllfor its manifest, ntstatus 0xc0150002
2007/6/19, Fabian Jacquet <fab...@gm...>:
>
> Hi,
>
> I wrote a little test with libxml++ 2.6 and I have an error at runtime:
> "The application failed to initialize properly (0xc0150002)"
>
> I compile with VS2003. I added additional directories and dependencies but
> I can't add option /vd2 (referenced in gtk+) because it's not supported by
> VS2003.
>
> My code is very easy:
>
> #include "stdafx.h"
> #include <libxml++/libxml++.h>
>
> int _tmain(int argc, _TCHAR* argv[])
> {
> xmlpp::Document d;
>
> xmlpp::Element* n;
>
> n = d.create_root_node("root","","");
>
> n->add_child("child1","");
> n->add_child("child2","");
> n->add_child("child3","");
> n->add_child("child4","");
>
> n->set_attribute("att1","val","");
>
>
> d.write_to_file("c:\\test.xml");
>
> return 0;
> }
>
>
|
|
From: Fabian J. <fab...@gm...> - 2007-06-19 08:30:26
|
Hi,
I wrote a little test with libxml++ 2.6 and I have an error at runtime:
"The application failed to initialize properly (0xc0150002)"
I compile with VS2003. I added additional directories and dependencies but I
can't add option /vd2 (referenced in gtk+) because it's not supported by
VS2003.
My code is very easy:
#include "stdafx.h"
#include <libxml++/libxml++.h>
int _tmain(int argc, _TCHAR* argv[])
{
xmlpp::Document d;
xmlpp::Element* n;
n = d.create_root_node("root","","");
n->add_child("child1","");
n->add_child("child2","");
n->add_child("child3","");
n->add_child("child4","");
n->set_attribute("att1","val","");
d.write_to_file("c:\\test.xml");
return 0;
}
|
|
From: Daniel V. <vei...@re...> - 2007-06-18 15:05:18
|
On Mon, Jun 18, 2007 at 11:00:06AM -0400, Daniel Veillard wrote: no I didn't wrote that. I don't underdstand that libxml++ is still using a list polluded with ads. > ------------------------------------------------------------------------- > This SF.net email is sponsored by DB2 Express > Download DB2 Express C - the FREE version of DB2 express and take > control of your XML. No limits. Just data. Click to get it now. > http://sourceforge.net/powerbar/db2/ > _______________________________________________ There is plenty of places to avoid this, like for example Gnome.org lists. I get enough SPAM to my taste, no need to make it worse with ads, so I will unsubscribe at this point. Daniel -- Red Hat Virtualization group http://redhat.com/virtualization/ Daniel Veillard | virtualization library http://libvirt.org/ vei...@re... | libxml GNOME XML XSLT toolkit http://xmlsoft.org/ http://veillard.com/ | Rpmfind RPM search engine http://rpmfind.net/ |
|
From: Daniel V. <vei...@re...> - 2007-06-18 15:00:17
|
On Mon, Jun 18, 2007 at 04:56:29PM +0200, Fabian Jacquet wrote: > Do you know if libxml is compiled with multi thread options? libxml2 is compiled by default with threads support on. Daniel -- Red Hat Virtualization group http://redhat.com/virtualization/ Daniel Veillard | virtualization library http://libvirt.org/ vei...@re... | libxml GNOME XML XSLT toolkit http://xmlsoft.org/ http://veillard.com/ | Rpmfind RPM search engine http://rpmfind.net/ |
|
From: Fabian J. <fab...@gm...> - 2007-06-18 14:56:32
|
Hi, I'm testing libxml++ using gtk+ 2.10 so I don't need to recompile it. Do you know if libxml is compiled with multi thread options? |
|
From: Murray C. <mu...@mu...> - 2007-06-15 09:05:28
|
On Mon, 2007-06-11 at 15:57 +0200, MARZULLO Laurent Ext DF/DCGC wrote: > Hello, > > Ok, I've tried to apply this patch to libxml++-2.12.0 but it failed. > I've patch manually but it seems that "schema.h" is not found while > Compiling libxml++ > > In file included from schemavalidator.cc:8: > ../../libxml++/validators/schemavalidator.h:12:29 libxml++/schema.h: No such > file or directory > > I've tried to download 2.18 but schema.h does not seem to be in. > Do you know where I can find this file ? (and schema.cc also) In general, please comment about bugs and patches in bugzilla, so we can see the information when reviewing patches. The schema.h file is in the original patch, but I have failed to include it in my revised patch. I don't recommend just patching libxml++ and relying on the resulting patched code. Some more thought needs to go into this patch so that the functionality can be included in a future libxml++ version. If you really need this in an application, you should probably use the C API together with the cobj() functions of libxml++ objects. Murray wrote: > There is a patch in bugzilla for this, but I'm not sure if it's the > right approach: > http://bugzilla.gnome.org/show_bug.cgi?id=312216 > > Isn't the Schema just named in the XML file, instead of a DTD file? If > so, I would expect the validation to happen (optionally) when parsing > the document, as we do for DTD-based XML files. > -- Murray Cumming mu...@mu... www.murrayc.com www.openismus.com |
|
From: Fabian J. <fab...@gm...> - 2007-06-14 09:57:48
|
Hi, I'm searching about a library to use XML in c++ and I found libxml++. I'm very interesting because I already use libxml. I saw on sourceforge than the last release was in 2003 but in the home page there is one in 2007. I want to be sure this library is maintained before use it. Could someone confirm the library is maintained? If yes, why don't use sourceforg to store releases? Thankyou. |
|
From: MARZULLO L. E. DF/D. <lma...@or...> - 2007-06-06 12:29:24
|
Hello,
=20
I would like to know how to validate an XML file with a schema with
libxml++-2=2E12
=20
I=92ve found something like with =91libxml2=92:
=20
xmlTextReaderPtr reader;
=20
xmlTextReaderSchemaValidate( reader , schema );
=20
But could not found any example on how to use schema validation with
libxml++=2E
=20
Could someone help me please ?
=20
Laurent Marzullo
New Convergence Program
Core Solution Delivery & Industrialization=20
Tel: +33 (0) 1 44 44 55 54=20
Site: Losserand - Office n=B0 1059
lmarzullo=2Eexterne@orange-ftgroup=2Ecom
=20
*********************************
This message and any attachments (the "message") are confidential and=
intended solely for the addressees=2E=20
Any unauthorised use or dissemination is prohibited=2E
Messages are susceptible to alteration=2E=20
France Telecom Group shall not be liable for the message if altered,=
changed or falsified=2E
If you are not the intended addressee of this message, please cancel it=
immediately and inform the sender=2E
******************************** |
|
From: Fei L. <fe...@ae...> - 2007-06-01 16:29:36
|
Hello, I am trying to compile the libxml++ 2.4 textReader parser
example, here is what I did:
g++ -I/usr/include/libxml++-2.6 -I/usr/include/glibmm-2.4
-I/usr/include/glib-2.0 -o main main.cpp -lxml++
I got the following error. I am new to libxml++, how exactly do I
compile the example? I have all the required packages installed but yet
it seems I am missing some header files such as glibconfig.h
In file included from /usr/include/glib-2.0/glib/gquark.h:30,
from /usr/include/glib-2.0/glib/gerror.h:24,
from /usr/include/glib-2.0/glib/gunicode.h:25,
from /usr/include/glibmm-2.4/glibmm/ustring.h:25,
from /usr/include/libxml++-2.6/libxml++/exceptions/exception.h:26,
from /usr/include/libxml++-2.6/libxml++/exceptions/internal_error.h:25,
from /usr/include/libxml++-2.6/libxml++/libxml++.h:10,
from main.cpp:26:
/usr/include/glib-2.0/glib/gtypes.h:30:24: error: glibconfig.h: No such
file or directory
/usr/include/glib-2.0/glib/gtypes.h:385:2: error: #error unknown ENDIAN
type
In file included from
/usr/include/libxml++-2.6/libxml++/exceptions/exception.h:26,
from /usr/include/libxml++-2.6/libxml++/exceptions/internal_error.h:25,
from /usr/include/libxml++-2.6/libxml++/libxml++.h:10,
from main.cpp:26:
/usr/include/glibmm-2.4/glibmm/ustring.h:32:26: error: glibmmconfig.h:
No such file or directory
/usr/include/glib-2.0/glib/gquark.h:34: error: ‘guint32’ does not name a
type
/usr/include/glib-2.0/glib/gquark.h:38: error: ‘GQuark’ does not name a
type
/usr/include/glib-2.0/glib/gquark.h:39: error: ‘GQuark’ does not name a
type
/usr/include/glib-2.0/glib/gquark.h:40: error: ‘GQuark’ does not name a
type
/usr/include/glib-2.0/glib/gquark.h:41: error: ‘GQuark’ was not declared
in this scope
/usr/include/glib-2.0/glib/gquark.h:41: warning: attributes after
parenthesized initializer ignored
/usr/include/glib-2.0/glib/gerror.h:32: error: ‘GQuark’ does not name a
type
/usr/include/glib-2.0/glib/gerror.h:37: error: ‘GQuark’ was not declared
in this scope
/usr/include/glib-2.0/glib/gerror.h:38: error: expected
primary-expression before ‘code’
/usr/include/glib-2.0/glib/gerror.h:39: error: expected
primary-expression before ‘const’
/usr/include/glib-2.0/glib/gerror.h:40: error: expected
primary-expression before ‘...’ token
/usr/include/glib-2.0/glib/gerror.h:40: warning: attributes after
parenthesized initializer ignored
/usr/include/glib-2.0/glib/gerror.h:40: error: initializer expression
list treated as compound expression
/usr/include/glib-2.0/glib/gerror.h:42: error: ‘GQuark’ was not declared
in this scope
/usr/include/glib-2.0/glib/gerror.h:43: error: expected
primary-expression before ‘code’
/usr/include/glib-2.0/glib/gerror.h:44: error: expected
primary-expression before ‘const’
/usr/include/glib-2.0/glib/gerror.h:44: error: initializer expression
list treated as compound expression
/usr/include/glib-2.0/glib/gerror.h:50: error: ‘GQuark’ has not been
declared
/usr/include/glib-2.0/glib/gerror.h:57: error: ‘GQuark’ has not been
declared
/usr/include/glib-2.0/glib/gunicode.h:30: error: ‘guint32’ does not name
a type
/usr/include/glib-2.0/glib/gunicode.h:31: error: ‘guint16’ does not name
a type
/usr/include/glib-2.0/glib/gunicode.h:125: error: ‘gunichar’ was not
declared in this scope
/usr/include/glib-2.0/glib/gunicode.h:125: warning: attributes after
parenthesized initializer ignored
/usr/include/glib-2.0/glib/gunicode.h:126: error: ‘gunichar’ was not
declared in this scope
/usr/include/glib-2.0/glib/gunicode.h:126: warning: attributes after
parenthesized initializer ignored
/usr/include/glib-2.0/glib/gunicode.h:127: error: ‘gunichar’ was not
declared in this scope
/usr/include/glib-2.0/glib/gunicode.h:127: warning: attributes after
parenthesized initializer ignored
/usr/include/glib-2.0/glib/gunicode.h:128: error: ‘gunichar’ was not
declared in this scope
/usr/include/glib-2.0/glib/gunicode.h:128: warning: attributes after
parenthesized initializer ignored
/usr/include/glib-2.0/glib/gunicode.h:129: error: ‘gunichar’ was not
declared in this scope
/usr/include/glib-2.0/glib/gunicode.h:129: warning: attributes after
parenthesized initializer ignored
/usr/include/glib-2.0/glib/gunicode.h:130: error: ‘gunichar’ was not
declared in this scope
/usr/include/glib-2.0/glib/gunicode.h:130: warning: attributes after
parenthesized initializer ignored
/usr/include/glib-2.0/glib/gunicode.h:131: error: ‘gunichar’ was not
declared in this scope
/usr/include/glib-2.0/glib/gunicode.h:131: warning: attributes after
parenthesized initializer ignored
/usr/include/glib-2.0/glib/gunicode.h:132: error: ‘gunichar’ was not
declared in this scope
/usr/include/glib-2.0/glib/gunicode.h:132: warning: attributes after
parenthesized initializer ignored
/usr/include/glib-2.0/glib/gunicode.h:133: error: ‘gunichar’ was not
declared in this scope
/usr/include/glib-2.0/glib/gunicode.h:133: warning: attributes after
parenthesized initializer ignored
/usr/include/glib-2.0/glib/gunicode.h:134: error: ‘gunichar’ was not
declared in this scope
/usr/include/glib-2.0/glib/gunicode.h:134: warning: attributes after
parenthesized initializer ignored
/usr/include/glib-2.0/glib/gunicode.h:135: error: ‘gunichar’ was not
declared in this scope
/usr/include/glib-2.0/glib/gunicode.h:135: warning: attributes after
parenthesized initializer ignored
/usr/include/glib-2.0/glib/gunicode.h:136: error: ‘gunichar’ was not
declared in this scope
/usr/include/glib-2.0/glib/gunicode.h:136: warning: attributes after
parenthesized initializer ignored
/usr/include/glib-2.0/glib/gunicode.h:137: error: ‘gunichar’ was not
declared in this scope
/usr/include/glib-2.0/glib/gunicode.h:137: warning: attributes after
parenthesized initializer ignored
/usr/include/glib-2.0/glib/gunicode.h:138: error: ‘gunichar’ was not
declared in this scope
/usr/include/glib-2.0/glib/gunicode.h:138: warning: attributes after
parenthesized initializer ignored
/usr/include/glib-2.0/glib/gunicode.h:142: error: ‘gunichar’ does not
name a type
/usr/include/glib-2.0/glib/gunicode.h:143: error: ‘gunichar’ does not
name a type
/usr/include/glib-2.0/glib/gunicode.h:144: error: ‘gunichar’ does not
name a type
/usr/include/glib-2.0/glib/gunicode.h:148: error: ‘gunichar’ was not
declared in this scope
/usr/include/glib-2.0/glib/gunicode.h:148: warning: attributes after
parenthesized initializer ignored
/usr/include/glib-2.0/glib/gunicode.h:150: error: ‘gunichar’ was not
declared in this scope
/usr/include/glib-2.0/glib/gunicode.h:150: warning: attributes after
parenthesized initializer ignored
/usr/include/glib-2.0/glib/gunicode.h:153: error: ‘gunichar’ was not
declared in this scope
/usr/include/glib-2.0/glib/gunicode.h:153: warning: attributes after
parenthesized initializer ignored
/usr/include/glib-2.0/glib/gunicode.h:156: error: ‘gunichar’ was not
declared in this scope
/usr/include/glib-2.0/glib/gunicode.h:156: warning: attributes after
parenthesized initializer ignored
/usr/include/glib-2.0/glib/gunicode.h:162: error: variable or field
‘g_unicode_canonical_ordering’ declared void
/usr/include/glib-2.0/glib/gunicode.h:162: error: ‘gunichar’ was not
declared in this scope
/usr/include/glib-2.0/glib/gunicode.h:162: error: ‘string’ was not
declared in this scope
/usr/include/glib-2.0/glib/gunicode.h:163: error: ‘gsize’ was not
declared in this scope
/usr/include/glib-2.0/glib/gunicode.h:163: error: initializer expression
list treated as compound expression
/usr/include/glib-2.0/glib/gunicode.h:168: error: expected constructor,
destructor, or type conversion before ‘*’ token
/usr/include/glib-2.0/glib/gunicode.h:177: error: ‘gunichar’ does not
name a type
/usr/include/glib-2.0/glib/gunicode.h:178: error: ‘gunichar’ does not
name a type
/usr/include/glib-2.0/glib/gunicode.h:192: error: ‘gssize’ has not been
declared
/usr/include/glib-2.0/glib/gunicode.h:197: error: ‘gsize’ has not been
declared
/usr/include/glib-2.0/glib/gunicode.h:202: error: ‘gssize’ has not been
declared
/usr/include/glib-2.0/glib/gunicode.h:203: error: ‘gunichar’ has not
been declared
/usr/include/glib-2.0/glib/gunicode.h:205: error: ‘gssize’ has not been
declared
/usr/include/glib-2.0/glib/gunicode.h:206: error: ‘gunichar’ has not
been declared
/usr/include/glib-2.0/glib/gunicode.h:208: error: ‘gssize’ has not been
declared
/usr/include/glib-2.0/glib/gunicode.h:210: error: expected constructor,
destructor, or type conversion before ‘*’ token
/usr/include/glib-2.0/glib/gunicode.h:215: error: expected constructor,
destructor, or type conversion before ‘*’ token
/usr/include/glib-2.0/glib/gunicode.h:220: error: expected constructor,
destructor, or type conversion before ‘*’ token
/usr/include/glib-2.0/glib/gunicode.h:223: error: expected constructor,
destructor, or type conversion before ‘*’ token
/usr/include/glib-2.0/glib/gunicode.h:228: error: expected ‘,’ or ‘...’
before ‘*’ token
/usr/include/glib-2.0/glib/gunicode.h:232: error: ISO C++ forbids
declaration of ‘gunichar2’ with no type
/usr/include/glib-2.0/glib/gunicode.h:233: error: expected constructor,
destructor, or type conversion before ‘*’ token
/usr/include/glib-2.0/glib/gunicode.h:238: error: expected ‘,’ or ‘...’
before ‘*’ token
/usr/include/glib-2.0/glib/gunicode.h:242: error: ISO C++ forbids
declaration of ‘gunichar’ with no type
/usr/include/glib-2.0/glib/gunicode.h:248: error: ‘gunichar’ was not
declared in this scope
/usr/include/glib-2.0/glib/gunicode.h:249: error: expected
primary-expression before ‘*’ token
/usr/include/glib-2.0/glib/gunicode.h:249: error: ‘outbuf’ was not
declared in this scope
/usr/include/glib-2.0/glib/gunicode.h:249: error: initializer expression
list treated as compound expression
/usr/include/glib-2.0/glib/gunicode.h:256: error: ‘gssize’ has not been
declared
/usr/include/glib-2.0/glib/gunicode.h:260: error: ‘gunichar’ was not
declared in this scope
/usr/include/glib-2.0/glib/gunicode.h:263: error: ‘gssize’ has not been
declared
/usr/include/glib-2.0/glib/gunicode.h:265: error: ‘gssize’ has not been
declared
/usr/include/glib-2.0/glib/gunicode.h:267: error: ‘gssize’ has not been
declared
/usr/include/glib-2.0/glib/gunicode.h:281: error: ‘gssize’ has not been
declared
/usr/include/glib-2.0/glib/gunicode.h:287: error: ‘gssize’ has not been
declared
/usr/include/glib-2.0/glib/gunicode.h:289: error: ‘gssize’ has not been
declared
/usr/include/glib-2.0/glib/gunicode.h:291: error: ‘gunichar’ was not
declared in this scope
/usr/include/glib-2.0/glib/gunicode.h:292: error: ‘gunichar’ was not
declared in this scope
/usr/include/glib-2.0/glib/gunicode.h:292: error: ‘mirrored_ch’ was not
declared in this scope
/usr/include/glib-2.0/glib/gunicode.h:292: error: initializer expression
list treated as compound expression
/usr/include/glib-2.0/glib/gstrfuncs.h:50: error: expected initializer
before ‘*’ token
/usr/include/glib-2.0/glib/gstrfuncs.h:104: error: ‘gsize’ does not name
a type
/usr/include/glib-2.0/glib/gstrfuncs.h:107: error: ‘gsize’ does not name
a type
/usr/include/glib-2.0/glib/gstrfuncs.h:111: error: ‘gssize’ has not been
declared
/usr/include/glib-2.0/glib/gstrfuncs.h:116: error: ‘gssize’ has not been
declared
/usr/include/glib-2.0/glib/gstrfuncs.h:130: error: ‘guint64’ does not
name a type
/usr/include/glib-2.0/glib/gstrfuncs.h:156: error: ‘gsize’ has not been
declared
/usr/include/glib-2.0/glib/gstrfuncs.h:158: error: ‘gssize’ has not been
declared
/usr/include/glib-2.0/glib/gstrfuncs.h:160: error: ‘gssize’ has not been
declared
/usr/include/glib-2.0/glib/gstrfuncs.h:188: error: ‘gsize’ has not been
declared
/usr/include/glib-2.0/glib/gstrfuncs.h:189: error: ‘gsize’ was not
declared in this scope
/usr/include/glib-2.0/glib/gstrfuncs.h:190: error: expected
primary-expression before ‘fill_char’
/usr/include/glib-2.0/glib/gstrfuncs.h:190: warning: attributes after
parenthesized initializer ignored
/usr/include/glib-2.0/glib/gstrfuncs.h:190: error: initializer
expression list treated as compound expression
/usr/include/glibmm-2.4/glibmm/unicode.h:214: error:
‘Glib::Unicode::validate’ declared as an ‘inline’ variable
/usr/include/glibmm-2.4/glibmm/unicode.h:214: error: ‘gunichar’ was not
declared in this scope
/usr/include/glibmm-2.4/glibmm/unicode.h:215: error: expected ‘,’ or ‘;’
before ‘{’ token
/usr/include/glibmm-2.4/glibmm/unicode.h:216: error:
‘Glib::Unicode::isalnum’ declared as an ‘inline’ variable
/usr/include/glibmm-2.4/glibmm/unicode.h:216: error: ‘gunichar’ was not
declared in this scope
/usr/include/glibmm-2.4/glibmm/unicode.h:217: error: expected ‘,’ or ‘;’
before ‘{’ token
/usr/include/glibmm-2.4/glibmm/unicode.h:218: error:
‘Glib::Unicode::isalpha’ declared as an ‘inline’ variable
/usr/include/glibmm-2.4/glibmm/unicode.h:218: error: ‘gunichar’ was not
declared in this scope
/usr/include/glibmm-2.4/glibmm/unicode.h:219: error: expected ‘,’ or ‘;’
before ‘{’ token
/usr/include/glibmm-2.4/glibmm/unicode.h:220: error:
‘Glib::Unicode::iscntrl’ declared as an ‘inline’ variable
/usr/include/glibmm-2.4/glibmm/unicode.h:220: error: ‘gunichar’ was not
declared in this scope
/usr/include/glibmm-2.4/glibmm/unicode.h:221: error: expected ‘,’ or ‘;’
before ‘{’ token
/usr/include/glibmm-2.4/glibmm/unicode.h:222: error:
‘Glib::Unicode::isdigit’ declared as an ‘inline’ variable
/usr/include/glibmm-2.4/glibmm/unicode.h:222: error: ‘gunichar’ was not
declared in this scope
/usr/include/glibmm-2.4/glibmm/unicode.h:223: error: expected ‘,’ or ‘;’
before ‘{’ token
/usr/include/glibmm-2.4/glibmm/unicode.h:224: error:
‘Glib::Unicode::isgraph’ declared as an ‘inline’ variable
/usr/include/glibmm-2.4/glibmm/unicode.h:224: error: ‘gunichar’ was not
declared in this scope
/usr/include/glibmm-2.4/glibmm/unicode.h:225: error: expected ‘,’ or ‘;’
before ‘{’ token
/usr/include/glibmm-2.4/glibmm/unicode.h:226: error:
‘Glib::Unicode::islower’ declared as an ‘inline’ variable
/usr/include/glibmm-2.4/glibmm/unicode.h:226: error: ‘gunichar’ was not
declared in this scope
/usr/include/glibmm-2.4/glibmm/unicode.h:227: error: expected ‘,’ or ‘;’
before ‘{’ token
/usr/include/glibmm-2.4/glibmm/unicode.h:228: error:
‘Glib::Unicode::isprint’ declared as an ‘inline’ variable
/usr/include/glibmm-2.4/glibmm/unicode.h:228: error: ‘gunichar’ was not
declared in this scope
/usr/include/glibmm-2.4/glibmm/unicode.h:229: error: expected ‘,’ or ‘;’
before ‘{’ token
/usr/include/glibmm-2.4/glibmm/unicode.h:230: error:
‘Glib::Unicode::ispunct’ declared as an ‘inline’ variable
/usr/include/glibmm-2.4/glibmm/unicode.h:230: error: ‘gunichar’ was not
declared in this scope
/usr/include/glibmm-2.4/glibmm/unicode.h:231: error: expected ‘,’ or ‘;’
before ‘{’ token
/usr/include/glibmm-2.4/glibmm/unicode.h:232: error:
‘Glib::Unicode::isspace’ declared as an ‘inline’ variable
/usr/include/glibmm-2.4/glibmm/unicode.h:232: error: ‘gunichar’ was not
declared in this scope
/usr/include/glibmm-2.4/glibmm/unicode.h:233: error: expected ‘,’ or ‘;’
before ‘{’ token
/usr/include/glibmm-2.4/glibmm/unicode.h:234: error:
‘Glib::Unicode::isupper’ declared as an ‘inline’ variable
/usr/include/glibmm-2.4/glibmm/unicode.h:234: error: ‘gunichar’ was not
declared in this scope
/usr/include/glibmm-2.4/glibmm/unicode.h:235: error: expected ‘,’ or ‘;’
before ‘{’ token
/usr/include/glibmm-2.4/glibmm/unicode.h:236: error:
‘Glib::Unicode::isxdigit’ declared as an ‘inline’ variable
/usr/include/glibmm-2.4/glibmm/unicode.h:236: error: ‘gunichar’ was not
declared in this scope
/usr/include/glibmm-2.4/glibmm/unicode.h:237: error: expected ‘,’ or ‘;’
before ‘{’ token
/usr/include/glibmm-2.4/glibmm/unicode.h:238: error:
‘Glib::Unicode::istitle’ declared as an ‘inline’ variable
/usr/include/glibmm-2.4/glibmm/unicode.h:238: error: ‘gunichar’ was not
declared in this scope
/usr/include/glibmm-2.4/glibmm/unicode.h:239: error: expected ‘,’ or ‘;’
before ‘{’ token
/usr/include/glibmm-2.4/glibmm/unicode.h:240: error:
‘Glib::Unicode::isdefined’ declared as an ‘inline’ variable
/usr/include/glibmm-2.4/glibmm/unicode.h:240: error: ‘gunichar’ was not
declared in this scope
/usr/include/glibmm-2.4/glibmm/unicode.h:241: error: expected ‘,’ or ‘;’
before ‘{’ token
/usr/include/glibmm-2.4/glibmm/unicode.h:242: error:
‘Glib::Unicode::iswide’ declared as an ‘inline’ variable
/usr/include/glibmm-2.4/glibmm/unicode.h:242: error: ‘gunichar’ was not
declared in this scope
/usr/include/glibmm-2.4/glibmm/unicode.h:243: error: expected ‘,’ or ‘;’
before ‘{’ token
/usr/include/glibmm-2.4/glibmm/unicode.h:245: error: ‘gunichar’ does not
name a type
/usr/include/glibmm-2.4/glibmm/unicode.h:247: error: ‘gunichar’ does not
name a type
/usr/include/glibmm-2.4/glibmm/unicode.h:249: error: ‘gunichar’ does not
name a type
/usr/include/glibmm-2.4/glibmm/unicode.h:252: error:
‘Glib::Unicode::digit_value’ declared as an ‘inline’ variable
/usr/include/glibmm-2.4/glibmm/unicode.h:252: error: ‘gunichar’ was not
declared in this scope
/usr/include/glibmm-2.4/glibmm/unicode.h:253: error: expected ‘,’ or ‘;’
before ‘{’ token
/usr/include/glibmm-2.4/glibmm/unicode.h:254: error:
‘Glib::Unicode::xdigit_value’ declared as an ‘inline’ variable
/usr/include/glibmm-2.4/glibmm/unicode.h:254: error: ‘gunichar’ was not
declared in this scope
/usr/include/glibmm-2.4/glibmm/unicode.h:255: error: expected ‘,’ or ‘;’
before ‘{’ token
/usr/include/glibmm-2.4/glibmm/unicode.h:257: error:
‘Glib::Unicode::type’ declared as an ‘inline’ variable
/usr/include/glibmm-2.4/glibmm/unicode.h:257: error: ‘gunichar’ was not
declared in this scope
/usr/include/glibmm-2.4/glibmm/unicode.h:258: error: expected ‘,’ or ‘;’
before ‘{’ token
/usr/include/glibmm-2.4/glibmm/unicode.h:260: error:
‘Glib::Unicode::break_type’ declared as an ‘inline’ variable
/usr/include/glibmm-2.4/glibmm/unicode.h:260: error: ‘gunichar’ was not
declared in this scope
/usr/include/glibmm-2.4/glibmm/unicode.h:261: error: expected ‘,’ or ‘;’
before ‘{’ token
/usr/include/glibmm-2.4/glibmm/unicode.h: In function ‘bool
Glib::Ascii::isalnum(char)’:
/usr/include/glibmm-2.4/glibmm/unicode.h:270: error: ‘g_ascii_table’ was
not declared in this scope
/usr/include/glibmm-2.4/glibmm/unicode.h: In function ‘bool
Glib::Ascii::isalpha(char)’:
/usr/include/glibmm-2.4/glibmm/unicode.h:272: error: ‘g_ascii_table’ was
not declared in this scope
/usr/include/glibmm-2.4/glibmm/unicode.h: In function ‘bool
Glib::Ascii::iscntrl(char)’:
/usr/include/glibmm-2.4/glibmm/unicode.h:274: error: ‘g_ascii_table’ was
not declared in this scope
/usr/include/glibmm-2.4/glibmm/unicode.h: In function ‘bool
Glib::Ascii::isdigit(char)’:
/usr/include/glibmm-2.4/glibmm/unicode.h:276: error: ‘g_ascii_table’ was
not declared in this scope
/usr/include/glibmm-2.4/glibmm/unicode.h: In function ‘bool
Glib::Ascii::isgraph(char)’:
/usr/include/glibmm-2.4/glibmm/unicode.h:278: error: ‘g_ascii_table’ was
not declared in this scope
/usr/include/glibmm-2.4/glibmm/unicode.h: In function ‘bool
Glib::Ascii::islower(char)’:
/usr/include/glibmm-2.4/glibmm/unicode.h:280: error: ‘g_ascii_table’ was
not declared in this scope
/usr/include/glibmm-2.4/glibmm/unicode.h: In function ‘bool
Glib::Ascii::isprint(char)’:
/usr/include/glibmm-2.4/glibmm/unicode.h:282: error: ‘g_ascii_table’ was
not declared in this scope
/usr/include/glibmm-2.4/glibmm/unicode.h: In function ‘bool
Glib::Ascii::ispunct(char)’:
/usr/include/glibmm-2.4/glibmm/unicode.h:284: error: ‘g_ascii_table’ was
not declared in this scope
/usr/include/glibmm-2.4/glibmm/unicode.h: In function ‘bool
Glib::Ascii::isspace(char)’:
/usr/include/glibmm-2.4/glibmm/unicode.h:286: error: ‘g_ascii_table’ was
not declared in this scope
/usr/include/glibmm-2.4/glibmm/unicode.h: In function ‘bool
Glib::Ascii::isupper(char)’:
/usr/include/glibmm-2.4/glibmm/unicode.h:288: error: ‘g_ascii_table’ was
not declared in this scope
/usr/include/glibmm-2.4/glibmm/unicode.h: In function ‘bool
Glib::Ascii::isxdigit(char)’:
/usr/include/glibmm-2.4/glibmm/unicode.h:290: error: ‘g_ascii_table’ was
not declared in this scope
/usr/include/glibmm-2.4/glibmm/ustring.h: At global scope:
/usr/include/glibmm-2.4/glibmm/ustring.h:33: error: expected
constructor, destructor, or type conversion before ‘(’ token
|
|
From: Christophe de V. <cde...@al...> - 2007-05-21 15:58:43
|
Hamid Gasmi a écrit : > I'am sorry for sending the message three times (I was because an > connection problem). > > Do you mean by "distro" the plateforme? not exactly. What linux distribution : red-hat ? gentoo ? debian ? ubuntu ? other ? > I'am on: > Linux hoedic 2.6.5-7.139-pseries64 #2 SMP Wed Aug 24 00:35:54 CEST > 2005 ppc64 ppc64 ppc64 GNU/Linux. > > No I can't use the distrobution's standard pakdages. I have tried this > possibility but it requierts me to install (pkg-config, glibmm ...etc). Which are the dependencies you have to get anyway. So why not let the package system do it for you ? you should really reconsider this option. > glibmm installation requiert (glib installation) > > i have download glib-2.9.0 It's weird that glib is not on your system already. > and i have this messages: configure: error: > *** You must have either have gettext support in your C library, or > use the > *** GNU gettext library. (http://www.gnu.org/software/gettext/gettext.html I can't say more that what's written. What is your question ? Christophe |
|
From: Christophe de V. <cde...@al...> - 2007-05-21 15:29:00
|
Hamid Gasmi a écrit : > I wonder to know, what are the libraries i must install before > installing libxml++. Referring to web the only libraries are > pkg-config and libxml. What "web" are you refering to ? The official webpage (http://libxmlplusplus.sourceforge.net/) clearly states : * For libxml++ 2.6 and above o libxml2 <http://www.xmlsoft.org/> >= 2.6.1 o glibmm-2.4 <http://www.gtkmm.org/> >= 2.4.0 (or a subset of it containing at least Glib::ustring) Plus, what distribution are you using (you did not answer Murray's question) ? Most distribs already include at least libxml and pkg-config, if not libxml++ itself. Christophe |
|
From: Hamid G. <h....@gm...> - 2007-05-21 15:22:35
|
I wonder to know, what are the libraries i must install before installing
libxml++. Referring to web the only libraries are pkg-config and libxml.
But taping these lines, i understand that i have to install another library
which is glibmm (the installation of this library require the installation
of other libraries ...etc).
> setenv PKG_CONFIG_PATH /myProjectDir/bin/pkg-config
> setenv LIBXML_LIBS /myProjectDir/lib/libxml2.a
> setenv LIBXML_CFLAGS /myProjectDir/libxml2/libxml/
> ./configure --prefix = /myProjectDir
>make
make all-recursive
make[1]: Entering directory
`/nfs/mts_rd/IRD_APPLI/users/richard/Hamid/libxml++-2.18.0'
Making all in libxml++
make[2]: Entering directory
`/nfs/mts_rd/IRD_APPLI/users/richard/Hamid/libxml++-2.18.0/libxml++'
make all-recursive
make[3]: Entering directory
`/nfs/mts_rd/IRD_APPLI/users/richard/Hamid/libxml++-2.18.0/libxml++'
Making all in parsers
make[4]: Entering directory
`/nfs/mts_rd/IRD_APPLI/users/richard/Hamid/libxml++-2.18.0/libxml++/parsers'
if /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H
-DLIBXMLPP_BUILD -I. -I. -I../.. -I../../libxml++ -I../..
-I/mts_rd/IRD_APPLI/users/richard/Hamid/figaro2007/include/libxml2/libxml/
-g -O2 -MT parser.lo -MD -MP -MF ".deps/parser.Tpo" -c -o parser.lo
parser.cc; \
then mv -f ".deps/parser.Tpo" ".deps/parser.Plo"; else rm -f
".deps/parser.Tpo"; exit 1; fi
mkdir .libs
g++ -DHAVE_CONFIG_H -DLIBXMLPP_BUILD -I. -I. -I../.. -I../../libxml++
-I../..
-I/mts_rd/IRD_APPLI/users/richard/Hamid/figaro2007/include/libxml2/libxml/
-g -O2 -MT parser.lo -MD -MP -MF .deps/parser.Tpo -c parser.cc -fPIC -DPIC
-o .libs/parser.o
In file included from ../../libxml++/nodes/node.h:11,
from ../../libxml++/nodes/element.h:10,
from ../../libxml++/parsers/parser.h:14,
from parser.cc:7:
../../libxml++/exceptions/exception.h:26:28: glibmm/ustring.h: No such file
or directory
In file included from ../../libxml++/exceptions/exception.h:28,
from ../../libxml++/nodes/node.h:11,
from ../../libxml++/nodes/element.h:10,
from ../../libxml++/parsers/parser.h:14,
from parser.cc:7:
../../libxml++/libxml++config.h:5:26: glibmmconfig.h: No such file or
directory
In file included from ../../libxml++/nodes/node.h:11,
from ../../libxml++/nodes/element.h:10,
from ../../libxml++/parsers/parser.h:14,
from parser.cc:7:
../../libxml++/exceptions/exception.h:38: error: syntax error before `::'
token
../../libxml++/exceptions/exception.h:46: error: syntax error before `::'
token
In file included from ../../libxml++/nodes/element.h:10,
from ../../libxml++/parsers/parser.h:14,
from parser.cc:7:
../../libxml++/nodes/node.h:12:28: glibmm/ustring.h: No such file or
directory
In file included from ../../libxml++/nodes/element.h:10,
from ../../libxml++/parsers/parser.h:14,
from parser.cc:7:
../../libxml++/nodes/node.h:46: error: syntax error before `::' token
../../libxml++/nodes/node.h:51: error: syntax error before `::' token
../../libxml++/nodes/node.h:57: error: syntax error before `::' token
../../libxml++/nodes/node.h:59: error: syntax error before `::' token
../../libxml++/nodes/node.h:60: error: syntax error before `::' token
../../libxml++/nodes/node.h:101: error: syntax error before `::' token
../../libxml++/nodes/node.h:107: error: syntax error before `::' token
../../libxml++/nodes/node.h:114: error: syntax error before `::' token
../../libxml++/nodes/node.h:133: error: syntax error before `::' token
../../libxml++/nodes/node.h:138: error: syntax error before `::' token
../../libxml++/nodes/node.h:142: error: `Glib' was not declared in this
scope
../../libxml++/nodes/node.h:142: error: syntax error before `::' token
../../libxml++/nodes/node.h:148: error: syntax error before `::' token
../../libxml++/nodes/node.h:148: error: `xmlpp::NodeSet
xmlpp::Node::find(...)
const' and `xmlpp::NodeSet xmlpp::Node::find(...) const' cannot be
overloaded
In file included from ../../libxml++/nodes/element.h:11,
from ../../libxml++/parsers/parser.h:14,
from parser.cc:7:
../../libxml++/attribute.h:11:28: glibmm/ustring.h: No such file or
directory
In file included from ../../libxml++/nodes/element.h:11,
from ../../libxml++/parsers/parser.h:14,
from parser.cc:7:
../../libxml++/attribute.h:33: error: syntax error before `::' token
../../libxml++/attribute.h:34: error: syntax error before `::' token
../../libxml++/attribute.h:35: error: syntax error before `::' token
In file included from ../../libxml++/nodes/commentnode.h:10,
from ../../libxml++/nodes/element.h:12,
from ../../libxml++/parsers/parser.h:14,
from parser.cc:7:
../../libxml++/nodes/contentnode.h:27: error: syntax error before `::' token
../../libxml++/nodes/contentnode.h:33: error: syntax error before `::' token
In file included from ../../libxml++/parsers/parser.h:14,
from parser.cc:7:
../../libxml++/nodes/element.h:31: error: syntax error before `::' token
../../libxml++/nodes/element.h:46: error: syntax error before `::' token
../../libxml++/nodes/element.h:57: error: syntax error before `::' token
../../libxml++/nodes/element.h:64: error: syntax error before `::' token
../../libxml++/nodes/element.h:84: error: syntax error before `::' token
../../libxml++/nodes/element.h:90: error: syntax error before `::' token
../../libxml++/nodes/element.h:102: error: syntax error before `::' token
../../libxml++/nodes/element.h:105: error: syntax error before `::' token
In file included from ../../libxml++/exceptions/validity_error.h:25,
from ../../libxml++/parsers/parser.h:15,
from parser.cc:7:
../../libxml++/exceptions/parse_error.h:28:28: glibmm/ustring.h: No such
file or directory
In file included from ../../libxml++/exceptions/validity_error.h:25,
from ../../libxml++/parsers/parser.h:15,
from parser.cc:7:
../../libxml++/exceptions/parse_error.h:38: error: syntax error before `::'
token
In file included from ../../libxml++/parsers/parser.h:15,
from parser.cc:7:
../../libxml++/exceptions/validity_error.h:35: error: syntax error before
`::'
token
In file included from ../../libxml++/parsers/parser.h:16,
from parser.cc:7:
../../libxml++/exceptions/internal_error.h:28:28: glibmm/ustring.h: No such
file or directory
In file included from ../../libxml++/parsers/parser.h:16,
from parser.cc:7:
../../libxml++/exceptions/internal_error.h:35: error: syntax error before
`::'
token
In file included from parser.cc:7:
../../libxml++/parsers/parser.h:69: error: syntax error before `::' token
../../libxml++/parsers/parser.h:77: error: syntax error before `::' token
../../libxml++/parsers/parser.h:89: error: syntax error before `::' token
../../libxml++/parsers/parser.h:90: error: syntax error before `::' token
../../libxml++/parsers/parser.h:101: error: syntax error before `::' token
../../libxml++/parsers/parser.h:102: error: syntax error before `::' token
parser.cc:9:27: libxml/parser.h: No such file or directory
parser.cc: In member function `virtual void
xmlpp::Parser::initialize_context()
':
parser.cc:52: error: invalid use of undefined type `struct _xmlParserCtxt'
../../libxml++/parsers/parser.h:26: error: forward declaration of `struct
_xmlParserCtxt'
parser.cc:55: error: invalid use of undefined type `struct _xmlParserCtxt'
../../libxml++/parsers/parser.h:26: error: forward declaration of `struct
_xmlParserCtxt'
parser.cc:59: error: invalid use of undefined type `struct _xmlParserCtxt'
../../libxml++/parsers/parser.h:26: error: forward declaration of `struct
_xmlParserCtxt'
parser.cc:60: error: invalid use of undefined type `struct _xmlParserCtxt'
../../libxml++/parsers/parser.h:26: error: forward declaration of `struct
_xmlParserCtxt'
parser.cc:63: error: invalid use of undefined type `struct _xmlParserCtxt'
../../libxml++/parsers/parser.h:26: error: forward declaration of `struct
_xmlParserCtxt'
parser.cc:66: error: invalid use of undefined type `struct _xmlParserCtxt'
../../libxml++/parsers/parser.h:26: error: forward declaration of `struct
_xmlParserCtxt'
parser.cc:69: error: `validate_error_' undeclared (first use this function)
parser.cc:69: error: (Each undeclared identifier is reported only once for
each
function it appears in.)
parser.cc:70: error: `validate_warning_' undeclared (first use this
function)
parser.cc: In member function `virtual void
xmlpp::Parser::release_underlying()
':
parser.cc:77: error: invalid use of undefined type `struct _xmlParserCtxt'
../../libxml++/parsers/parser.h:26: error: forward declaration of `struct
_xmlParserCtxt'
parser.cc:79: error: invalid use of undefined type `struct _xmlParserCtxt'
../../libxml++/parsers/parser.h:26: error: forward declaration of `struct
_xmlParserCtxt'
parser.cc:81: error: invalid use of undefined type `struct _xmlParserCtxt'
../../libxml++/parsers/parser.h:26: error: forward declaration of `struct
_xmlParserCtxt'
parser.cc:81: error: `xmlFreeDoc' undeclared (first use this function)
parser.cc:84: error: `xmlFreeParserCtxt' undeclared (first use this
function)
parser.cc: At global scope:
parser.cc:89: error: syntax error before `::' token
parser.cc: In member function `virtual void
xmlpp::Parser::on_validity_error(...)':
parser.cc:92: error: `message' undeclared (first use this function)
parser.cc: At global scope:
parser.cc:95: error: syntax error before `::' token
parser.cc: In static member function `static void
xmlpp::Parser::callback_validity_error(void*, const char*, ...)':
parser.cc:124: error: `xmlParserCtxtPtr' undeclared (first use this
function)
parser.cc:124: error: syntax error before `=' token
parser.cc:125: error: `context' undeclared (first use this function)
parser.cc:140: error: `Glib' undeclared (first use this function)
parser.cc:140: error: syntax error before `::' token
parser.cc: In static member function `static void
xmlpp::Parser::callback_validity_warning(void*, const char*, ...)':
parser.cc:155: error: syntax error before `=' token
parser.cc:171: error: syntax error before `::' token
parser.cc: In member function `virtual void
xmlpp::Parser::handleException(const xmlpp::exception&)':
parser.cc:186: error: `xmlStopParser' undeclared (first use this function)
make[4]: *** [parser.lo] Error 1
make[4]: Leaving directory
`/nfs/mts_rd/IRD_APPLI/users/richard/Hamid/libxml++-2.18.0/libxml++/parsers'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory
`/nfs/mts_rd/IRD_APPLI/users/richard/Hamid/libxml++-2.18.0/libxml++'
make[2]: *** [all] Error 2
make[2]: Leaving directory
`/nfs/mts_rd/IRD_APPLI/users/richard/Hamid/libxml++-2.18.0/libxml++'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory
`/nfs/mts_rd/IRD_APPLI/users/richard/Hamid/libxml++-2.18.0'
make: *** [all] Error 2
|