Letodb

277 просмотров
Перейти к первому непрочитанному сообщению

Bruno Luciani

не прочитано,
25 февр. 2012 г., 18:38:1325.02.2012
– harbou...@googlegroups.com
 I just downloaded letodb to try again

and I can't compile it

Anybody can helpme in how to compile using hbmk2  ?

I need to setup something ?

I am in Linux enviroment

and using svn harbour

Bruno

vatzct

не прочитано,
27 февр. 2012 г., 01:31:3527.02.2012
– harbou...@googlegroups.com
26.02.2012 1:38, Bruno Luciani написав(ла):
--
You received this message because you are subscribed to the Google
Groups "Harbour Users" group.
Unsubscribe: harbour-user...@googlegroups.com
Web: http://groups.google.com/group/harbour-users
Hi!

Letodb compiled fine under win xp by:
      hbmk2 [-hb10|-xhb] rddleto.hbp letodb.hbp [-target=tests/test_ta.prg]

What error do you get?

Regards,
Alexey Myronenko

Bruno Luciani

не прочитано,
27 февр. 2012 г., 08:33:1527.02.2012
– harbou...@googlegroups.com
as I say in my email I am on Linux

bruno@notebook:~/letodb$ hbmk2 [-hb10|-xhb] rddleto.hbp letodb.hbp [-target=tests/test_ta.prg]
Cannot open [-hb10.prg, assumed external
hbmk2: Error: Running Harbour compiler (embedded). 1
(/usr/local/bin/harbour) -n2 [-hb10.prg -o/tmp/hbmk_87h0v0.dir/ -i/usr/local/include/harbour
-xhb]: orden no encontrada
bruno@notebook:~/letodb$


2012/2/27 vatzct <vat...@polly.com.ua>

vatzct

не прочитано,
27 февр. 2012 г., 08:45:4427.02.2012
– harbou...@googlegroups.com
27.02.2012 15:33, Bruno Luciani написав(ла):
as I say in my email I am on Linux

bruno@notebook:~/letodb$ hbmk2 [-hb10|-xhb] rddleto.hbp letodb.hbp [-target=tests/test_ta.prg]
Cannot open [-hb10.prg, assumed external
hbmk2: Error: Running Harbour compiler (embedded). 1
(/usr/local/bin/harbour) -n2 [-hb10.prg -o/tmp/hbmk_87h0v0.dir/ -i/usr/local/include/harbour
-xhb]: orden no encontrada
bruno@notebook:~/letodb$

Hi!

as readme says hb10 is a parameter not prg file
 Optional parameters: -hb10 - Harbour version is 1.0 or 1.0.1,
                      -xhb - xHarbour,
                      -target="blank"\test_ta.prg - build the test, too.

try this
    hbmk2 rddleto.hbp letodb.hbp
if you want to build the test in the same time while letodb, try this
    hbmk2 rddleto.hbp letodb.hbp -target=tests/test_ta.prg -target=tests/test_tr.prg

Regards,
Alexey Myronenko

Bruno Luciani

не прочитано,
27 февр. 2012 г., 08:48:3827.02.2012
– harbou...@googlegroups.com
This is the error , And was the first command that I try

hbmk2 rddleto.hbp letodb.hbp

../../../../source/client/leto1.c:4875: error: expected ‘)’ before ‘*’ token
../../../../source/client/leto1.c: In function ‘HB_FUN_LETO_GETFUNCTABLE’:
../../../../source/client/leto1.c:4912: warning: implicit declaration of function ‘letoRegisterRDD’
../../../../source/client/leto1.c:4912: error: ‘s_uiRddIdLETO’ undeclared (first use in this function)
../../../../source/client/leto1.c: In function ‘letoUpdArea’:
../../../../source/client/leto1.c:4921: error: ‘s_uiRddIdLETO’ undeclared (first use in this function)
../../../../source/client/leto1.c:4921: error: ‘LETOAREA’ has no member named ‘uiUpdated’
../../../../source/client/leto1.c:4922: error: ‘FALSE’ undeclared (first use in this function)
../../../../source/client/leto1.c:4922: error: too many arguments to function ‘leto_PutRec’
../../../../source/client/leto1.c: In function ‘letoUnLockRec’:
../../../../source/client/leto1.c:4930: error: ‘s_uiRddIdLETO’ undeclared (first use in this function)
../../../../source/client/leto1.c:4930: error: ‘LETOAREA’ has no member named ‘uiUpdated’
../../../../source/client/leto1.c:4931: error: ‘LETOAREA’ has no member named ‘fRecLocked’
../../../../source/client/leto1.c: In function ‘HB_FUN_LETO_BEGINTRANSACTION’:
../../../../source/client/leto1.c:4938: error: ‘bTransActive’ undeclared (first use in this function)
../../../../source/client/leto1.c:4940: warning: passing argument 2 of ‘commonError’ makes pointer from integer without a cast
../../../../source/client/leto1.c:142: note: expected ‘char *’ but argument is of type ‘int’
../../../../source/client/leto1.c:4940: error: too many arguments to function ‘commonError’
../../../../source/client/leto1.c:4945: error: ‘ulTransBlockLen’ undeclared (first use in this function)
../../../../source/client/leto1.c:4945: warning: implicit declaration of function ‘ISNUM’
../../../../source/client/leto1.c:4946: error: ‘TRUE’ undeclared (first use in this function)
../../../../source/client/leto1.c: In function ‘HB_FUN_LETO_ROLLBACK’:
../../../../source/client/leto1.c:4953: error: ‘bTransActive’ undeclared (first use in this function)
../../../../source/client/leto1.c:4955: warning: passing argument 2 of ‘commonError’ makes pointer from integer without a cast
../../../../source/client/leto1.c:142: note: expected ‘char *’ but argument is of type ‘int’
../../../../source/client/leto1.c:4955: error: too many arguments to function ‘commonError’
../../../../source/client/leto1.c:4959: error: ‘FALSE’ undeclared (first use in this function)
../../../../source/client/leto1.c:4960: error: ‘ulTransDataLen’ undeclared (first use in this function)
../../../../source/client/leto1.c:4960: error: ‘ulRecsInTrans’ undeclared (first use in this function)
../../../../source/client/leto1.c:4962: warning: implicit declaration of function ‘ISNIL’
../../../../source/client/leto1.c:4962: warning: implicit declaration of function ‘ISLOG’
../../../../source/client/leto1.c:4965: error: ‘ULONG’ undeclared (first use in this function)
../../../../source/client/leto1.c:4965: error: expected ‘;’ before ‘ulLen’
../../../../source/client/leto1.c:4970: error: ‘ulLen’ undeclared (first use in this function)
../../../../source/client/leto1.c:4970: error: too many arguments to function ‘leto_AddLen’
../../../../source/client/leto1.c:4971: error: too many arguments to function ‘leto_SendRecv’
../../../../source/client/leto1.c: In function ‘HB_FUN_LETO_COMMITTRANSACTION’:
../../../../source/client/leto1.c:4981: error: ‘ULONG’ undeclared (first use in this function)
../../../../source/client/leto1.c:4981: error: expected ‘;’ before ‘ulLen’
../../../../source/client/leto1.c:4982: error: ‘BOOL’ undeclared (first use in this function)
../../../../source/client/leto1.c:4982: error: expected ‘;’ before ‘bUnlockAll’
../../../../source/client/leto1.c:4984: error: ‘bTransActive’ undeclared (first use in this function)
../../../../source/client/leto1.c:4986: warning: passing argument 2 of ‘commonError’ makes pointer from integer without a cast
../../../../source/client/leto1.c:142: note: expected ‘char *’ but argument is of type ‘int’
../../../../source/client/leto1.c:4986: error: too many arguments to function ‘commonError’
../../../../source/client/leto1.c:4991: error: ‘FALSE’ undeclared (first use in this function)
../../../../source/client/leto1.c:4993: error: ‘szTransBuffer’ undeclared (first use in this function)
../../../../source/client/leto1.c:4993: error: ‘ulTransDataLen’ undeclared (first use in this function)
../../../../source/client/leto1.c:4995: error: ‘ulLen’ undeclared (first use in this function)
../../../../source/client/leto1.c:4996: error: ‘ulRecsInTrans’ undeclared (first use in this function)
../../../../source/client/leto1.c:4997: error: ‘BYTE’ undeclared (first use in this function)
../../../../source/client/leto1.c:4997: error: ‘bUnlockAll’ undeclared (first use in this function)
../../../../source/client/leto1.c:4998: error: too many arguments to function ‘leto_AddLen’
../../../../source/client/leto1.c:5003: error: too many arguments to function ‘leto_SendRecv’
../../../../source/client/leto1.c: In function ‘HB_FUN_LETO_INTRANSACTION’:
../../../../source/client/leto1.c:5016: error: ‘bTransActive’ undeclared (first use in this function)
../../../../source/client/leto1.c: In function ‘HB_FUN_LETO_SUM’:
../../../../source/client/leto1.c:5026: error: ‘ULONG’ undeclared (first use in this function)
../../../../source/client/leto1.c:5026: error: expected ‘;’ before ‘ulLen’
../../../../source/client/leto1.c:5027: error: ‘USHORT’ undeclared (first use in this function)
../../../../source/client/leto1.c:5027: error: expected ‘;’ before ‘uiKeyLen’
../../../../source/client/leto1.c:5029: warning: implicit declaration of function ‘ISCHAR’
../../../../source/client/leto1.c:5041: error: ‘LETOAREA’ has no member named ‘hTable’
../../../../source/client/leto1.c:5042: error: ‘LETOAREA’ has no member named ‘pTagCurrent’
../../../../source/client/leto1.c:5042: error: ‘LETOAREA’ has no member named ‘pTagCurrent’
../../../../source/client/leto1.c:5050: error: ‘uiKeyLen’ undeclared (first use in this function)
../../../../source/client/leto1.c:5077: error: ‘ulLen’ undeclared (first use in this function)
../../../../source/client/leto1.c:5078: error: too many arguments to function ‘leto_AddLen’
../../../../source/client/leto1.c:5079: error: expected ‘)’ before ‘ulLen’
../../../../source/client/leto1.c:5082: error: ‘BOOL’ undeclared (first use in this function)
../../../../source/client/leto1.c:5082: error: expected ‘;’ before ‘fDbl’
../../../../source/client/leto1.c:5090: error: ‘fDbl’ undeclared (first use in this function)
../../../../source/client/leto1.c:5108: warning: signed and unsigned type in conditional expression
../../../../source/client/leto1.c: In function ‘HB_FUN_LETO_COMMIT’:
../../../../source/client/leto1.c:5139: error: ‘s_uiRddIdLETO’ undeclared (first use in this function)
../../../../source/client/leto1.c:5141: error: ‘bTransActive’ undeclared (first use in this function)
../../../../source/client/leto1.c:5143: warning: passing argument 2 of ‘commonError’ makes pointer from integer without a cast
../../../../source/client/leto1.c:142: note: expected ‘char *’ but argument is of type ‘int’
../../../../source/client/leto1.c:5143: error: too many arguments to function ‘commonError’
../../../../source/client/leto1.c:5145: error: ‘LETOAREA’ has no member named ‘uiUpdated’
../../../../source/client/leto1.c:5147: error: ‘TRUE’ undeclared (first use in this function)
../../../../source/client/leto1.c:5147: error: too many arguments to function ‘leto_PutRec’
../../../../source/client/leto1.c:5148: error: ‘LETOAREA’ has no member named ‘fFLocked’
../../../../source/client/leto1.c:5148: error: ‘FALSE’ undeclared (first use in this function)
../../../../source/client/leto1.c:5149: error: ‘LETOAREA’ has no member named ‘fRecLocked’
../../../../source/client/leto1.c:5150: error: ‘LETOAREA’ has no member named ‘ulLocksMax’
../../../../source/client/leto1.c:5155: error: ‘LETOAREA’ has no member named ‘hTable’
../../../../source/client/leto1.c:5156: error: too many arguments to function ‘leto_SendRecv’
../../../../source/client/leto1.c:5158: warning: passing argument 2 of ‘commonError’ makes pointer from integer without a cast
../../../../source/client/leto1.c:142: note: expected ‘char *’ but argument is of type ‘int’
../../../../source/client/leto1.c:5158: error: too many arguments to function ‘commonError’
../../../../source/client/leto1.c:5162: warning: passing argument 2 of ‘commonError’ makes pointer from integer without a cast
../../../../source/client/leto1.c:142: note: expected ‘char *’ but argument is of type ‘int’
../../../../source/client/leto1.c:5162: error: too many arguments to function ‘commonError’
../../../../source/client/leto1.c: In function ‘HB_FUN_LETO_CONNECT_ERR’:
../../../../source/client/leto1.c:5170: error: ‘iConnectRes’ undeclared (first use in this function)
../../../../source/client/leto1.c: In function ‘HB_FUN_LETO_SETFASTAPPEND’:
../../../../source/client/leto1.c:5185: error: ‘BOOL’ undeclared (first use in this function)
../../../../source/client/leto1.c:5185: error: expected ‘;’ before ‘b’
../../../../source/client/leto1.c:5186: error: ‘bFastAppend’ undeclared (first use in this function)
../../../../source/client/leto1.c:5187: error: ‘b’ undeclared (first use in this function)
../../../../source/client/leto1.c: In function ‘HB_FUN_LETO_CLOSEALL’:
../../../../source/client/leto1.c:5198: error: ‘FALSE’ undeclared (first use in this function)
../../../../source/client/leto1.c:5198: error: too many arguments to function ‘leto_getIpFromPath’
../../../../source/client/leto1.c:5205: error: ‘LETOCONNECTION’ has no member named ‘bCloseAll’
../../../../source/client/leto1.c:5207: error: ‘LETOCONNECTION’ has no member named ‘bCloseAll’
../../../../source/client/leto1.c:5210: error: too many arguments to function ‘leto_DataSendRecv’
In file included from ../../../../include/rddleto.h:52,
                 from ../../../../source/client/letomgmn.c:53:
