Dittmar, Daniel wrote:

From: Gaganis Giorgos [mailto:[EMAIL PROTECTED]
I have tried to build MaxDB on Linux.
the script installsources.pl which at some point contained a reference to a directory named SAPDB_ORG which was obviously changed to MaxDB_ORG.



I fixed it so it won't appear in the next version.




connect error -709
caution: Can't get a buildnumber. Won't use buildnumber.



This is to be expected if the build is started outside of the SAP environment.




sql__ckl.c fast
sql__ckl.c: In function `sql__ckl':
sql__ckl.c:61: error: `_SC_CLK_TCK' undeclared (first use in



This looks like a porting problem. Could you try to find out which system header defines _SC_CLK_TCK. That include is probably missing from sys/src/libptc/sql__clock.c

I have found _SC_CLK_TCK at the file
MaxDB_ORG/sys/src/SAPDB/RunTime/System/RTESys_SystemInfo.c
as an argument of the system function sysconf.

After this I have found the following in the man page of sysconf:
clock ticks - _SC_CLK_TCK
The number of clock ticks per second. The corresponding vari-
able is obsolete. It was of course called CLK_TCK. (Note: the
macro CLOCKS_PER_SEC does not give information: it must equal
1000000.)


From google I found a thread in the kernel mailing list talking about this subject :

http://www.ussg.iu.edu/hypermail/linux/kernel/0207.1/0531.html

Regards
Giorgos Gaganis
IT Student
TEI Thessalonikis



--
MaxDB Discussion Mailing List
For list archives: http://lists.mysql.com/maxdb
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]



Reply via email to