Post New Topic  Post A Reply
my profile | register | search | faq | forum home
  next oldest topic   next newest topic
» MacOSX - forked.net   » Compile Problems   » Epic 4

UBBFriend: Email this page to someone!    
Author Topic: Epic 4
k3vmo
Junior Member
Member # 387

posted April 02, 2002 09:00 PM      Profile for k3vmo     Send New Private Message      Edit/Delete Post  Reply With Quote 
I've got the newest dev tools on OS 10.1.3

I was able to run ./configure for epic, but when I attempt 'make'

I get:

./../include/ircaux.h:141: illegal function definition, found `)'
./../include/ircaux.h:142: syntax error, found `+'
./../include/ircaux.h:142: illegal function definition, found `)'
./../include/hook.h:101: syntax error, found `+'
./../include/hook.h:101: illegal function definition, found `)'
./../include/output.h:20: syntax error, found `+'
./../include/output.h:20: illegal function definition, found `)'
./../include/output.h:21: syntax error, found `+'
./../include/output.h:21: illegal function definition, found `)'
./../include/output.h:22: syntax error, found `+'
./../include/output.h:22: illegal function definition, found `)'
./../include/output.h:23: syntax error, found `+'
./../include/output.h:23: illegal function definition, found `)'
cpp-precomp: warning: errors during smart preprocessing, retrying in basic mode

I've even tried adding CFLAGS="--no-cpp-precomp" but I still get the same thing...

Any suggestions?

(Go easy - don't flame the newbie)...


Posts: 1 | Registered: Apr 2002  |  IP: Logged
apex
Administrator
Member # 1

posted April 10, 2002 12:40 PM      Profile for apex   Email apex   Send New Private Message      Edit/Delete Post  Reply With Quote 
You must have added -no-cpp-precomp incorrectly.

Here's what you do:
1) cd epic*
3) ./configure
4) pico Makefile
5) search for cflags (control-w)

Change:

code:

CFLAGS = -g -O


to:
code:

CFLAGS = -g -O -no-cpp-precomp

6) press control-x, y, and then return to save changes.
7) type make

It should work =]


Posts: 307 | From: Alaska | Registered: Aug 2001  |  IP: Logged

All times are Pacific Time  

Post New Topic  Post A Reply Close Topic    Move Topic    Delete Topic next oldest topic   next newest topic
Hop To:

Contact Us | macosx.forked.net

Powered by Infopop Corporation
Ultimate Bulletin BoardTM 6.1.0.2