Re: [xHarbour-developers] Error compiling latest CVS

2009-11-16 Thread Patrick Mast, xHarbour.
Hey Luiz, should be ok after 2009-11-15 20:30 UTC-0300 Luiz Rafael Culik luiz at xharbour.com.br   * contrib/hbzlib/zipnew.cpp   * contrib/tipssl/inetssl.c   * contrib/tipssl/inetssl.h     ! fixed compilation I get this now: CL -TP -c -Oty1 -FD -GA -Gs -W3 -nologo

Re: [xHarbour-developers] Error compiling latest CVS

2009-11-16 Thread luiz
Patrick try now Regards Luiz Hey Luiz, should be ok after 2009-11-15 20:30 UTC-0300 Luiz Rafael Culik luiz at xharbour.com.br   * contrib/hbzlib/zipnew.cpp   * contrib/tipssl/inetssl.c   * contrib/tipssl/inetssl.h     ! fixed compilation I get this now: CL -TP -c -Oty1 -FD -GA

Re: [xHarbour-developers] Error compiling latest CVS

2009-11-16 Thread Ron Pinkas
Luiz, Are you actually testing your changes? I believe you should always test changes before uploading - it still doesn't work. FWIW, I don't understand why you have to touch make files in order to fix something that got broken withOUT touching the make files. Ron

Re: [xHarbour-developers] Error compiling latest CVS

2009-11-16 Thread luiz
Ron Miguel changes the macros for windows, so it need to add to makefiles for proper compilation Regards Luiz Luiz, Are you actually testing your changes? I believe you should always test changes before uploading - it still doesn't work. FWIW, I don't understand why you have to touch make

Re: [xHarbour-developers] Error compiling latest CVS

2009-11-16 Thread Ron Pinkas
Miguel changes the macros for windows, so it need to add to makefiles for proper compilation Not true Luiz, could and should be resolved in hbsetup.h Ron -- Let Crystal Reports handle the reporting - Free Crystal

[xHarbour-developers] Error compiling contrib\tipssl\inetssl.c

2009-11-16 Thread Patrick Mast, xHarbour.
CL -TP -c -Oty1 -FD -GA -Gs -W3 -nologo -I\OpenSSL\include -IC:\Program Files\Advantage 9.10\acesdk -Iinclude -IC:\Program Files\Microsoft Visual Studio 9.0\vc\include -DWIN32 -D_WIN32 -D__WIN32__ -DHB_OS_WIN_32 -D_CRT_SECURE_NO_DEPRECATE -DHB_OS_WIN_32_USED -DOPENSSL_NO_DEPRECATED

Re: [xHarbour-developers] Error compiling contrib\tipssl\inetssl.c

2009-11-16 Thread luiz
Patrick this one requires miguel since he done the macro changes Regards Luiz CL -TP -c -Oty1 -FD -GA -Gs -W3 -nologo -I\OpenSSL\include -IC:\Program Files\Advantage 9.10\acesdk -Iinclude -IC:\Program Files\Microsoft Visual Studio 9.0\vc\include -DWIN32 -D_WIN32 -D__WIN32__