Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Compiling on HPUX

Status
Not open for further replies.

Guest_imported

New member
Jan 1, 1970
0
My sys admin sent me a message telling me he's having trouble compiling tk on our system. Here is the error msg he receives:

janus:/tmp/tk8.3.3/unix #make
cc -c -O +z -I/tmp/tk8.3.3/unix -I/tmp/tk8.3.3/unix/../generic
-I/tmp/tk8.3.3/unix/../bitmaps -I/tmp/tcl8.3.3/generic -DHAVE_UNISTD_H=1
-DHAVE_LIMITS_H=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TIME_H=1
-DTIME_WITH_SYS_TIME=1 -DHAVE_PW_GECOS=1 -DTCL_NO_DEPRECATED
/tmp/tk8.3.3/unix/tkUnixDraw.c
cc: "/tmp/tk8.3.3/unix/tkUnixDraw.c", line 97: error 1563: Expression in if
must be scalar.
*** Error exit code 1

Stop.

I'm not the admin and this is all the info he gave me so I'm looking for help on what he can do to get this to compile correctly. Or find a website where I can download the binaries for tk so I don't have to compile. Or find another website that is a good spot to post these kind of questions

Thank you for your help.

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top