This thread is locked.Only browsing is available.
Top Page > Browsing
Prof.
Date: 2006/05/09 03:13
Name: John Tse

Dear Dr. Ozaki,

I am not a C-programmer. When I compile the latest version of openmx, I encountered this error message,

mpicc -pc -Dbraswrap -I/usr/local/include -c Timetool.c
"Timetool.c", line 216: error: undeclared identifier `CLK_TCK'
"Timetool.c", line 233: error: undeclared identifier `CLK_TCK'

I wonder what I need to do to remove this error

Thank You.
メンテ
Page: [1]

Re: Prof. ( No.1 )
Date: 2006/05/11 20:52
Name: T.Ozaki

Hi,

Please change CLK_TCK to CLOCKS_PER_SEC which is default of ANSI C,
and retry to make.

Regards,

TO

メンテ

Page: [1]