you need to include a few libs to VC before building. Most of it is
within win32build.zip, which you should unpack on your system and set
the inc/lib/bin of your VC pointing there. Should fix your issues.


--
Maxim Maletsky
[EMAIL PROTECTED]



"Ernani Joppert Pontes Martins" <[EMAIL PROTECTED]> wrote... :

> Hi Fellows,
> 
> I was trying to build a win32 version of the CVS Snapshots and I got some
> problems on its build.
> 
> Anyways I wish to help with a odbc bug that in not solved yet and I can't
> understant why some files in the project is missing...
> 
> The Snapshot version I got was php4-STABLE-200302021430.tar.gz
> 
> Here is the log of VStudio
> 
> --------------------Configuration: TSRM - Win32
> Release_TS--------------------
> Compiling...
> TSRM.c
> tsrm_strtok_r.c
> tsrm_virtual_cwd.c
> tsrm_win32.c
> Creating library...
> --------------------Configuration: Zend - Win32
> Release_inline--------------------
> Compiling...
> zend.c
> zend_alloc.c
> zend_API.c
> zend_builtin_functions.c
> zend_compile.c
> zend_constants.c
> zend_execute.c
> zend_execute_API.c
> C:\Documents and
> Settings\Administrador\Desktop\php4_source\Zend\zend_execute_API.c(362) :
> warning C4018: '==' : signed/unsigned mismatch
> zend_extensions.c
> zend_hash.c
> zend_highlight.c
> zend_indent.c
> zend_ini.c
> zend_ini_parser.c
> zend_ini_scanner.c
> zend_language_parser.c
> zend_language_scanner.c
> C:\Documents and
> Settings\Administrador\Desktop\php4_source\Zend\zend_language_scanner.c(5558
> ) : warning C4273: 'isatty' : inconsistent dll linkage.  dllexport assumed.
> zend_list.c
> zend_llist.c
> zend_multibyte.c
> Generating Code...
> Compiling...
> zend_opcode.c
> zend_operators.c
> zend_ptr_stack.c
> zend_qsort.c
> zend_sprintf.c
> zend_stack.c
> zend_variables.c
> Generating Code...
> Creating library...
> --------------------Configuration: libmysql - Win32
> Release_inline--------------------
> Compiling...
> array.c
> bchange.c
> bmove.c
> bmove_upp.c
> charset.c
> ctype.c
> dbug.c
> default.c
> dll.c
> errmsg.c
> errors.c
> get_password.c
> int2str.c
> is_prefix.c
> libmysql.c
> C:\Documents and
> Settings\Administrador\Desktop\php4_source\ext\mysql\libmysql\libmysql.c(923
> ) : warning C4018: '>' : signed/unsigned mismatch
> C:\Documents and
> Settings\Administrador\Desktop\php4_source\ext\mysql\libmysql\libmysql.c(982
> ) : warning C4018: '>' : signed/unsigned mismatch
> list.c
> longlong2str.c
> mf_casecnv.c
> mf_dirname.c
> mf_fn_ext.c
> mf_format.c
> mf_loadpath.c
> mf_pack.c
> mf_path.c
> mf_unixpath.c
> mf_wcomp.c
> mulalloc.c
> my_alloc.c
> my_compress.c
> my_create.c
> my_delete.c
> my_div.c
> my_error.c
> my_fopen.c
> my_getwd.c
> my_init.c
> my_lib.c
> my_malloc.c
> my_messnc.c
> my_net.c
> my_once.c
> my_open.c
> my_pthread.c
> my_read.c
> my_realloc.c
> my_static.c
> my_tempnam.c
> my_thr_init.c
> my_wincond.c
> my_winthread.c
> my_write.c
> net.c
> password.c
> safemalloc.c
> str2int.c
> strcend.c
> strcont.c
> strend.c
> strfill.c
> string.c
> strinstr.c
> strmake.c
> strmov.c
> strnmov.c
> strtoll.c
> strtoull.c
> strxmov.c
> thr_mutex.c
> typelib.c
> violite.c
> Creating library...
> --------------------Configuration: php4dll - Win32
> Release_inline--------------------
> Compiling...
> aggregation.c
> css.c
> cyr_convert.c
> fopen_wrappers.c
> C:\Documents and
> Settings\Administrador\Desktop\php4_source\main\php_network.h(28) : fatal
> error C1083: Cannot open include file: 'arpa/inet.h': No such file or
> directory
> main.c
> C:\Documents and
> Settings\Administrador\Desktop\php4_source\main\php_network.h(28) : fatal
> error C1083: Cannot open include file: 'arpa/inet.h': No such file or
> directory
> mergesort.c
> network.c
> C:\Documents and
> Settings\Administrador\Desktop\php4_source\main\php_network.h(28) : fatal
> error C1083: Cannot open include file: 'arpa/inet.h': No such file or
> directory
> output.c
> ..\ext/zlib/php_zlib.h(25) : fatal error C1083: Cannot open include file:
> 'zlib.h': No such file or directory
> php_content_types.c
> php_ini.c
> php_logos.c
> php_open_temporary_file.c
> php_ticks.c
> php_variables.c
> C:\Documents and
> Settings\Administrador\Desktop\php4_source\main\php_network.h(28) : fatal
> error C1083: Cannot open include file: 'arpa/inet.h': No such file or
> directory
> quot_print.c
> reentrancy.c
> rfc1867.c
> safe_mode.c
> SAPI.c
> ..\ext/zlib/php_zlib.h(25) : fatal error C1083: Cannot open include file:
> 'zlib.h': No such file or directory
> snprintf.c
> spprintf.c
> streams.c
> C:\Documents and
> Settings\Administrador\Desktop\php4_source\main\php_network.h(28) : fatal
> error C1083: Cannot open include file: 'arpa/inet.h': No such file or
> directory
> strlcat.c
> strlcpy.c
> user_streams.c
> C:\Documents and
> Settings\Administrador\Desktop\php4_source\main\user_streams.c(640) :
> warning C4244: '=' : conversion from 'long ' to 'unsigned short ', possible
> loss of data
> C:\Documents and
> Settings\Administrador\Desktop\php4_source\main\user_streams.c(641) :
> warning C4244: '=' : conversion from 'long ' to 'unsigned short ', possible
> loss of data
> C:\Documents and
> Settings\Administrador\Desktop\php4_source\main\user_streams.c(642) :
> warning C4244: '=' : conversion from 'long ' to 'short ', possible loss of
> data
> C:\Documents and
> Settings\Administrador\Desktop\php4_source\main\user_streams.c(643) :
> warning C4244: '=' : conversion from 'long ' to 'short ', possible loss of
> data
> C:\Documents and
> Settings\Administrador\Desktop\php4_source\main\user_streams.c(644) :
> warning C4244: '=' : conversion from 'long ' to 'short ', possible loss of
> data
> array.c
> assert.c
> base64.c
> basic_functions.c
> ..\main\php_network.h(28) : fatal error C1083: Cannot open include file:
> 'arpa/inet.h': No such file or directory
> bcmath.c
> browscap.c
> crc32.c
> credits.c
> datetime.c
> dir.c
> ..\win32/glob.h(46) : fatal error C1083: Cannot open include file:
> 'sys/cdefs.h': No such file or directory
> dl.c
> dns.c
> C:\Documents and
> Settings\Administrador\Desktop\php4_source\ext\standard\dns.c(39) : fatal
> error C1083: Cannot open include file: 'netdb.h': No such file or directory
> exec.c
> file.c
> ..\main\php_network.h(28) : fatal error C1083: Cannot open include file:
> 'arpa/inet.h': No such file or directory
> filestat.c
> flock_compat.c
> formatted_print.c
> fsock.c
> ..\main\php_network.h(28) : fatal error C1083: Cannot open include file:
> 'arpa/inet.h': No such file or directory
> ftp_fopen_wrapper.c
> ..\main\php_network.h(28) : fatal error C1083: Cannot open include file:
> 'arpa/inet.h': No such file or directory
> head.c
> ..\main\php_network.h(28) : fatal error C1083: Cannot open include file:
> 'arpa/inet.h': No such file or directory
> html.c
> http_fopen_wrapper.c
> ..\main\php_network.h(28) : fatal error C1083: Cannot open include file:
> 'arpa/inet.h': No such file or directory
> image.c
> ..\main\php_network.h(28) : fatal error C1083: Cannot open include file:
> 'arpa/inet.h': No such file or directory
> incomplete_class.c
> info.c
> iptc.c
> lcg.c
> levenshtein.c
> link.c
> mail.c
> math.c
> md5.c
> metaphone.c
> microtime.c
> mod_files.c
> mod_user.c
> pack.c
> ..\main\php_network.h(28) : fatal error C1083: Cannot open include file:
> 'arpa/inet.h': No such file or directory
> pageinfo.c
> parsedate.c
> php_fopen_wrapper.c
> ..\main\php_network.h(28) : fatal error C1083: Cannot open include file:
> 'arpa/inet.h': No such file or directory
> php_mysql.c
> php_odbc.c
> ..\main\php_network.h(28) : fatal error C1083: Cannot open include file:
> 'arpa/inet.h': No such file or directory
> php_pcre.c
> rand.c
> reg.c
> C:\Documents and
> Settings\Administrador\Desktop\php4_source\ext\standard\reg.c(350) : warning
> C4018: '<=' : signed/unsigned mismatch
> scanf.c
> session.c
> soundex.c
> string.c
> strnatcmp.c
> syslog.c
> type.c
> uniqid.c
> url.c
> url_scanner.c
> var.c
> versioning.c
> regcomp.c
> regerror.c
> regexec.c
> regfree.c
> chartables.c
> get.c
> C:\Documents and
> Settings\Administrador\Desktop\php4_source\ext\pcre\pcrelib\internal.h(145)
> : fatal error C1189: #error :  LINK_SIZE must be either 2, 3, or 4
> maketables.c
> C:\Documents and
> Settings\Administrador\Desktop\php4_source\ext\pcre\pcrelib\internal.h(145)
> : fatal error C1189: #error :  LINK_SIZE must be either 2, 3, or 4
> pcre.c
> C:\Documents and
> Settings\Administrador\Desktop\php4_source\ext\pcre\pcrelib\internal.h(145)
> : fatal error C1189: #error :  LINK_SIZE must be either 2, 3, or 4
> study.c
> C:\Documents and
> Settings\Administrador\Desktop\php4_source\ext\pcre\pcrelib\internal.h(145)
> : fatal error C1189: #error :  LINK_SIZE must be either 2, 3, or 4
> ctype.c
> overload.c
> tokenizer.c
> ftp.c
> ..\main\php_network.h(28) : fatal error C1083: Cannot open include file:
> 'arpa/inet.h': No such file or directory
> php_ftp.c
> ..\main\php_network.h(28) : fatal error C1083: Cannot open include file:
> 'arpa/inet.h': No such file or directory
> cal_unix.c
> calendar.c
> dow.c
> easter.c
> french.c
> gregor.c
> jewish.c
> julian.c
> COM.c
> conversion.c
> pwd.c
> readdir.c
> registry.c
> sendmail.c
> time.c
> VARIANT.c
> wfile.c
> winsnmp.c
> winutil.c
> wsyslog.c
> Error executing cl.exe.
> 
> php.exe - 25 error(s), 10 warning(s)
> 
> 
> 
> -- 
> PHP Development Mailing List <http://www.php.net/>
> To unsubscribe, visit: http://www.php.net/unsub.php
> 


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to