Menu

#1235 Tk 8.4b1 doesn't build on HP-UX 10.20

obsolete: 8.4b1
closed-rejected
5
2015-04-15
2002-07-16
Anonymous
No

Commands executed:
cd unix
./configure --prefix=/home/jbek --exec-
prefix=/home/jbek
--bindir=/home/jbek/bin/hp700 --
sbindir=/home/jbek/bin/hp700
--x-includes=/usr/include/X11R6 --x-
libraries=/usr/lib/X11R6
make

Results:

1. cc: "/home/jbek/src/Xsrc/tcl8.4b1/generic/tcl.h", line
378: error
1681: Must use +e or -Ae for long long in ANSI mode.
This is fixed by adding "-Ae" to CFLAGS in the
Makefile after "-Aa".

2. The following message:

cc: "/home/jbek/src/Xsrc/tk8.4b1/unix/../generic/../unix/tk
UnixPort.h",
line 94: error 1584: Inconsistent type
declaration: "fd_mask".
This is fixed by deleting "-DNO_FD_SET=1" in
AC_FLAGS in the Makefile.

After this, Tk 8.4b1 compiles and works fine.

Discussion

  • Mo DeJong

    Mo DeJong - 2002-07-16

    Logged In: YES
    user_id=90858

    Once again, this bug report is useless.
    At the very least, the output of config.log
    is needed.

     
  • Mo DeJong

    Mo DeJong - 2002-07-16
    • status: open --> closed-rejected