Menu

#68 BSD Install Issues

open
nobody
None
5
2002-10-25
2002-10-25
Myke Stubbs
No

In aime/src/Makefile:

Needed to comment out line 248

-include $(DEP_FILES)

using FreeBSD's make to avoid an "Operator Required"
error. Compile proceeds as normal after this is done.

----
In aime/utils/converter/Makefile:

Needed to comment out line 217

-include $(DEP_FILES)

using FreeBSD's make to avoid an "Operator Required"
error. Compile proceeds as normal after this is done.

----
In aime/src/main.cpp

On lines: 311 and 361

HAVE_SIGPWR should be changed to HAS_SIGPWR,
as it shows up on line 267.

Changing this fixes the problem and allows compilation
to continue as normal.

Discussion


Log in to post a comment.