Opened 20 years ago

Closed 20 years ago

Last modified 20 years ago

#1597 closed defect (fixed)

GNU Smalltalk doesn't compile

Reported by: pguyot (Paul Guyot) Owned by: tobypeterson
Priority: Normal Milestone:
Component: ports Version: 1.0
Keywords: Cc:
Port:

Description

This is DP on 10.3.2.

Compilation ends with:

awk: nonterminated character class .+[

source line number 53 context is

if (path ~ >>> /.+[/ <<< ]$/)

make[2]: * [.order] Error 2 make[1]: * [all-recursive] Error 1 make: * [all] Error 2

Attachments (1)

smalltalk.log.gz (11.6 KB) - added by pguyot (Paul Guyot) 20 years ago.
Full log

Download all attachments as: .zip

Change History (3)

Changed 20 years ago by pguyot (Paul Guyot)

Attachment: smalltalk.log.gz added

Full log

comment:1 Changed 20 years ago by toby@…

Looks like it's autodetecting GTK, and trying to compile a GUI. I'll add some config flags to disable that....

comment:2 Changed 20 years ago by toby@…

Resolution: fixed
Status: newclosed

Added --disable-gtk. Let me know if this fixes it... I'll assume it does.

Note: See TracTickets for help on using tickets.