../../../../include/funcleto.h:108: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘hb_ip_rfd_isset’
../../../../include/funcleto.h:114: error: expected declaration specifiers or ‘...’ before ‘ULONG’
../../../../include/funcleto.h:114: error: expected declaration specifiers or ‘...’ before ‘BOOL’
In file included from ../../../../source/client/letomgmn.c:53:
../../../../include/rddleto.h:76: error: expected specifier-qualifier-list before ‘BOOL’
../../../../include/rddleto.h:88: error: expected specifier-qualifier-list before ‘BOOL’
../../../../include/rddleto.h:122: error: expected specifier-qualifier-list before ‘USHORT’
../../../../source/client/letomgmn.c:57: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘uiConnCount’
../../../../source/client/letomgmn.c:59: error: expected declaration specifiers or ‘...’ before ‘BOOL’
../../../../source/client/letomgmn.c:65: error: expected declaration specifiers or ‘...’ before ‘ULONG’
../../../../source/client/letomgmn.c:68: error: expected ‘)’ before ‘bCrypt’
../../../../source/client/letomgmn.c: In function ‘letoParseFile’:
../../../../source/client/letomgmn.c:76: error: ‘TRUE’ undeclared (first use in this function)
../../../../source/client/letomgmn.c:76: error: (Each undeclared identifier is reported only once
../../../../source/client/letomgmn.c:76: error: for each function it appears in.)
../../../../source/client/letomgmn.c:76: error: too many arguments to function ‘leto_getIpFromPath’
../../../../source/client/letomgmn.c: In function ‘HB_FUN_LETO_FILE’:
../../../../source/client/letomgmn.c:118: warning: implicit declaration of function ‘ISCHAR’
../../../../source/client/letomgmn.c:124: error: too many arguments to function ‘leto_DataSendRecv’
../../../../source/client/letomgmn.c:126: error: ‘FALSE’ undeclared (first use in this function)
../../../../source/client/letomgmn.c: In function ‘HB_FUN_LETO_FERASE’:
../../../../source/client/letomgmn.c:151: error: too many arguments to function ‘leto_DataSendRecv’
../../../../source/client/letomgmn.c: In function ‘HB_FUN_LETO_FRENAME’:
../../../../source/client/letomgmn.c:184: error: too many arguments to function ‘leto_DataSendRecv’
../../../../source/client/letomgmn.c: In function ‘HB_FUN_LETO_MEMOREAD’:
../../../../source/client/letomgmn.c:217: error: too many arguments to function ‘leto_DataSendRecv’
../../../../source/client/letomgmn.c:223: error: ‘ULONG’ undeclared (first use in this function)
../../../../source/client/letomgmn.c:223: error: expected ‘;’ before ‘ulLen’
../../../../source/client/letomgmn.c:224: warning: implicit declaration of function ‘letoDecryptText’
../../../../source/client/letomgmn.c:224: error: ‘LETOCONNECTION’ has no member named ‘bCrypt’
../../../../source/client/letomgmn.c:224: error: ‘ulLen’ undeclared (first use in this function)
../../../../source/client/letomgmn.c: In function ‘HB_FUN_LETO_MAKEDIR’:
../../../../source/client/letomgmn.c:247: error: too many arguments to function ‘leto_DataSendRecv’
../../../../source/client/letomgmn.c: In function ‘HB_FUN_LETO_UDF’:
../../../../source/client/letomgmn.c:280: error: too many arguments to function ‘leto_DataSendRecv’
../../../../source/client/letomgmn.c:286: error: ‘ULONG’ undeclared (first use in this function)
../../../../source/client/letomgmn.c:286: error: expected ‘;’ before ‘ulLen’
../../../../source/client/letomgmn.c:287: error: ‘LETOCONNECTION’ has no member named ‘bCrypt’
../../../../source/client/letomgmn.c:287: error: ‘ulLen’ undeclared (first use in this function)
../../../../source/client/letomgmn.c: In function ‘HB_FUN_LETO_CONNECT’:
../../../../source/client/letomgmn.c:305: warning: implicit declaration of function ‘ISNIL’
../../../../source/client/letomgmn.c:308: error: ‘FALSE’ undeclared (first use in this function)
../../../../source/client/letomgmn.c:308: error: too many arguments to function ‘leto_getIpFromPath’
../../../../source/client/letomgmn.c: In function ‘HB_FUN_LETO_SETCURRENTCONNECTION’:
../../../../source/client/letomgmn.c:331: error: ‘USHORT’ undeclared (first use in this function)
../../../../source/client/letomgmn.c:331: error: expected ‘;’ before ‘uiConn’
../../../../source/client/letomgmn.c:333: error: ‘uiConn’ undeclared (first use in this function)
../../../../source/client/letomgmn.c:333: error: ‘uiConnCount’ undeclared (first use in this function)
../../../../source/client/letomgmn.c: In function ‘HB_FUN_LETO_MGGETINFO’:
../../../../source/client/letomgmn.c:376: error: too many arguments to function ‘leto_DataSendRecv’
../../../../source/client/letomgmn.c: In function ‘HB_FUN_LETO_MGGETUSERS’:
../../../../source/client/letomgmn.c:418: error: too many arguments to function ‘leto_DataSendRecv’
../../../../source/client/letomgmn.c: In function ‘HB_FUN_LETO_MGGETTABLES’:
../../../../source/client/letomgmn.c:456: error: too many arguments to function ‘leto_DataSendRecv’
../../../../source/client/letomgmn.c: In function ‘HB_FUN_LETO_MGKILL’:
../../../../source/client/letomgmn.c:493: error: too many arguments to function ‘leto_DataSendRecv’
../../../../source/client/letomgmn.c: In function ‘HB_FUN_LETO_MGGETTIME’:
../../../../source/client/letomgmn.c:502: error: too many arguments to function ‘leto_DataSendRecv’
../../../../source/client/letomgmn.c:525: error: ‘ULONG’ undeclared (first use in this function)
../../../../source/client/letomgmn.c:525: error: expected ‘;’ before ‘ulDate’
../../../../source/client/letomgmn.c:526: error: ‘ulDate’ undeclared (first use in this function)
../../../../source/client/letomgmn.c:524: warning: unused variable ‘iOvf’
../../../../source/client/letomgmn.c: In function ‘HB_FUN_LETO_SETSKIPBUFFER’:
../../../../source/client/letomgmn.c:550: error: ‘LETOAREA’ has no member named ‘hTable’
../../../../source/client/letomgmn.c:551: error: ‘LETOAREA’ has no member named ‘uiConnection’
../../../../source/client/letomgmn.c:551: error: too many arguments to function ‘leto_DataSendRecv’
../../../../source/client/letomgmn.c: In function ‘HB_FUN_LETO_USERADD’:
../../../../source/client/letomgmn.c:560: error: ‘ULONG’ undeclared (first use in this function)
../../../../source/client/letomgmn.c:560: error: expected ‘;’ before ‘ulLen’
../../../../source/client/letomgmn.c:567: error: ‘ulLen’ undeclared (first use in this function)
../../../../source/client/letomgmn.c:569: error: ‘USHORT’ undeclared (first use in this function)
../../../../source/client/letomgmn.c:569: error: expected ‘;’ before ‘uiKeyLen’
../../../../source/client/letomgmn.c:571: error: ‘uiKeyLen’ undeclared (first use in this function)
../../../../source/client/letomgmn.c:587: error: too many arguments to function ‘leto_DataSendRecv’
../../../../source/client/letomgmn.c: In function ‘HB_FUN_LETO_USERPASSWD’:
../../../../source/client/letomgmn.c:602: error: ‘ULONG’ undeclared (first use in this function)
../../../../source/client/letomgmn.c:602: error: expected ‘;’ before ‘ulLen’
../../../../source/client/letomgmn.c:609: error: ‘ulLen’ undeclared (first use in this function)
../../../../source/client/letomgmn.c:611: error: ‘USHORT’ undeclared (first use in this function)
../../../../source/client/letomgmn.c:611: error: expected ‘;’ before ‘uiKeyLen’
../../../../source/client/letomgmn.c:613: error: ‘uiKeyLen’ undeclared (first use in this function)
../../../../source/client/letomgmn.c:629: error: too many arguments to function ‘leto_DataSendRecv’
../../../../source/client/letomgmn.c: In function ‘HB_FUN_LETO_USERRIGHTS’:
../../../../source/client/letomgmn.c:649: error: too many arguments to function ‘leto_DataSendRecv’
../../../../source/client/letomgmn.c: In function ‘HB_FUN_LETO_USERFLUSH’:
../../../../source/client/letomgmn.c:667: error: too many arguments to function ‘leto_DataSendRecv’
../../../../source/client/letomgmn.c: In function ‘HB_FUN_LETO_VARSET’:
../../../../source/client/letomgmn.c:690: error: ‘ULONG’ undeclared (first use in this function)
../../../../source/client/letomgmn.c:690: error: expected ‘;’ before ‘ulLen’
../../../../source/client/letomgmn.c:691: error: ‘LONG’ undeclared (first use in this function)
../../../../source/client/letomgmn.c:691: error: expected ‘;’ before ‘lValue’
../../../../source/client/letomgmn.c:692: error: ‘BOOL’ undeclared (first use in this function)
../../../../source/client/letomgmn.c:692: error: expected ‘;’ before ‘bRes’
../../../../source/client/letomgmn.c:693: error: ‘USHORT’ undeclared (first use in this function)
../../../../source/client/letomgmn.c:693: error: expected ‘;’ before ‘uiFlags’
../../../../source/client/letomgmn.c:694: error: expected ‘;’ before ‘bPrev’
../../../../source/client/letomgmn.c:701: error: ‘ulLen’ undeclared (first use in this function)
../../../../source/client/letomgmn.c:702: warning: implicit declaration of function ‘ISLOG’
../../../../source/client/letomgmn.c:707: warning: implicit declaration of function ‘ISNUM’
../../../../source/client/letomgmn.c:755: error: expected ‘;’ before ‘ul’
../../../../source/client/letomgmn.c:757: error: ‘ul’ undeclared (first use in this function)
../../../../source/client/letomgmn.c:757: warning: left-hand operand of comma expression has no effect
../../../../source/client/letomgmn.c:761: error: ‘uiFlags’ undeclared (first use in this function)
../../../../source/client/letomgmn.c:762: error: ‘bPrev’ undeclared (first use in this function)
../../../../source/client/letomgmn.c:771: error: too many arguments to function ‘leto_DataSendRecv’
../../../../source/client/letomgmn.c:774: error: ‘bRes’ undeclared (first use in this function)
../../../../source/client/letomgmn.c:783: error: ‘lValue’ undeclared (first use in this function)
../../../../source/client/letomgmn.c: In function ‘HB_FUN_LETO_VARGET’:
../../../../source/client/letomgmn.c:810: error: ‘LONG’ undeclared (first use in this function)
../../../../source/client/letomgmn.c:810: error: expected ‘;’ before ‘lValue’
../../../../source/client/letomgmn.c:819: error: too many arguments to function ‘leto_DataSendRecv’
../../../../source/client/letomgmn.c:830: error: ‘lValue’ undeclared (first use in this function)
../../../../source/client/letomgmn.c: In function ‘HB_FUN_LETO_VARINCR’:
../../../../source/client/letomgmn.c:861: error: ‘LONG’ undeclared (first use in this function)
../../../../source/client/letomgmn.c:861: error: expected ‘;’ before ‘lValue’
../../../../source/client/letomgmn.c:862: error: ‘USHORT’ undeclared (first use in this function)
../../../../source/client/letomgmn.c:862: error: expected ‘;’ before ‘uiFlags’
../../../../source/client/letomgmn.c:868: error: ‘uiFlags’ undeclared (first use in this function)
../../../../source/client/letomgmn.c:874: error: too many arguments to function ‘leto_DataSendRecv’
../../../../source/client/letomgmn.c:880: error: ‘lValue’ undeclared (first use in this function)
../../../../source/client/letomgmn.c:860: warning: unused variable ‘cType’
../../../../source/client/letomgmn.c: In function ‘HB_FUN_LETO_VARDECR’:
../../../../source/client/letomgmn.c:898: error: ‘LONG’ undeclared (first use in this function)
../../../../source/client/letomgmn.c:898: error: expected ‘;’ before ‘lValue’
../../../../source/client/letomgmn.c:899: error: ‘USHORT’ undeclared (first use in this function)
../../../../source/client/letomgmn.c:899: error: expected ‘;’ before ‘uiFlags’
../../../../source/client/letomgmn.c:905: error: ‘uiFlags’ undeclared (first use in this function)
../../../../source/client/letomgmn.c:911: error: too many arguments to function ‘leto_DataSendRecv’
../../../../source/client/letomgmn.c:917: error: ‘lValue’ undeclared (first use in this function)
../../../../source/client/letomgmn.c:897: warning: unused variable ‘cType’
../../../../source/client/letomgmn.c: In function ‘HB_FUN_LETO_VARDEL’:
../../../../source/client/letomgmn.c:935: error: ‘LONG’ undeclared (first use in this function)
../../../../source/client/letomgmn.c:935: error: expected ‘;’ before ‘lValue’
../../../../source/client/letomgmn.c:944: error: too many arguments to function ‘leto_DataSendRecv’
../../../../source/client/letomgmn.c:934: warning: unused variable ‘cType’
../../../../source/client/letomgmn.c: In function ‘HB_FUN_LETO_VARGETLIST’:
../../../../source/client/letomgmn.c:968: error: ‘LONG’ undeclared (first use in this function)
../../../../source/client/letomgmn.c:968: error: expected ‘;’ before ‘lValue’
../../../../source/client/letomgmn.c:969: error: ‘USHORT’ undeclared (first use in this function)
../../../../source/client/letomgmn.c:969: error: expected ‘;’ before ‘uiItems’
../../../../source/client/letomgmn.c:970: error: expected ‘;’ before ‘uiMaxLen’
../../../../source/client/letomgmn.c:974: error: ‘uiMaxLen’ undeclared (first use in this function)
../../../../source/client/letomgmn.c:978: error: too many arguments to function ‘leto_DataSendRecv’
../../../../source/client/letomgmn.c:990: error: ‘uiItems’ undeclared (first use in this function)
../../../../source/client/letomgmn.c:1020: error: ‘lValue’ undeclared (first use in this function)
../../../../source/client/letomgmn.c: In function ‘HB_FUN_LETO_ADDCDPTRANSLATE’:
../../../../source/client/letomgmn.c:1069: error: ‘LETOCONNECTION’ has no member named ‘pCdpTable’
../../../../source/client/letomgmn.c:1071: error: ‘LETOCONNECTION’ has no member named ‘pCdpTable’
../../../../source/client/letomgmn.c:1077: error: ‘LETOCONNECTION’ has no member named ‘pCdpTable’
In file included from ../../../../source/common/common_c.c:60:
../../../../include/funcleto.h:108: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘hb_ip_rfd_isset’
../../../../include/funcleto.h:114: error: expected declaration specifiers or ‘...’ before ‘ULONG’
../../../../include/funcleto.h:114: error: expected declaration specifiers or ‘...’ before ‘BOOL’
../../../../source/common/common_c.c:175: error: expected declaration specifiers or ‘...’ before ‘ULONG’
../../../../source/common/common_c.c:175: error: expected declaration specifiers or ‘...’ before ‘BOOL’
../../../../source/common/common_c.c: In function ‘leto_AddLen’:
../../../../source/common/common_c.c:177: error: ‘ulLen’ undeclared (first use in this function)
../../../../source/common/common_c.c:177: error: (Each undeclared identifier is reported only once
../../../../source/common/common_c.c:177: error: for each function it appears in.)
../../../../source/common/common_c.c:179: error: ‘lBefore’ undeclared (first use in this function)
../../../../source/common/common_c.c:193: error: ‘USHORT’ undeclared (first use in this function)
../../../../source/common/common_c.c:193: error: expected ‘;’ before ‘uiLenLen’
../../../../source/common/common_c.c:195: error: ‘uiLenLen’ undeclared (first use in this function)
../../../../source/common/hbip.c:319: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘hb_getAddr’
../../../../source/common/hbip.c: In function ‘hb_socketSetNonBlocking’:
../../../../source/common/hbip.c:358: error: ‘LONG’ undeclared (first use in this function)
../../../../source/common/hbip.c:358: error: (Each undeclared identifier is reported only once
../../../../source/common/hbip.c:358: error: for each function it appears in.)
../../../../source/common/hbip.c:358: error: expected ‘)’ before ‘flags’
../../../../source/common/hbip.c: In function ‘hb_ipConnect’:
../../../../source/common/hbip.c:517: error: ‘ULONG’ undeclared (first use in this function)
../../../../source/common/hbip.c:517: error: expected ‘;’ before ‘ulAddr’
../../../../source/common/hbip.c:522: error: ‘ulAddr’ undeclared (first use in this function)
../../../../source/common/hbip.c:522: warning: implicit declaration of function ‘hb_getAddr’
../../../../source/common/hbip.c: In function ‘hb_ipAccept’:
../../../../source/common/hbip.c:667: error: ‘ULONG’ undeclared (first use in this function)
../../../../source/common/hbip.c:667: error: expected ‘;’ before ‘u’
../../../../source/common/hbip.c:672: error: ‘u’ undeclared (first use in this function)
../../../../source/common/hbip.c: In function ‘HB_FUN_HB_IPRECV’:
../../../../source/common/hbip.c:726: error: ‘ULONG’ undeclared (first use in this function)
../../../../source/common/hbip.c:726: error: expected ‘;’ before ‘ulLen’
../../../../source/common/hbip.c:728: warning: implicit declaration of function ‘ISBYREF’
../../../../source/common/hbip.c:729: error: ‘ulLen’ undeclared (first use in this function)
../../../../source/common/hbip.c: In function ‘HB_FUN_HB_IPSEND’:
../../../../source/common/hbip.c:742: warning: implicit declaration of function ‘ISNIL’
../../../../source/common/hbip.c: In function ‘HB_FUN_HB_IPSERVER’:
../../../../source/common/hbip.c:761: warning: implicit declaration of function ‘ISNUM’
../../../../source/common/hbip.c: In function ‘HB_FUN_HB_IPCONNECT’:
../../../../source/common/hbip.c:820: warning: implicit declaration of function ‘ISCHAR’
../../../../source/common/hbip.c: At top level:
../../../../source/common/hbip.c:891: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘hb_ip_rfd_isset’
hbmk2: Error: Running C/C++ compiler. 1
gcc -c -O3  -W -Wall -pipe -I/usr/local/include/harbour -I../../../../include ../../../../source/client/leto1.c ../../../../source/client/letomgmn.c '../../../../source/common/common_c.c' ../../../../source/common/hbip.c
bruno@notebook:~/letodb$


