ASPN ActiveState Programmer Network
ActiveState
/ Home / Perl / PHP / Python / Tcl / XSLT /
/ Safari / My ASPN /
Cookbooks | Documentation | Mailing Lists | Modules | News Feeds | Products | User Groups


Recent Messages
List Archives
About the List
List Leaders
Subscription Options

View Subscriptions
Help

View by Topic
ActiveState
.NET Framework
Open Source
Perl
PHP
Python
Tcl
Web Services
XML & XSLT

View by Category
Database
General
SOAP
System Administration
Tools
User Interfaces
Web Programming
XML Programming


MyASPN >> Mail Archive >> php-gtk-dev
php-gtk-dev
[PHP-GTK-DEV] Shared Extensions
by Anant Narayanan other posts by this author
Jun 19 2007 4:56PM messages near this date
[PHP-GTK-DEV] #41748 [NEW]: exif_read_data returns corrupted GPS data | Re: [PHP-GTK-DEV] Shared Extensions
Hi All,

Bob (Majdak Jr.) has figured out why shared extensions haven't been
working on *nix all this while, and I've traced the issue to this commit:

http://cvs.php.net/viewvc.cgi/php-gtk/ext/libglade/php_libglade.c?r1=1.7&r2=1.8

That commit changes #ifdef PHP_GTK_COMPILE_DL_LIBGLADE to #ifdef
COMPILE_DL_LIBGLADE2. Apparently the windows build system defines
COMPILE_DL_<extension> 2, but the *nix system is still defining
PHP_GTK_COMPILE_DL_<extension>  whenever a shared extension is to be built.

This has carried on into all the other extensions too, with the result
being that none of them build as a shared .so on *nix.

Can we agree on a single #define please? :)

Cheers,
--
Anant

-- 
PHP-GTK Development Mailing List (http://gtk.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Thread:
Anant Narayanan
Steph Fox
Steph
Tom Rogers
Bob Majdak Jr

Privacy Policy | Email Opt-out | Feedback | Syndication
© 2004 ActiveState, a division of Sophos All rights reserved