Re: [xHarbour-developers] Error compiling latest CVS

2010-01-07 Thread Patrick Mast, xHarbour.
Hello Walter,

 for generate rddads.lib you need update \xharbour\contrib\rdd_ads\ace.h with
 the ace.h of Advantage 9.10
I can not find a ace.h in \xharbour\contrib\rdd_ads\
Do I need to ADD it there?

 for generate your executable and use function related to Advantage 9.10, you
 need update ace32.lib with the ace32.lib of Advantage 9.10.
There is no ace32.lib in xharbour's CVS.

 for execute  your executable you nedd update the ace32.dll with the
 ace32.dll of Advantage 9.10

But I did not change anything to the Advantage I have on my system. It
used to work AS IS. I'm confused..

Patrick

--
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
___
xHarbour-developers mailing list
xHarbour-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xharbour-developers


Re: [xHarbour-developers] Error compiling latest CVS

2010-01-07 Thread Ron Pinkas
Will commit fix in 2 minutes.

--
From: Patrick Mast, xHarbour. patrick.m...@xharbour.com
Sent: Thursday, January 07, 2010 6:13 AM
To: Walter Negro wne...@vstour.com
Cc: xHarbour Developers Mailing List 
xharbour-developers@lists.sourceforge.net
Subject: Re: [xHarbour-developers] Error compiling latest CVS

 Hello Walter,

 for generate rddads.lib you need update \xharbour\contrib\rdd_ads\ace.h 
 with
 the ace.h of Advantage 9.10
 I can not find a ace.h in \xharbour\contrib\rdd_ads\
 Do I need to ADD it there?

 for generate your executable and use function related to Advantage 9.10, 
 you
 need update ace32.lib with the ace32.lib of Advantage 9.10.
 There is no ace32.lib in xharbour's CVS.

 for execute  your executable you nedd update the ace32.dll with the
 ace32.dll of Advantage 9.10

 But I did not change anything to the Advantage I have on my system. It
 used to work AS IS. I'm confused..

 Patrick

 --
 This SF.Net email is sponsored by the Verizon Developer Community
 Take advantage of Verizon's best-in-class app development support
 A streamlined, 14 day to market process makes app distribution fast and 
 easy
 Join now and get one step closer to millions of Verizon customers
 http://p.sf.net/sfu/verizon-dev2dev
 ___
 xHarbour-developers mailing list
 xHarbour-developers@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/xharbour-developers
 

--
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
___
xHarbour-developers mailing list
xHarbour-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xharbour-developers


Re: [xHarbour-developers] Error compiling latest CVS

2010-01-07 Thread Luis Krause Mantilla
Patrick, Walter:

Ace.h is read from the envvar setting HB_DIR_ADS that point to the
location where you have ADS installed it should never be copied to
xharbour\contrib\rdd_ads, i.e.:

SET HB_DIR_ADS=C:\Program Files\Extended Systems\Advantage 8.1\acesdk

This setting is only used at compile time

Patrick Mast, xHarbour. wrote:
 Hello Walter,

   
 for generate rddads.lib you need update \xharbour\contrib\rdd_ads\ace.h with
 the ace.h of Advantage 9.10
 
 I can not find a ace.h in \xharbour\contrib\rdd_ads\
 Do I need to ADD it there?

   

-- 
Luis Krause Mantilla
lkrausem at shaw dot ca
luis_krause at hotmail dot com
May the Source be with GNU



--
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
___
xHarbour-developers mailing list
xHarbour-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xharbour-developers


[xHarbour-developers] Error compiling latest CVS

2010-01-06 Thread Patrick Mast, xHarbour.
Hello,

Latest CVS gives me this error:


adsmgmnt.obj : error LNK2019: unresolved external symbol
_adsmggetworkerthreadactiv...@16 referenced in function
_HB_FUN_ADSMGGETWORKERTHREADACTIVITY
bin\vc\harbour.dll : fatal error LNK1120: 214 unresolved externals

I started from a clean xHarbour folder and try to compile with MSVC.

Patrick

--
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
___
xHarbour-developers mailing list
xHarbour-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xharbour-developers


Re: [xHarbour-developers] Error compiling latest CVS

2010-01-06 Thread luiz
Patrick

did you link ads client version 9?

Regards
Luiz

 Hello,

 Latest CVS gives me this error:

 
 adsmgmnt.obj : error LNK2019: unresolved external symbol
 _adsmggetworkerthreadactiv...@16 referenced in function
 _HB_FUN_ADSMGGETWORKERTHREADACTIVITY
 bin\vc\harbour.dll : fatal error LNK1120: 214 unresolved externals

 I started from a clean xHarbour folder and try to compile with MSVC.

 Patrick

 --
 This SF.Net email is sponsored by the Verizon Developer Community
 Take advantage of Verizon's best-in-class app development support
 A streamlined, 14 day to market process makes app distribution fast and
 easy
 Join now and get one step closer to millions of Verizon customers
 http://p.sf.net/sfu/verizon-dev2dev
 ___
 xHarbour-developers mailing list
 xHarbour-developers@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/xharbour-developers




--
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
___
xHarbour-developers mailing list
xHarbour-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xharbour-developers


Re: [xHarbour-developers] Error compiling latest CVS

2010-01-06 Thread xDevList
Sorry, did press send to fast..

I eanted to say that nothing changed regarding ADS. Before it worked.

thanks

Patrick

