Back to the main page.
Bug 234 - conditional defines in Makefile not allowed on older RedHat version
Status | CLOSED FIXED |
Reported | 2010-11-24 10:07:00 +0100 |
Modified | 2011-01-12 13:09:33 +0100 |
Product: | FieldTrip |
Component: | core |
Version: | unspecified |
Hardware: | PC |
Operating System: | Linux |
Importance: | P1 normal |
Assigned to: | Stefan Klanke |
URL: | |
Tags: | |
Depends on: | |
Blocks: | |
See also: |
Robert Oostenveld - 2010-11-24 10:07:45 +0100
I came across some Makefiles that have in their "make clean" section something like if ... elseif else end this fails making on the London CF acquisition computer because of "conditional if not allowed" or a similar error. Sorry that I don't have the full details, I noticed the problem eysterday and fixed ti by removing the non-linux section. Probably needs to be fixed by if ... end if ... end if ... end [meg@ucl-acq ctf]$ cat /etc/redhat-release Red Hat Enterprise Linux WS release 3 (Taroon Update 3) [meg@ucl-acq ctf]$ make --version GNU Make version 3.79.1, by Richard Stallman and Roland McGrath.