[PHP-DEV] Re: [PHP-CVS] cvs: php4 /ext/mysql/libmysql libmysql.dsp From: Sebastian Bergmann (sb <email protected>)
Date: 10/21/00

Sebastian Bergmann wrote:
> sbergmann Fri Oct 20 23:55:08 2000 EDT
>
> Modified files:
> /php4/ext/mysql/libmysql libmysql.dsp
> Log:
> Removed files from Win32 workspace that were removed in libmysql 3.23

  While this patch overcomes the compiler errors I was getting it does only
part of the trick, since now I'm getting some linker errors:

Linker-Vorgang läuft...
   Bibliothek ..\Release_TS_inline/php4ts.lib und Objekt
..\Release_TS_inline/php4ts.exp wird erstellt
libmysql.lib(libmysql.obj) : error LNK2001: Nichtaufgeloestes externes
Symbol _default_charset_info
libmysql.lib(mf_casecnv.obj) : error LNK2001: Nichtaufgeloestes externes
Symbol _default_charset_info
libmysql.lib(libmysql.obj) : error LNK2001: Nichtaufgeloestes externes
Symbol _get_charset
libmysql.lib(libmysql.obj) : error LNK2001: Nichtaufgeloestes externes
Symbol _get_charset_by_name
libmysql.lib(libmysql.obj) : error LNK2001: Nichtaufgeloestes externes
Symbol _charsets_dir
libmysql.lib(my_init.obj) : error LNK2001: Nichtaufgeloestes externes Symbol
_free_charsets
libmysql.lib(my_compress.obj) : error LNK2001: Nichtaufgeloestes externes
Symbol _compress
libmysql.lib(my_compress.obj) : error LNK2001: Nichtaufgeloestes externes
Symbol _uncompress
..\Release_TS_inline\php4ts.dll : fatal error LNK1120: 7 unaufgeloeste
externe Verweise
Fehler beim Ausführen von link.exe.

php.exe - 9 Fehler, 92 Warnung(en)

  Besides, I'm getting a whole lot of compiler warnings regarding the source
file m_string.h:

.\m_string.h(180) : warning C4273: 'strpbrk' : Inkonsistente DLL-Bindung.
dllexport angenommen.
.\m_string.h(183) : warning C4273: 'strstr' : Inkonsistente DLL-Bindung.
dllexport angenommen.

-- 
 <?php $a=explode(" " ,"119 130 128 129 45 110 123 124 129 117 114 127 45 ".
 "125 117 125 45 117 110 112 120 114 127");for($i=0;$i<sizeof($a);$i++)print
 chr($a[$i]-13); // http://sb.phpOpenTracker.de | mail: sbergmann <email protected> ?>

-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>