Op 06 Jan 2010 om 21:02 heeft xDevList devl...@xharbour.com het  
volgende geschreven:\

 Luiz,

 How do I know?
 It worked before and I dit nit change anyting re

 Op 06 Jan 2010 om 18:22 heeft l...@xharbour.com.br het volgende  
 geschreven:\

 Patrick

 did you link ads client version 9?

 Regards
 Luiz

 Hello,

 Latest CVS gives me this error:

 
 adsmgmnt.obj : error LNK2019: unresolved external symbol
 _adsmggetworkerthreadactiv...@16 referenced in function
 _HB_FUN_ADSMGGETWORKERTHREADACTIVITY
 bin\vc\harbour.dll : fatal error LNK1120: 214 unresolved externals

 I started from a clean xHarbour folder and try to compile with MSVC.

 Patrick

 --- 
 --- 
 --- 
 --- 
 --
 This SF.Net email is sponsored by the Verizon Developer Community
 Take advantage of Verizon's best-in-class app development support
 A streamlined, 14 day to market process makes app distribution  
 fast and
 easy
 Join now and get one step closer to millions of Verizon customers
 http://p.sf.net/sfu/verizon-dev2dev
 ___
 xHarbour-developers mailing list
 xHarbour-developers@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/xharbour-developers




 --- 
 --- 
 --- 
 -
 This SF.Net email is sponsored by the Verizon Developer Community
 Take advantage of Verizon's best-in-class app development support
 A streamlined, 14 day to market process makes app distribution fast  
 and easy
 Join now and get one step closer to millions of Verizon customers
 http://p.sf.net/sfu/verizon-dev2dev
 ___
 xHarbour-developers mailing list
 xHarbour-developers@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/xharbour-developers

--
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
___
xHarbour-developers mailing list
xHarbour-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xharbour-developers


Re: [xHarbour-developers] Error compiling latest CVS

2010-01-06 Thread xDevList
Luiz,

How do I know?
It worked before and I dit nit change anyting re

Op 06 Jan 2010 om 18:22 heeft l...@xharbour.com.br het volgende  
geschreven:\

 Patrick

 did you link ads client version 9?

 Regards
 Luiz

 Hello,

 Latest CVS gives me this error:

 
 adsmgmnt.obj : error LNK2019: unresolved external symbol
 _adsmggetworkerthreadactiv...@16 referenced in function
 _HB_FUN_ADSMGGETWORKERTHREADACTIVITY
 bin\vc\harbour.dll : fatal error LNK1120: 214 unresolved externals

 I started from a clean xHarbour folder and try to compile with MSVC.

 Patrick

 --- 
 --- 
 --- 
 -
 This SF.Net email is sponsored by the Verizon Developer Community
 Take advantage of Verizon's best-in-class app development support
 A streamlined, 14 day to market process makes app distribution fast  
 and
 easy
 Join now and get one step closer to millions of Verizon customers
 http://p.sf.net/sfu/verizon-dev2dev
 ___
 xHarbour-developers mailing list
 xHarbour-developers@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/xharbour-developers




 --- 
 --- 
 --- 
 -
 This SF.Net email is sponsored by the Verizon Developer Community
 Take advantage of Verizon's best-in-class app development support
 A streamlined, 14 day to market process makes app distribution fast  
 and easy
 Join now and get one step closer to millions of Verizon customers
 http://p.sf.net/sfu/verizon-dev2dev
 ___
 xHarbour-developers mailing list
 xHarbour-developers@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/xharbour-developers

--
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
___
xHarbour-developers mailing list
xHarbour-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xharbour-developers


Re: [xHarbour-developers] Error compiling latest CVS

2010-01-06 Thread Patrick Mast, xHarbour.
Hello,

Follow up: I have Advantage 9.10 installed on my system.

Patrick

On Wed, Jan 6, 2010 at 9:04 PM, xDevList devl...@xharbour.com wrote:
 Sorry, did press send to fast..

 I eanted to say that nothing changed regarding ADS. Before it worked.

 thanks

 Patrick

 Op 06 Jan 2010 om 21:02 heeft xDevList devl...@xharbour.com het volgende
 geschreven:\

 Luiz,

 How do I know?
 It worked before and I dit nit change anyting re

 Op 06 Jan 2010 om 18:22 heeft l...@xharbour.com.br het volgende
 geschreven:\

 Patrick

 did you link ads client version 9?

 Regards
 Luiz

 Hello,

 Latest CVS gives me this error:

 
 adsmgmnt.obj : error LNK2019: unresolved external symbol
 _adsmggetworkerthreadactiv...@16 referenced in function
 _HB_FUN_ADSMGGETWORKERTHREADACTIVITY
 bin\vc\harbour.dll : fatal error LNK1120: 214 unresolved externals

 I started from a clean xHarbour folder and try to compile with MSVC.

 Patrick


 --
 This SF.Net email is sponsored by the Verizon Developer Community
 Take advantage of Verizon's best-in-class app development support
 A streamlined, 14 day to market process makes app distribution fast and
 easy
 Join now and get one step closer to millions of Verizon customers
 http://p.sf.net/sfu/verizon-dev2dev
 ___
 xHarbour-developers mailing list
 xHarbour-developers@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/xharbour-developers





 --
 This SF.Net email is sponsored by the Verizon Developer Community
 Take advantage of Verizon's best-in-class app development support
 A streamlined, 14 day to market process makes app distribution fast and
 easy
 Join now and get one step closer to millions of Verizon customers
 http://p.sf.net/sfu/verizon-dev2dev
 ___
 xHarbour-developers mailing list
 xHarbour-developers@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/xharbour-developers