2012/2/27 vatzct <vat...@polly.com.ua>
27.02.2012 15:33, Bruno Luciani написав(ла):

--

vatzct

не прочитано,
27 февр. 2012 г., 08:50:5927.02.2012
– harbou...@googlegroups.com
27.02.2012 15:45, vatzct написав(ла):
--
You received this message because you are subscribed to the Google
Groups "Harbour Users" group.
Unsubscribe: harbour-user...@googlegroups.com
Web: http://groups.google.com/group/harbour-users
and the next (i forgot) you need a hbmk.hbm in the root of letodb for compile the test. see atach

Regards,
Alexey Myronenko

hbmk.hbm

Bruno Luciani

не прочитано,
27 февр. 2012 г., 08:59:4727.02.2012
– harbou...@googlegroups.com
I don't understant your answer

letodb not compileas at all

Library is not created , and error is more long that I can copy on terminal

a lot of errors ,  I think that letodb.hbp , and rddleto.hbp are old or deprecated 

and not work

Bruno

2012/2/27 vatzct <vat...@polly.com.ua>

vatzct

не прочитано,
27 февр. 2012 г., 09:06:0227.02.2012
– harbou...@googlegroups.com
27.02.2012 15:59, Bruno Luciani написав(ла):
I don't understant your answer

