Miha Radej wrote:
> hi!
>
> i don't have osx but i have had problems compiling pgadmin recently.
> i've been getting various compiler errors about the code in xmlwriter.h
> as far as i could tell. my libxml2 version was 2.6.20. after upgrading
> to 2.6.23, pgadmin compiled fine and the errors i got before went away.
> this was on suse 10.0. i have a 9.3 system also and also have problems
> compiling pgadmin, however with different errors (an older libxml2
> version).
Hm.. sounds more like older versions of libxml2 where incompatible with
the gcc version that comes with SuSE 10... Is this gcc 3.3, 3.4, or 4.0?
I believe the right thing to do would be to let configure compile some
test-code using xmlwriter.h to see if the libxml found is useable by pgadmin3.
I can't come up with a patch for this ATM, because I'm really the opposite
of an autoconf expert - But maybe someone here knows how to do that?
greetings, Florian Pflug