--
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
___
xHarbour-developers mailing list
xHarbour-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xharbour-developers


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 -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
-Icontrib\freeimage\include -Icontrib\gd\include -Icontrib\xwt\include
-Icontrib\xwt\src\xwt_win -Icontrib\png -Isource\rtl\zlib  /Od /EHsc
/RTC1 /MTd /Gs /GS /Gy /GR /Zi /DHB_FM_STATISTICS
/D_CRT_SECURE_NO_DEPRECATE /D_CRT_NONSTDC_NO_DEPRECATE
-Foobj\vc\inetssl.obj contrib\tipssl\inetssl.c
inetssl.c
C:\Program Files\Microsoft SDKs\Windows\v6.0A\include\ws2def.h(91) :
warning C4005: 'AF_IPX' : macro redefinition
C:\Program Files\Microsoft
SDKs\Windows\v6.0A\include\winsock.h(460) : see previous definition of
'AF_IPX'
C:\Program Files\Microsoft SDKs\Windows\v6.0A\include\ws2def.h(127) :
warning C4005: 'AF_MAX' : macro redefinition
C:\Program Files\Microsoft
SDKs\Windows\v6.0A\include\winsock.h(479) : see previous definition of
'AF_MAX'
C:\Program Files\Microsoft SDKs\Windows\v6.0A\include\ws2def.h(163) :
warning C4005: 'SO_DONTLINGER' : macro redefinition
C:\Program Files\Microsoft
SDKs\Windows\v6.0A\include\winsock.h(402) : see previous definition of
'SO_DONTLINGER'
C:\Program Files\Microsoft SDKs\Windows\v6.0A\include\ws2def.h(206) :
error C2011: 'sockaddr' : 'struct' type redefinition
C:\Program Files\Microsoft
SDKs\Windows\v6.0A\include\winsock.h(485) : see declaration of
'sockaddr'
C:\Program Files\Microsoft SDKs\Windows\v6.0A\include\ws2def.h(384) :
error C2143: syntax error : missing '}' before 'constant'
C:\Program Files\Microsoft SDKs\Windows\v6.0A\include\ws2def.h(384) :
error C2143: syntax error : missing ';' before 'constant'
C:\Program Files\Microsoft SDKs\Windows\v6.0A\include\ws2def.h(384) :
error C2059: syntax error : 'constant'
C:\Program Files\Microsoft SDKs\Windows\v6.0A\include\ws2def.h(437) :
error C2143: syntax error : missing ';' before '}'
C:\Program Files\Microsoft SDKs\Windows\v6.0A\include\ws2def.h(437) :
error C4430: missing type specifier - int assumed. Note: C++ does not
support default-int
C:\Program Files\Microsoft SDKs\Windows\v6.0A\include\ws2def.h(437) :
error C4430: missing type specifier - int assumed. Note: C++ does not
support default-int
C:\Program Files\Microsoft SDKs\Windows\v6.0A\include\ws2def.h(518) :
warning C4005: 'IN_CLASSA' : macro redefinition
C:\Program Files\Microsoft
SDKs\Windows\v6.0A\include\winsock.h(287) : see previous definition of
'IN_CLASSA'
C:\Program Files\Microsoft SDKs\Windows\v6.0A\include\ws2def.h(524) :
warning C4005: 'IN_CLASSB' : macro redefinition
C:\Program Files\Microsoft
SDKs\Windows\v6.0A\include\winsock.h(293) : see previous definition of
'IN_CLASSB'
C:\Program Files\Microsoft SDKs\Windows\v6.0A\include\ws2def.h(530) :
warning C4005: 'IN_CLASSC' : macro redefinition
C:\Program Files\Microsoft
SDKs\Windows\v6.0A\include\winsock.h(299) : see previous definition of
'IN_CLASSC'
C:\Program Files\Microsoft SDKs\Windows\v6.0A\include\ws2def.h(541) :
warning C4005: 'INADDR_ANY' : macro redefinition
C:\Program Files\Microsoft
SDKs\Windows\v6.0A\include\winsock.h(304) : see previous definition of
'INADDR_ANY'
C:\Program Files\Microsoft SDKs\Windows\v6.0A\include\ws2def.h(543) :
warning C4005: 'INADDR_BROADCAST' : macro redefinition
C:\Program Files\Microsoft
SDKs\Windows\v6.0A\include\winsock.h(306) : see previous definition of
'INADDR_BROADCAST'
C:\Program Files\Microsoft SDKs\Windows\v6.0A\include\ws2def.h(577) :
error C2011: 'sockaddr_in' : 'struct' type redefinition
C:\Program Files\Microsoft
SDKs\Windows\v6.0A\include\winsock.h(312) : see declaration of
'sockaddr_in'
C:\Program Files\Microsoft SDKs\Windows\v6.0A\include\winsock2.h(132)
: error C2011: 'fd_set' : 'struct' type redefinition
C:\Program Files\Microsoft
SDKs\Windows\v6.0A\include\winsock.h(68) : see declaration of 'fd_set'
C:\Program Files\Microsoft SDKs\Windows\v6.0A\include\winsock2.h(167)
: warning C4005: 'FD_SET' : macro redefinition
C:\Program Files\Microsoft
SDKs\Windows\v6.0A\include\winsock.h(102) : see previous definition of
'FD_SET'
C:\Program Files\Microsoft SDKs\Windows\v6.0A\include\winsock2.h(176)
: error C2011: 'timeval' : 'struct' type redefinition
C:\Program Files\Microsoft
SDKs\Windows\v6.0A\include\winsock.h(111) : see declaration of
'timeval'
C:\Program Files\Microsoft SDKs\Windows\v6.0A\include\winsock2.h(232)
: error C2011: 'hostent' : 'struct' type redefinition
C:\Program Files\Microsoft
SDKs\Windows\v6.0A\include\winsock.h(167) : see declaration of
'hostent'
C:\Program Files\Microsoft SDKs\Windows\v6.0A\include\winsock2.h(245)

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 -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
 -Icontrib\freeimage\include -Icontrib\gd\include -Icontrib\xwt\include
 -Icontrib\xwt\src\xwt_win -Icontrib\png -Isource\rtl\zlib  /Od /EHsc
 /RTC1 /MTd /Gs /GS /Gy /GR /Zi /DHB_FM_STATISTICS
 /D_CRT_SECURE_NO_DEPRECATE /D_CRT_NONSTDC_NO_DEPRECATE
 -Foobj\vc\inetssl.obj contrib\tipssl\inetssl.c
 inetssl.c
 C:\Program Files\Microsoft SDKs\Windows\v6.0A\include\ws2def.h(91) :
 warning C4005: 'AF_IPX' : macro redefinition
 C:\Program Files\Microsoft
 SDKs\Windows\v6.0A\include\winsock.h(460) : see previous definition of
 'AF_IPX'
 C:\Program Files\Microsoft SDKs\Windows\v6.0A\include\ws2def.h(127) :
 warning C4005: 'AF_MAX' : macro redefinition
 C:\Program Files\Microsoft
 SDKs\Windows\v6.0A\include\winsock.h(479) : see previous definition of
 'AF_MAX'
 C:\Program Files\Microsoft SDKs\Windows\v6.0A\include\ws2def.h(163) :
 warning C4005: 'SO_DONTLINGER' : macro redefinition
 C:\Program Files\Microsoft
 SDKs\Windows\v6.0A\include\winsock.h(402) : see previous definition of
 'SO_DONTLINGER'
 C:\Program Files\Microsoft SDKs\Windows\v6.0A\include\ws2def.h(206) :
 error C2011: 'sockaddr' : 'struct' type redefinition
 C:\Program Files\Microsoft
 SDKs\Windows\v6.0A\include\winsock.h(485) : see declaration of
 'sockaddr'
 C:\Program Files\Microsoft SDKs\Windows\v6.0A\include\ws2def.h(384) :
 error C2143: syntax error : missing '}' before 'constant'
 C:\Program Files\Microsoft SDKs\Windows\v6.0A\include\ws2def.h(384) :
 error C2143: syntax error : missing ';' before 'constant'
 C:\Program Files\Microsoft SDKs\Windows\v6.0A\include\ws2def.h(384) :
 error C2059: syntax error : 'constant'
 C:\Program Files\Microsoft SDKs\Windows\v6.0A\include\ws2def.h(437) :
 error C2143: syntax error : missing ';' before '}'
 C:\Program Files\Microsoft SDKs\Windows\v6.0A\include\ws2def.h(437) :
 error C4430: missing type specifier - int assumed. Note: C++ does not
 support default-int
 C:\Program Files\Microsoft SDKs\Windows\v6.0A\include\ws2def.h(437) :
 error C4430: missing type specifier - int assumed. Note: C++ does not
 support default-int
 C:\Program Files\Microsoft SDKs\Windows\v6.0A\include\ws2def.h(518) :
 warning C4005: 'IN_CLASSA' : macro redefinition
 C:\Program Files\Microsoft
 SDKs\Windows\v6.0A\include\winsock.h(287) : see previous definition of
 'IN_CLASSA'
 C:\Program Files\Microsoft SDKs\Windows\v6.0A\include\ws2def.h(524) :
 warning C4005: 'IN_CLASSB' : macro redefinition
 C:\Program Files\Microsoft
 SDKs\Windows\v6.0A\include\winsock.h(293) : see previous definition of
 'IN_CLASSB'
 C:\Program Files\Microsoft SDKs\Windows\v6.0A\include\ws2def.h(530) :
 warning C4005: 'IN_CLASSC' : macro redefinition
 C:\Program Files\Microsoft
 SDKs\Windows\v6.0A\include\winsock.h(299) : see previous definition of
 'IN_CLASSC'
 C:\Program Files\Microsoft SDKs\Windows\v6.0A\include\ws2def.h(541) :
 warning C4005: 'INADDR_ANY' : macro redefinition
 C:\Program Files\Microsoft
 SDKs\Windows\v6.0A\include\winsock.h(304) : see previous definition of
 'INADDR_ANY'
 C:\Program Files\Microsoft SDKs\Windows\v6.0A\include\ws2def.h(543) :
 warning C4005: 'INADDR_BROADCAST' : macro redefinition
 C:\Program Files\Microsoft
 SDKs\Windows\v6.0A\include\winsock.h(306) : see previous definition of
 'INADDR_BROADCAST'
 C:\Program Files\Microsoft SDKs\Windows\v6.0A\include\ws2def.h(577) :
 error C2011: 'sockaddr_in' : 'struct' type redefinition
 C:\Program Files\Microsoft
 SDKs\Windows\v6.0A\include\winsock.h(312) : see declaration of
 'sockaddr_in'
 C:\Program Files\Microsoft SDKs\Windows\v6.0A\include\winsock2.h(132)
 : error C2011: 'fd_set' : 'struct' type redefinition
 C:\Program Files\Microsoft
 SDKs\Windows\v6.0A\include\winsock.h(68) : see declaration of 'fd_set'
 C:\Program Files\Microsoft SDKs\Windows\v6.0A\include\winsock2.h(167)
 : warning C4005: 'FD_SET' : macro redefinition
 C:\Program Files\Microsoft
 SDKs\Windows\v6.0A\include\winsock.h(102) : see previous definition of
 'FD_SET'
 C:\Program Files\Microsoft SDKs\Windows\v6.0A\include\winsock2.h(176)
 : error C2011: 'timeval' : 'struct' type redefinition
 C:\Program Files\Microsoft
 SDKs\Windows\v6.0A\include\winsock.h(111) : see declaration of
 'timeval'
 C:\Program Files\Microsoft SDKs\Windows\v6.0A\include\winsock2.h(232)
 : error C2011: 'hostent' : 'struct' type redefinition
 C:\Program Files\Microsoft
 

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