letodb not compileas at all

Library is not created , and error is more long that I can copy on terminal

a lot of errors ,  I think that letodb.hbp , and rddleto.hbp are old or deprecated 

and not work

Bruno
Ok, where are you from download the letodb?
The latest code on rel-1-mt1 revision (cvs co -P -r rel-1-mt letodb)
/*  $Id: Changelog,v 1.350.2.57 2012/02/24 17:09:18 ptsarenko Exp $  */

Regards,
Alexey Myronenko

Bruno Luciani

не прочитано,
27 февр. 2012 г., 09:09:5627.02.2012
– harbou...@googlegroups.com
I have downloaded from CVS in sourceforge two days ago

anyway changelog seems to be old


/*  $Id: Changelog,v 1.350 2011/04/21 18:00:52 ptsarenko Exp $  */

/* Use this format for the entry headers:
   YYYY-MM-DD HH:MM UTC[-|+]hhmm Your Full Name <your_email@address>
   For example:
   2002-12-01 23:12 UTC+0100 Foo Bar <foo...@foobar.org>
*/

2011-04-21 21:00 UTC+0300 Pavel Tsarenko (tpe2/at/mail.ru)
  * source/client/leto1.c
    + added DBRI_RAWMEMOS, DBRI_RAWDATA
  * source/server/letofunc.c
  * source/client/letomgmn.c
    * added encryption for Leto_UDF(), if CRYPT_TRAFFIC=1 is set.


