LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Make "Too many arguments in call to 'idate' ?? (https://www.linuxquestions.org/questions/linux-software-2/make-too-many-arguments-in-call-to-idate-499499/)

idk666 11-07-2006 02:15 PM

Make "Too many arguments in call to 'idate' ??
 
Running make to compile a suite of scientific programs I get the following error:

Error: Too many arguments in call to 'idate' at (1)
make[1]: *** [make_unix_ccp4.o] Error 1
make[1]: Leaving directory `/usr/local/programs_xtal/CCP4/ccp4-6.0.1/src'
make: *** [srcdir] Error 2

Never had this before and couldn't find anything on the web ? Any ideas would be greatly appreciated..

Thanks !

matthewg42 11-08-2006 09:17 AM

Do you know where idate is defined? If it's provided by separate library from the project you are trying to build, you may have an incompatible version, or something like that. Check the INSTALL and README files in the project you are trying to build and see if it mentions a specific version of the library which provides idate.


All times are GMT -5. The time now is 02:27 AM.