Menu

#220 build for 32bit PDCurses version of RC1 fails

open
nobody
None
8
2011-08-09
2011-08-09
No

Hi Mike,

I'm building on a fully up to date Fedora Core 14 system.

Here's the failure:

make
gcc -c -O2 -m32 -O3 -Wall -I. -I. -DNDEBUG -DHAVE_CONFIG_H -DTHE_HOME_DIRECTORY=\"/usr/lsd/Linux/share/THE/\" -I/usr/lsd/Linux/include -I/usr/lsd/Linux/PDCurses/include -o getch.o ./getch.c
./getch.c: In function ‘my_getch’:
./getch.c:174:39: error: ‘PADENTER’ undeclared (first use in this function)
./getch.c:174:39: note: each undeclared identifier is reported only once for each function it appears in
./getch.c:252:39: error: ‘CTL_HOME’ undeclared (first use in this function)
./getch.c:254:39: error: ‘CTL_UP’ undeclared (first use in this function)
./getch.c:256:39: error: ‘CTL_PGUP’ undeclared (first use in this function)
./getch.c:258:39: error: ‘CTL_LEFT’ undeclared (first use in this function)
./getch.c:260:39: error: ‘CTL_RIGHT’ undeclared (first use in this function)
./getch.c:262:39: error: ‘CTL_END’ undeclared (first use in this function)
./getch.c:264:39: error: ‘CTL_DOWN’ undeclared (first use in this function)
./getch.c:266:39: error: ‘CTL_PGDN’ undeclared (first use in this function)
./getch.c: At top level:
./getch.c:31:13: warning: ‘RCSid’ defined but not used
make: *** [getch.o] Error 1

Discussion

  • George R. Goffe

    George R. Goffe - 2011-08-09

    build log for 3.3RC1

     
  • George R. Goffe

    George R. Goffe - 2011-08-09

    This bug is prohibiting building the PDCurses version of THE.

     
  • George R. Goffe

    George R. Goffe - 2011-08-09
    • priority: 5 --> 8
     

Log in to post a comment.