Burno

2012/2/27 vatzct <vat...@polly.com.ua>

--

vatzct

не прочитано,
27 февр. 2012 г., 09:15:5027.02.2012
– harbou...@googlegroups.com
27.02.2012 16:09, Bruno Luciani написав(ла):

Bruno Luciani

не прочитано,
27 февр. 2012 г., 09:26:1327.02.2012
– harbou...@googlegroups.com
ok

which command you are using to download cvs o svn

This is the command that I am using ( from surceforge page )

bruno@notebook:~$ cvs -z3 -d:pserver:anon...@letodb.cvs.sourceforge.net:/cvsroot/letodb co -P letodb

But takes aparently , an old version ?

Bruno


2012/2/27 vatzct <vat...@polly.com.ua>

vatzct

не прочитано,
27 февр. 2012 г., 09:29:4927.02.2012
– harbou...@googlegroups.com
27.02.2012 16:26, Bruno Luciani написав(ла):

> ok
>
> which command you are using to download cvs o svn
>
> This is the command that I am using ( from surceforge page )
>
> bruno@notebook:~$ cvs -z3
> -d:pserver:anon...@letodb.cvs.sourceforge.net:/cvsroot/letodb co -P
> letodb
>
> But takes aparently , an old version ?
>
> Bruno
cvs login
cvs co -P -r rel-1-mt letodb

