Ticket #18 (closed defect: fixed)
Objects can't specializes logtalk anymore
| Reported by: | victor | Owned by: | pmoura |
|---|---|---|---|
| Priority: | critical | Milestone: | Logtalk distribution |
| Component: | compiler | Version: | 2.32.0 |
| Keywords: | Cc: |
Description
Hello,
While playing with last svn, I got this error when building an object specializing logtalk :
:- object(test2, specializes(logtalk)). :- end_object.
?- logtalk_load(test2).
ERROR! error(existence_error(procedure, '$lgt_bio_logtalk_0_'/8), context(system:once/1, _G580))
in directive: :-object(test2, specializes(logtalk))
above line: 2
ERROR: Unknown error term: error(error(existence_error(procedure, $lgt_bio_logtalk_0_/8), context(system:once/1, _G260)), directive(object(test2, specializes(logtalk))))
Attachments
Change History
Note: See
TracTickets for help on using
tickets.
