Th3Professor
April 11th, 2010, 10:03 PM
I've tried installing PennMUSH but it came up with an error when I ran the configure and make install commands. I'm not sure what's going on, am wondering - could someone help?
The only change I made in the config for the actual mush was I added '=' as an option for chat channels in the mush. Everything else is default.
I don't know if it'll need just a fresh delete and complete redo on install. That's fine if it does. I haven't done anything with it since I received the error messages.
Here are the last few lines after typing "make install" that show errors:
chunk.c: In function `chunk_init':
chunk.c:2364: warning: implicit declaration of function `posix_fallocate'
chunk.c: In function `chunk_fork_file':
chunk.c:2508: warning: implicit declaration of function `posix_fadvise'
chunk.c:2508: error: `POSIX_FADV_SEQUENTIAL' undeclared (first use in this function)
chunk.c:2508: error: (Each undeclared identifier is reported only once
chunk.c:2508: error: for each function it appears in.)
chunk.c:2526: error: `POSIX_FADV_RANDOM' undeclared (first use in this function)
chunk.c: In function `chunk_fork_child':
chunk.c:2555: error: `POSIX_FADV_RANDOM' undeclared (first use in this function)
make[1]: *** [chunk.o] Error 1
make[1]: Leaving directory `/home/[omitted]/pennmush-1.8.3p13/src'
make: *** [all] Error 2
The only change I made in the config for the actual mush was I added '=' as an option for chat channels in the mush. Everything else is default.
I don't know if it'll need just a fresh delete and complete redo on install. That's fine if it does. I haven't done anything with it since I received the error messages.
Here are the last few lines after typing "make install" that show errors:
chunk.c: In function `chunk_init':
chunk.c:2364: warning: implicit declaration of function `posix_fallocate'
chunk.c: In function `chunk_fork_file':
chunk.c:2508: warning: implicit declaration of function `posix_fadvise'
chunk.c:2508: error: `POSIX_FADV_SEQUENTIAL' undeclared (first use in this function)
chunk.c:2508: error: (Each undeclared identifier is reported only once
chunk.c:2508: error: for each function it appears in.)
chunk.c:2526: error: `POSIX_FADV_RANDOM' undeclared (first use in this function)
chunk.c: In function `chunk_fork_child':
chunk.c:2555: error: `POSIX_FADV_RANDOM' undeclared (first use in this function)
make[1]: *** [chunk.o] Error 1
make[1]: Leaving directory `/home/[omitted]/pennmush-1.8.3p13/src'
make: *** [all] Error 2