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

Re: [xHarbour-developers] Error compiling latest CVS

2010-01-07 Thread Ron Pinkas
Will commit fix in 2 minutes. -- From: "Patrick Mast, xHarbour." Sent: Thursday, January 07, 2010 6:13 AM To: "Walter Negro" Cc: "xHarbour Developers Mailing List" Subject: Re: [xHarbour-developers] Error compil

Re: [xHarbour-developers] Error compiling latest CVS

2010-01-07 Thread Walter Negro
Patrick, for generate rddads.lib you need update \xharbour\contrib\rdd_ads\ace.h with the ace.h of Advantage 9.10 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. for execute your executable you nedd update

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 a

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 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

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 :

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 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 hee

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 e

[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 fol

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 R

Re: [xHarbour-developers] Error compiling latest CVS

2009-11-16 Thread luiz
gt; Cc: "xHarbour Developers Mailing List" > ; "Luiz Rafael Culik Guimaraes" > > Subject: Re: [xHarbour-developers] Error compiling latest CVS > >> Patrick >> >> try now >> >> Regards >> Luiz >>> Hey Luiz, >

Re: [xHarbour-developers] Error compiling latest CVS

2009-11-16 Thread Ron Pinkas
iles. Ron -- From: Sent: Monday, November 16, 2009 2:51 AM To: "Patrick Mast, xHarbour." Cc: "xHarbour Developers Mailing List" ; "Luiz Rafael Culik Guimaraes" Subject: Re: [xHarbour-developers] Error compiling latest CVS > Patrick

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 >>   * 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 -

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 >   * 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" -I"C:\Progra

Re: [xHarbour-developers] Error compiling latest CVS

2009-11-15 Thread Luiz Rafael Culik Guimaraes
quot; ; "Luiz Rafael Culik Guimaraes" ; "Patrick Mast, xHarbour." ; "xHarbour Developers Mailing List" Sent: Sunday, November 15, 2009 3:43 PM Subject: Re: [xHarbour-developers] Error compiling latest CVS > Similar issue with inetssl: > > CL -TP -c -Oty1

Re: [xHarbour-developers] Error compiling latest CVS

2009-11-15 Thread Ron Pinkas
rmSDK\include\winsock.h(54) : see declaration of 'fd_set' contrib\tipssl\inetssl.c(258) : error C2227: left of '->fd_array' must point to class/struct/union/generic type contrib\tipssl\inetssl.c(258) : error C2027: use of undefined type 'fd_set' C:\P

Re: [xHarbour-developers] Error compiling latest CVS

2009-11-15 Thread Enrico Maria Giordano
-Messaggio Originale- Da: "Luiz Rafael Culik Guimaraes" A: "Enrico Maria Giordano" ; "Patrick Mast, xHarbour." ; "xHarbour Developers Mailing List" Data invio: domenica 15 novembre 2009 16.31 Oggetto: Re: [xHarbour-developers] Error compilin

Re: [xHarbour-developers] Error compiling latest CVS

2009-11-15 Thread Luiz Rafael Culik Guimaraes
Hi Try now Regards - Original Message - From: "Enrico Maria Giordano" To: "Luiz Rafael Culik Guimaraes" ; "Patrick Mast, xHarbour." ; "xHarbour Developers Mailing List" Sent: Sunday, November 15, 2009 12:32 PM Subject: Re: [xHarbou

Re: [xHarbour-developers] Error compiling latest CVS

2009-11-15 Thread Enrico Maria Giordano
-Messaggio Originale- Da: "Luiz Rafael Culik Guimaraes" A: "Patrick Mast, xHarbour." ; "xHarbour Developers Mailing List" Data invio: domenica 15 novembre 2009 14.50 Oggetto: Re: [xHarbour-developers] Error compiling latest CVS > try now Ok,

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." To: "xHarbour Developers Mailing List" Sent: Saturday, November 14, 2009 8:22 AM Subject: [xHarbour-developers] Error compiling latest CVS > Hello, > > Compiling latest CV

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." To: "xHarbour Developers Mailing List" Sent: Saturday, November 14, 2009 8:22 AM Subject: [xHarbour-developers] Error compiling

[xHarbour-developers] Error compiling latest CVS

2009-11-14 Thread Patrick Mast, xHarbour.
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 handl

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 wrote: > Hi, > > can you try with last CVS? > > -- Ph. > > -- > Check out the new SourceForge.net Marketplace. > It is the best place t

Re: [xHarbour-developers] Error compiling latest CVS

2009-01-12 Thread Phil Krylov
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 ___

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 SourceF

Re: [xHarbour-developers] Error compiling latest CVS

2009-01-11 Thread Phil Krylov
Hi Patrick, On Sun, Jan 11, 2009 at 9:32 PM, Patrick Mast, xHarbour. wrote: >> Compiling latest CVS with MSVC, I get: >> source\vm\inet.c(179) : fatal error C1003: error count exceeds 100; >> stopping compilation > > If I rollback this change: > 2009-01-11 01:15 UTC+0300 Phil Krylov > > The erro

Re: [xHarbour-developers] Error compiling latest CVS

2009-01-11 Thread Patrick Mast, xHarbour.
Hello, > Compiling latest CVS with MSVC, I get: > source\vm\inet.c(179) : fatal error C1003: error count exceeds 100; > stopping compilation If I rollback this change: 2009-01-11 01:15 UTC+0300 Phil Krylov The error goes away. Patrick --

[xHarbour-developers] Error compiling latest CVS

2009-01-11 Thread Patrick Mast, xHarbour.
Hello, Compiling latest CVS with MSVC, I get: source\vm\inet.c(179) : fatal error C1003: error count exceeds 100; stopping compilation Patrick -- Check out the new SourceForge.net Marketplace. It is the best place to buy

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" Data invio: mercoledì 10 dicembre 2008 10.49 Oggetto: Re: [xHarbour-developers] Error compiling latest CVS > Enrico, > > > Fatal: 'obj\b32\hbn

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

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. --

[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.

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" Data invio: giovedì 1 maggio 2008 12.13 Oggetto: [xHarbour-developers] Error compiling latest CVS > Error: public '' in module 'HVM' clashes

[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.emagso