--
From: l...@xharbour.com.br
Sent: Monday, November 16, 2009 2:51 AM
To: Patrick Mast, xHarbour. patrick.m...@xharbour.com
Cc: xHarbour Developers Mailing List 
xharbour-developers@lists.sourceforge.net; Luiz Rafael Culik Guimaraes 
l...@xharbour.com.br
Subject: Re: [xHarbour-developers] Error compiling latest CVS

 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 -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
 -Icontrib\freeimage\include -Icontrib\gd\include -Icontrib\xwt\include
 -Icontrib\xwt\src\xwt_win -Icontrib\png -Isource\rtl\zlib  /Od /EHsc
 /RTC1 /MTd /Gs /GS /Gy /GR /Zi /DHB_FM_STATISTICS
 /D_CRT_SECURE_NO_DEPRECATE /D_CRT_NONSTDC_NO_DEPRECATE
 -Foobj\vc\inetssl.obj contrib\tipssl\inetssl.c
 inetssl.c
 C:\Program Files\Microsoft SDKs\Windows\v6.0A\include\ws2def.h(91) :
 warning C4005: 'AF_IPX' : macro redefinition
 C:\Program Files\Microsoft
 SDKs\Windows\v6.0A\include\winsock.h(460) : see previous definition of
 'AF_IPX'
 C:\Program Files\Microsoft SDKs\Windows\v6.0A\include\ws2def.h(127) :
 warning C4005: 'AF_MAX' : macro redefinition
 C:\Program Files\Microsoft
 SDKs\Windows\v6.0A\include\winsock.h(479) : see previous definition of
 'AF_MAX'
 C:\Program Files\Microsoft SDKs\Windows\v6.0A\include\ws2def.h(163) :
 warning C4005: 'SO_DONTLINGER' : macro redefinition
 C:\Program Files\Microsoft
 SDKs\Windows\v6.0A\include\winsock.h(402) : see previous definition of
 'SO_DONTLINGER'
 C:\Program Files\Microsoft SDKs\Windows\v6.0A\include\ws2def.h(206) :
 error C2011: 'sockaddr' : 'struct' type redefinition
 C:\Program Files\Microsoft
 SDKs\Windows\v6.0A\include\winsock.h(485) : see declaration of
 'sockaddr'
 C:\Program Files\Microsoft SDKs\Windows\v6.0A\include\ws2def.h(384) :
 error C2143: syntax error : missing '}' before 'constant'
 C:\Program Files\Microsoft SDKs\Windows\v6.0A\include\ws2def.h(384) :
 error C2143: syntax error : missing ';' before 'constant'
 C:\Program Files\Microsoft SDKs\Windows\v6.0A\include\ws2def.h(384) :
 error C2059: syntax error : 'constant'
 C:\Program Files\Microsoft SDKs\Windows\v6.0A\include\ws2def.h(437) :
 error C2143: syntax error : missing ';' before '}'
 C:\Program Files\Microsoft SDKs\Windows\v6.0A\include\ws2def.h(437) :
 error C4430: missing type specifier - int assumed. Note: C++ does not
 support default-int
 C:\Program Files\Microsoft SDKs\Windows\v6.0A\include\ws2def.h(437) :
 error C4430: missing type specifier - int assumed. Note: C++ does not
 support default-int
 C:\Program Files\Microsoft SDKs\Windows\v6.0A\include\ws2def.h(518) :
 warning C4005: 'IN_CLASSA' : macro redefinition
 C:\Program Files\Microsoft
 SDKs\Windows\v6.0A\include\winsock.h(287) : see previous definition of
 'IN_CLASSA'
 C:\Program Files\Microsoft SDKs\Windows\v6.0A\include\ws2def.h(524) :
 warning C4005: 'IN_CLASSB' : macro redefinition
 C:\Program Files\Microsoft
 SDKs\Windows\v6.0A\include\winsock.h(293) : see previous definition of
 'IN_CLASSB'
 C:\Program Files\Microsoft SDKs\Windows\v6.0A\include\ws2def.h(530) :
 warning C4005: 'IN_CLASSC' : macro redefinition
 C:\Program Files\Microsoft
 SDKs\Windows\v6.0A\include\winsock.h(299) : see previous definition of
 'IN_CLASSC'
 C:\Program Files\Microsoft SDKs\Windows\v6.0A\include\ws2def.h(541) :
 warning C4005: 'INADDR_ANY' : macro redefinition
 C:\Program Files\Microsoft
 SDKs\Windows\v6.0A\include\winsock.h(304) : see previous definition of
 'INADDR_ANY'
 C:\Program Files\Microsoft SDKs\Windows\v6.0A\include\ws2def.h(543) :
 warning C4005: 'INADDR_BROADCAST' : macro redefinition
 C:\Program Files\Microsoft
 SDKs\Windows\v6.0A\include\winsock.h(306) : see previous definition of
 'INADDR_BROADCAST'
 C:\Program Files\Microsoft SDKs\Windows\v6.0A\include\ws2def.h(577) :
 error C2011: 'sockaddr_in' : 'struct' type redefinition
 C:\Program Files\Microsoft
 SDKs\Windows\v6.0A\include\winsock.h(312) : see declaration of
 'sockaddr_in'
 C:\Program Files\Microsoft SDKs\Windows\v6.0A\include\winsock2.h(132)
 : error C2011: 'fd_set' : 'struct' type redefinition
 C:\Program Files\Microsoft
 SDKs\Windows\v6.0A\include\winsock.h(68) : see declaration of 'fd_set'
 C:\Program Files

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 files in order to fix
 something that got broken withOUT touching the make files.

 Ron

 --
 From: l...@xharbour.com.br
 Sent: Monday, November 16, 2009 2:51 AM
 To: Patrick Mast, xHarbour. patrick.m...@xharbour.com
 Cc: xHarbour Developers Mailing List
 xharbour-developers@lists.sourceforge.net; Luiz Rafael Culik Guimaraes
 l...@xharbour.com.br
 Subject: Re: [xHarbour-developers] Error compiling latest CVS

 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 -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
 -Icontrib\freeimage\include -Icontrib\gd\include -Icontrib\xwt\include
 -Icontrib\xwt\src\xwt_win -Icontrib\png -Isource\rtl\zlib  /Od /EHsc
 /RTC1 /MTd /Gs /GS /Gy /GR /Zi /DHB_FM_STATISTICS
 /D_CRT_SECURE_NO_DEPRECATE /D_CRT_NONSTDC_NO_DEPRECATE
 -Foobj\vc\inetssl.obj contrib\tipssl\inetssl.c
 inetssl.c
 C:\Program Files\Microsoft SDKs\Windows\v6.0A\include\ws2def.h(91) :
 warning C4005: 'AF_IPX' : macro redefinition
 C:\Program Files\Microsoft
 SDKs\Windows\v6.0A\include\winsock.h(460) : see previous definition of
 'AF_IPX'
 C:\Program Files\Microsoft SDKs\Windows\v6.0A\include\ws2def.h(127) :
 warning C4005: 'AF_MAX' : macro redefinition
 C:\Program Files\Microsoft
 SDKs\Windows\v6.0A\include\winsock.h(479) : see previous definition of
 'AF_MAX'
 C:\Program Files\Microsoft SDKs\Windows\v6.0A\include\ws2def.h(163) :
 warning C4005: 'SO_DONTLINGER' : macro redefinition
 C:\Program Files\Microsoft
 SDKs\Windows\v6.0A\include\winsock.h(402) : see previous definition of
 'SO_DONTLINGER'
 C:\Program Files\Microsoft SDKs\Windows\v6.0A\include\ws2def.h(206) :
 error C2011: 'sockaddr' : 'struct' type redefinition
 C:\Program Files\Microsoft
 SDKs\Windows\v6.0A\include\winsock.h(485) : see declaration of
 'sockaddr'
 C:\Program Files\Microsoft SDKs\Windows\v6.0A\include\ws2def.h(384) :
 error C2143: syntax error : missing '}' before 'constant'
 C:\Program Files\Microsoft SDKs\Windows\v6.0A\include\ws2def.h(384) :
 error C2143: syntax error : missing ';' before 'constant'
 C:\Program Files\Microsoft SDKs\Windows\v6.0A\include\ws2def.h(384) :
 error C2059: syntax error : 'constant'
 C:\Program Files\Microsoft SDKs\Windows\v6.0A\include\ws2def.h(437) :
 error C2143: syntax error : missing ';' before '}'
 C:\Program Files\Microsoft SDKs\Windows\v6.0A\include\ws2def.h(437) :
 error C4430: missing type specifier - int assumed. Note: C++ does not
 support default-int
 C:\Program Files\Microsoft SDKs\Windows\v6.0A\include\ws2def.h(437) :
 error C4430: missing type specifier - int assumed. Note: C++ does not
 support default-int
 C:\Program Files\Microsoft SDKs\Windows\v6.0A\include\ws2def.h(518) :
 warning C4005: 'IN_CLASSA' : macro redefinition
 C:\Program Files\Microsoft
 SDKs\Windows\v6.0A\include\winsock.h(287) : see previous definition of
 'IN_CLASSA'
 C:\Program Files\Microsoft SDKs\Windows\v6.0A\include\ws2def.h(524) :
 warning C4005: 'IN_CLASSB' : macro redefinition
 C:\Program Files\Microsoft
 SDKs\Windows\v6.0A\include\winsock.h(293) : see previous definition of
 'IN_CLASSB'
 C:\Program Files\Microsoft SDKs\Windows\v6.0A\include\ws2def.h(530) :
 warning C4005: 'IN_CLASSC' : macro redefinition
 C:\Program Files\Microsoft
 SDKs\Windows\v6.0A\include\winsock.h(299) : see previous definition of
 'IN_CLASSC'
 C:\Program Files\Microsoft SDKs\Windows\v6.0A\include\ws2def.h(541) :
 warning C4005: 'INADDR_ANY' : macro redefinition
 C:\Program Files\Microsoft
 SDKs\Windows\v6.0A\include\winsock.h(304) : see previous definition of
 'INADDR_ANY'
 C:\Program Files\Microsoft SDKs\Windows\v6.0A\include\ws2def.h(543) :
 warning C4005: 'INADDR_BROADCAST' : macro redefinition
 C:\Program Files\Microsoft
 SDKs\Windows\v6.0A\include\winsock.h(306) : see previous definition of
 'INADDR_BROADCAST'
 C:\Program Files\Microsoft SDKs\Windows\v6.0A\include\ws2def.h(577) :
 error C2011: 'sockaddr_in' : 'struct' type redefinition
 C:\Program Files\Microsoft
 SDKs\Windows\v6.0A\include\winsock.h(312) : see declaration of
 'sockaddr_in'
 C:\Program Files\Microsoft SDKs\Windows\v6.0A\include\winsock2.h(132)
 : error C2011: 'fd_set' : 'struct' type redefinition

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 Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
xHarbour-developers mailing list
xHarbour-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xharbour-developers


