DavidGriffith / frotz

Infocom-style interactive fiction player for Unix and DOS (moved to https://gitlab.com/DavidGriffith/frotz)
GNU General Public License v2.0
209 stars 64 forks source link

Can't build dumb version #21

Closed the-maldridge closed 9 years ago

the-maldridge commented 9 years ago

I'm attempting to compile the dumb version for use with grue, and I'm running into this error:

src/dumb/dumb_input.c:82:13: error: conflicting types for ‘getline’
In file included from src/dumb/../common/frotz.h:29:0,
                 from src/dumb/dumb_frotz.h:9,
                 from src/dumb/dumb_input.c:7:
/usr/include/stdio.h:671:20: note: previous declaration of ‘getline’ was here
make: *** [src/dumb/dumb_input.o] Error 1

This is on Debian 7 with the provided Makefile.

DavidGriffith commented 9 years ago

I get this error message when trying to compile the dumb version of 2.43. I don't get it with 2.44 or master. Do you specifically need 2.43 for Grue?

the-maldridge commented 9 years ago

No, It was the recommended version but it seems to work fine with 2.44.

DavidGriffith commented 9 years ago

What "Grue" are you referring to? Gruelang perhaps?

the-maldridge commented 9 years ago

Grue is a bot that sits in IRC and allows you to play frotz compatible games as a group.