Re: Question gdome test program
"Robby Dermody" <[email protected]> Wed, 24 Dec 2003 11:55:42 -0500
| Newsgroups | gmane.comp.gnome.gdome |
|---|---|
| Organization | phase9 industries, inc. |
| Message-ID | <013c01c3ca3e$c45e66d0$ed01a8c0@jewel> |
Compiling gdome2 under Visual C++?? LOL, if you manage to do that, let us know! I tried, I had a project file made, added the files....it SEEMED to compile and link fine, but the library just didn't WORK. As it is now I had to compile it under cygwin and somehow got it to work for win32 through that. If someone could get it compiling under win32, that would be absolutely great! Robby ----- Original Message ----- From: "Luca Padovani" <[email protected]> To: <[email protected]> Cc: "Gdome mailing list" <[email protected]>; <[email protected]> Sent: Wednesday, December 24, 2003 3:50 AM Subject: Re: [gdome]Question gdome test program > Hi, > > On Wed, 2003-12-24 at 02:42, [email protected] wrote: > > I found that it's my mistake of the broken down. > > I modified the code below in gdome_treegc_delNode. > > ownerDoc = gdome_xmlGetOwner (priv->n)->_private; ==> > > ownerDoc = gdome_xmlGetOwner (priv->n); > > It is OK now. > > Hmmmmm.... this change doesn't look good to me. gdome_xmlGetOwner > returns an xmlDoc* and ownerDoc has type Gdome_xml_Document* so from the > xmlDoc* you need to retrieve the _private file to access the wrapper. > Please double check your code, and btw if the wrong code was yours how > come you ended up modifying gdome's? ;-) > > > Do you have any experiences in compiling gdome using VC? > > not at all :-( > > > Auto configure tools can configure gdome in linux, > > but how to configure in VC? > > have no idea. Perhaps you can just compile without configuring. Since you're > compiling gdome2 I presume libxml2 is already installed, and libxml2 has > a configuration script too. So what did you do with libxml2? > > Cheers, > -- luca > > _______________________________________________ > gdome mailing list > [email protected] > http://mail.gnome.org/mailman/listinfo/gdome >