Re: [xHarbour-developers] Error compiling latest CVS

2009-11-15 Thread Luiz Rafael Culik Guimaraes
Patrick

their was no change on this line from my last commit

Regards
Luiz
- Original Message - 
From: Patrick Mast, xHarbour. patrick.m...@xharbour.com
To: xHarbour Developers Mailing List 
xharbour-developers@lists.sourceforge.net
Sent: Saturday, November 14, 2009 8:22 AM
Subject: [xHarbour-developers] Error compiling latest CVS


 Hello,

 Compiling latest CVS I get this error:
 contrib\hbzlib\zipnew.cpp(1003) : error C2144: syntax error : 'int'
 should be preceded by ';'

 Using Microsoft Visual Studio 9.0

 Thanks!

 Patrick

 --
 Let Crystal Reports handle the reporting - Free Crystal Reports 2008 
 30-Day
 trial. Simplify your report design, integration and deployment - and focus 
 on
 what you do best, core application coding. Discover what's new with
 Crystal Reports now.  http://p.sf.net/sfu/bobj-july
 ___
 xHarbour-developers mailing list
 xHarbour-developers@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/xharbour-developers 


--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
xHarbour-developers mailing list
xHarbour-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xharbour-developers


Re: [xHarbour-developers] Error compiling latest CVS