Regards,
Alexey Myronenko

Bruno Luciani

не прочитано,
27 февр. 2012 г., 09:37:1027.02.2012
– harbou...@googlegroups.com
Not work on linux

bruno@notebook:~$ cvs login
cvs login: No CVSROOT specified!  Please use the `-d' option
cvs [login aborted]: or set the CVSROOT environment variable.
bruno@notebook:~$ cvs co -P -r rel-1-mt letodb
cvs checkout: No CVSROOT specified!  Please use the `-d' option
cvs [checkout aborted]: or set the CVSROOT environment variable.
bruno@notebook:~$

BUT this command works ok

could you change in sourceforge page ?

cvs -z3 -d:pserver:anon...@letodb.cvs.sourceforge.net:/cvsroot/letodb co -P -r rel-1-mt letodb

Anyway , neither compile ok , giveme a lot of errors

Bruno

2012/2/27 vatzct <vat...@polly.com.ua>
27.02.2012 16:26, Bruno Luciani написав(ла):
ok

which command you are using to download cvs o svn

This is the command that I am using ( from surceforge page )

bruno@notebook:~$ cvs -z3 -d:pserver:anonymous@letodb.cvs.sourceforge.net:/cvsroot/letodb co -P letodb


But takes aparently , an old version ?

Bruno
cvs login
cvs co -P -r rel-1-mt letodb


