> I thiunk we need to rebuild all the GTK binaries from scratch. PHP5 now
> comes with libxml2 and iconv bundled and with all the symbols exported.
> There is no need to link with these any more.
Good thinking. .oO('how do we build glib at that level?')
This will also allow us to
> build everything with the /MD options so we avoid the LIBC linking
> problems.
I _am_ building everything with the /MD options... I've ended up putting
/nodefaultlib:libc against the glib.2.0.lib output, which takes most of the
problem away but leaves 3 unresolved externals emanating from the versions
of iconv.lib and intl.lib I built here. Guess I'll just have to wait for
gnu.org to sort out their server troubles..
> I have two important projects on my plate right now; a new product that we
> release at the end of January and my talk for the Vancouver conference. As
> soon as I get the time I'll start working on this.
mega-cool :)
thanks
>
> - Frank
>
>
>
--
PHP-GTK Development Mailing List (http://gtk.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
|