2009-11-15 Thread Luiz Rafael Culik Guimaraes
Patrick

try now

Regards
Luiz
- Original Message - 
From: Patrick Mast, xHarbour. patrick.m...@xharbour.com
To: xHarbour Developers Mailing List 
xharbour-developers@lists.sourceforge.net
Sent: Saturday, November 14, 2009 8:22 AM
Subject: [xHarbour-developers] Error compiling latest CVS


 Hello,

 Compiling latest CVS I get this error:
 contrib\hbzlib\zipnew.cpp(1003) : error C2144: syntax error : 'int'
 should be preceded by ';'

 Using Microsoft Visual Studio 9.0

 Thanks!

 Patrick

 --
 Let Crystal Reports handle the reporting - Free Crystal Reports 2008 
 30-Day
 trial. Simplify your report design, integration and deployment - and focus 
 on
 what you do best, core application coding. Discover what's new with
 Crystal Reports now.  http://p.sf.net/sfu/bobj-july
 ___
 xHarbour-developers mailing list
 xHarbour-developers@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/xharbour-developers 


--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
xHarbour-developers mailing list
xHarbour-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xharbour-developers


Re: [xHarbour-developers] Error compiling latest CVS

2009-11-15 Thread Enrico Maria Giordano

-Messaggio Originale- 
Da: Luiz Rafael Culik Guimaraes l...@xharbour.com.br
A: Patrick Mast, xHarbour. patrick.m...@xharbour.com; xHarbour 
Developers Mailing List xharbour-developers@lists.sourceforge.net
Data invio: domenica 15 novembre 2009 14.50
Oggetto: Re: [xHarbour-developers] Error compiling latest CVS


 try now