Regards,
Alexey Myronenko

--
You received this message because you are subscribed to the Google
Groups "Harbour Users" group.

vatzct

не прочитано,
27 февр. 2012 г., 09:38:0327.02.2012
– harbou...@googlegroups.com
27.02.2012 16:29, vatzct написав(ла):
more correct command (but from win)

cvs -d:pserver:anon...@letodb.cvs.sourceforge.net:/cvsroot/letodb login
cvs -d:pserver:anon...@letodb.cvs.sourceforge.net:/cvsroot/letodb co -P -r rel-1-mt letodb

Regards,
Alexey Myronenko

Bruno Luciani

не прочитано,
27 февр. 2012 г., 09:46:1627.02.2012
– harbou...@googlegroups.com
Alex I apreciate your help , but I can't compile sucessfully

Now I have a correct copy of sources but the problem persists

I don't know why , the list of errors is so long that I can't get all in my console

Any Idea  ?

Bruno

2012/2/27 vatzct <vat...@polly.com.ua>


more correct command (but from win)

cvs -d:pserver:anon...@letodb.cvs.sourceforge.net:/cvsroot/letodb login
cvs -d:pserver:anon...@letodb.cvs.sourceforge.net:/cvsroot/letodb co -P -r rel-1-mt letodb

Regards,
Alexey Myronenko

--

vatzct

не прочитано,
27 февр. 2012 г., 09:52:2427.02.2012
– harbou...@googlegroups.com
27.02.2012 16:46, Bruno Luciani написав(ла):
i build letodb with the next command
hbmk2 rddleto.hbp letodb.hbp -target=tests/test_ta.prg -target=tests/test_tr.prg -trace > log2.txt 2>&1
can you try it?
And you try the make_linux.sh?


Regards,
Alexey Myronenko

Ответить всем
Отправить сообщение автору
Переслать
0 новых сообщений