Ticket #332 (new defect)

Opened 13 years ago

Looks like this language extension is broken on latest version of Racket and PLT-Scheme

Reported by: histfak@… Owned by: abromfie
Priority: major Milestone:
Component: abromfie/drocaml.plt Keywords:
Cc: Version: (2 0)
Racket Version:

Description

Hello. I installed Racket 5.1.1 and drocaml 2.0 extension. After installing drocaml and restarting Racket, application not starting. Popup window contain this error:

send: target is not an object: #<undefined> for method: get-eventspace

context


/Applications/Racket v5.1/collects/racket/private/class-internal.rkt:4487:0: obj-error
/Applications/Racket v5.1/collects/racket/private/class-internal.rkt:3751:0: find-method/who
/Applications/Racket v5.1/collects/racket/private/more-scheme.rkt:265:2: call-with-exception-handler
/Applications/Racket v5.1/collects/framework/private/frame.rkt:348:4: open-status-line method in ...rk/private/frame.rkt:332:2
/Users/val/Library/Racket/planet/300/5.1/cache/abromfie/drocaml.plt/2/0/debugger.ss:251:4: ocaml:reset-minor-debug-highlighting method in ....plt/2/0/debugger.ss:14:2
/Users/val/Library/Racket/planet/300/5.1/cache/abromfie/drocaml.plt/2/0/language.ss:62:4: ocaml:reset-highlighting method in ....plt/2/0/language.ss:46:2
/Users/val/Library/Racket/planet/300/5.1/cache/abromfie/drocaml.plt/2/0/debugger.ss:100:4: ocaml:clean-up method in ....plt/2/0/debugger.ss:14:2
/Users/val/Library/Racket/planet/300/5.1/cache/abromfie/drocaml.plt/2/0/typecheck.ss:84:4: after-insert method in ...plt/2/0/typecheck.ss:15:2
/Applications/Racket v5.1/collects/test-engine/test-tool.scm:63:8: after-insert method in ...engine/test-tool.scm:36:6
/Applications/Racket v5.1/collects/gui-debugger/debug-tool.rkt:236:10: after-insert method in ...ugger/debug-tool.rkt:152:8
/Applications/Racket v5.1/collects/drracket/private/module-language-tools.rkt:85:6: after-insert method in ...e-language-tools.rkt:79:4
/Applications/Racket v5.1/collects/drracket/private/debug.rkt:1033:6: after-insert method in ...et/private/debug.rkt:987:4
/Applications/Racket v5.1/collects/drracket/private/syncheck/gui.rkt:190:10: after-insert method in ...ate/syncheck/gui.rkt:177:8
/Applications/Racket v5.1/collects/framework/private/text.rkt:3882:4: after-insert method in ...ork/private/text.rkt:3723:2
/Applications/Racket v5.1/collects/framework/private/text.rkt:493:4: after-insert method in ...ork/private/text.rkt:79:2
/Applications/Racket v5.1/collects/mred/private/wxme/text.rkt:1244:2: do-insert method in text%
...

Tested on Mac OS 10.6.7 and Windows XP with Racket 5.1.1 and Ocaml 3.12 installed.

PLT-Scheme 4.2.5 works. but I get some ugly errors when I trying to compile or check types.

Note: See TracTickets for help on using tickets.