Ok, but now I get:

Error: Unresolved external '_GetCurrentFileSize' referenced from 
E:\XHARBOUR\LIB\HBZIP.LIB|zipcomp

EMG

--
EMAG Software Homepage: http://www.emagsoftware.it
The EMG's ZX-Spectrum Page: http://www.emagsoftware.it/spectrum
The Best of Spectrum Games: http://www.emagsoftware.it/tbosg
The EMG Music page: http://www.emagsoftware.it/emgmusic 


--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
xHarbour-developers mailing list
xHarbour-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xharbour-developers


Re: [xHarbour-developers] Error compiling latest CVS

2009-11-15 Thread Enrico Maria Giordano

-Messaggio Originale- 
Da: Luiz Rafael Culik Guimaraes l...@xharbour.com.br
A: Enrico Maria Giordano e.m.giord...@emagsoftware.it; Patrick Mast, 
xHarbour. patrick.m...@xharbour.com; xHarbour Developers Mailing List 
xharbour-developers@lists.sourceforge.net
Data invio: domenica 15 novembre 2009 16.31
Oggetto: Re: [xHarbour-developers] Error compiling latest CVS


 Hi

 Try now

Perfect, thank you.

EMG

--
EMAG Software Homepage: http://www.emagsoftware.it
The EMG's ZX-Spectrum Page: http://www.emagsoftware.it/spectrum
The Best of Spectrum Games: http://www.emagsoftware.it/tbosg
The EMG Music page: http://www.emagsoftware.it/emgmusic 


--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
xHarbour-developers mailing list
xHarbour-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xharbour-developers


Re: [xHarbour-developers] Error compiling latest CVS

2009-01-12 Thread Patrick Mast, xHarbour.
Hey Phil,

 I can not reproduce it with MSVC 12.0. Are there any errors higher in
 the build log?

This is the error log from building inet.c:
http://www.xharbour.net/make_vc-log.txt

Patrick

--
Check out the new SourceForge.net Marketplace.
It is the best place to buy or sell services for
just about anything Open Source.
http://p.sf.net/sfu/Xq1LFB
___
xHarbour-developers mailing list
xHarbour-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xharbour-developers


Re: [xHarbour-developers] Error compiling latest CVS

2009-01-12 Thread Patrick Mast, xHarbour.
Works just fine now Phil. Thanks!!

;-)

On Mon, Jan 12, 2009 at 12:37 PM, Phil Krylov p...@newstar.rinet.ru wrote:
 Hi,

 can you try with last CVS?

 -- Ph.

 --
 Check out the new SourceForge.net Marketplace.
 It is the best place to buy or sell services for
 just about anything Open Source.
 http://p.sf.net/sfu/Xq1LFB
 ___
 xHarbour-developers mailing list
 xHarbour-developers@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/xharbour-developers


--
Check out the new SourceForge.net Marketplace.
It is the best place to buy or sell services for
just about anything Open Source.
http://p.sf.net/sfu/Xq1LFB
___
xHarbour-developers mailing list
xHarbour-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xharbour-developers


[xHarbour-developers] Error compiling latest CVS

2008-12-10 Thread Enrico Maria Giordano
Fatal: 'obj\b32\hbntos.obj' does not exist - don't know how to make it

EMG

--
EMAG Software Homepage: http://www.emagsoftware.it
The EMG's ZX-Spectrum Page: http://www.emagsoftware.it/spectrum
The Best of Spectrum Games: http://www.emagsoftware.it/tbosg
The EMG Music page: http://www.emagsoftware.it/emgmusic


--
SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada.
The future of the web can't happen without you.  Join us at MIX09 to help
pave the way to the Next Web now. Learn more and register at
http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/
___
xHarbour-developers mailing list
xHarbour-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xharbour-developers


Re: [xHarbour-developers] Error compiling latest CVS

2008-12-10 Thread Phil Krylov
On Wed, Dec 10, 2008 at 11:44 AM, Enrico Maria Giordano
[EMAIL PROTECTED] wrote:
 Fatal: 'obj\b32\hbntos.obj' does not exist - don't know how to make it

