4 Aug 2005 08:26
ecb build failed with 'syntax error: `;' unexpected'
Klaus Zeitler <kzeitler <at> lucent.com>
2005-08-04 06:26:52 GMT
2005-08-04 06:26:52 GMT
When I tried to build ecb under Solaris, I got 'syntax error: `;' unexpected'.
I had to change the following line in Makefile from:
for loadpath in ${LOADPATH}; do \
to:
for loadpath in "${LOADPATH}"; do \
Klaus
--
--
------------------------------------------
| Klaus Zeitler Lucent Technologies |
| Email: kzeitler <at> lucent.com |
------------------------------------------
---
A preposition is not a good thing to end a sentence with.
-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
RSS Feed