Have you updated common.mak? Or probably it needs to be also added to
compile.mak? I haven't tested non-GNU makefiles.

-- Ph.

--
SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada.
The future of the web can't happen without you.  Join us at MIX09 to help
pave the way to the Next Web now. Learn more and register at
http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/
___
xHarbour-developers mailing list
xHarbour-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xharbour-developers


Re: [xHarbour-developers] Error compiling latest CVS

2008-12-10 Thread Enrico Maria Giordano

-Messaggio Originale- 
Da: Patrick Mast, xHarbour. [EMAIL PROTECTED]
A: xHarbour-Developers xharbour-developers@lists.sourceforge.net
Data invio: mercoledì 10 dicembre 2008 10.49
Oggetto: Re: [xHarbour-developers] Error compiling latest CVS


 Enrico,

  Fatal: 'obj\b32\hbntos.obj' does not exist - don't know how to make it

 Should be fixed after:
 2008-12-10 10:47 UTC+0100 Patrick Mast [EMAIL PROTECTED]
  * compile.mak
+ hbntos

Confirmed, thank you.

EMG

--
EMAG Software Homepage: http://www.emagsoftware.it
The EMG's ZX-Spectrum Page: http://www.emagsoftware.it/spectrum
The Best of Spectrum Games: http://www.emagsoftware.it/tbosg
The EMG Music page: http://www.emagsoftware.it/emgmusic 


--
SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada.
The future of the web can't happen without you.  Join us at MIX09 to help
pave the way to the Next Web now. Learn more and register at
http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/
___
xHarbour-developers mailing list
xHarbour-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xharbour-developers


Re: [xHarbour-developers] Error compiling latest CVS

2008-12-10 Thread Patrick Mast, xHarbour.
Enrico,

 Fatal: 'obj\b32\hbntos.obj' does not exist - don't know how to make it

Should be fixed after:
2008-12-10 10:47 UTC+0100 Patrick Mast [EMAIL PROTECTED]
  * compile.mak
+ hbntos

Patrick

--
SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada.
The future of the web can't happen without you.  Join us at MIX09 to help
pave the way to the Next Web now. Learn more and register at
http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/
___
xHarbour-developers mailing list
xHarbour-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xharbour-developers


Re: [xHarbour-developers] Error compiling latest CVS

2008-05-01 Thread Enrico Maria Giordano

-Messaggio Originale- 
Da: Enrico Maria Giordano [EMAIL PROTECTED]
A: Xharbour-Developers xharbour-developers@lists.sourceforge.net
Data invio: giovedì 1 maggio 2008 12.13
Oggetto: [xHarbour-developers] Error compiling latest CVS


 Error: public '' in module 'HVM' clashes with prior module 'HVM'

These are the last lines in make_b32.log:

 BCC32  -c -Iinclude;obj\b32 -d -5 -6 -a8 -D__WIN32__ -DHB_NO_TRACE 
-oobj\b32\mainwin.obj 
source\vm\mainwin.c
Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland
source\vm\mainwin.c:
 IF EXIST lib\b32\vm.lib del lib\b32\vm.lib  NUL
 TLIB lib\b32\vm.lib /0 @MAKE0002.@@@
+obj\b32\arrays.obj 
+obj\b32\arrayshb.obj 
+obj\b32\asort.obj 
+obj\b32\break.obj 
+obj\b32\classes.obj 
+obj\b32\classesc.obj 
+obj\b32\cmdarg.obj 
+obj\b32\codebloc.obj 
+obj\b32\dbgentry.obj 
+obj\b32\debug.obj 
+obj\b32\do.obj 
+obj\b32\dynlibhb.obj 
+obj\b32\dynsym.obj 
+obj\b32\errorapi.obj 
+obj\b32\estack.obj 
+obj\b32\eval.obj 
+obj\b32\evalhb.obj 
+obj\b32\extend.obj 
+obj\b32\fm.obj 
+obj\b32\garbage.obj 
+obj\b32\hash.obj 
+obj\b32\hbi18n.obj 
+obj\b32\hvm.obj 
+obj\b32\inet.obj 
+obj\b32\initexit.obj 
+obj\b32\initsymb.obj 
+obj\b32\itemapi.obj 
+obj\b32\fastitem.obj 
+obj\b32\macro.obj 
+obj\b32\memvars.obj 
+obj\b32\memvclip.obj 
+obj\b32\pcount.obj 
+obj\b32\proc.obj 
+obj\b32\pvalue.obj 
+obj\b32\runner.obj 
+obj\b32\thread.obj 
+obj\b32\throw.obj 
+obj\b32\harbinit.obj 
+obj\b32\maindll.obj 
+obj\b32\mainstd.obj 
+obj\b32\mainwin.obj 
+

** error 1 ** deleting lib\b32\vm.lib

EMG

--
EMAG Software Homepage: http://www.emagsoftware.it
The EMG's ZX-Spectrum Page: http://www.emagsoftware.it/spectrum
The Best of Spectrum Games: http://www.emagsoftware.it/tbosg
The EMG Music page: http://www.emagsoftware.it/emgmusic 


-
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
___
xHarbour-developers mailing list
xHarbour-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xharbour-developers


[xHarbour-developers] Error compiling latest CVS

2008-05-01 Thread Enrico Maria Giordano
Error: public '' in module 'HVM' clashes with prior module 'HVM'

EMG

--
EMAG Software Homepage: http://www.emagsoftware.it
The EMG's ZX-Spectrum Page: http://www.emagsoftware.it/spectrum
The Best of Spectrum Games: http://www.emagsoftware.it/tbosg
The EMG Music page: http://www.emagsoftware.it/emgmusic

-
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
___
xHarbour-developers mailing list
xHarbour-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xharbour-developers