Re: is something borked in the pack system?
Jan Wielemaker <[email protected]>
| Newsgroups | gmane.comp.ai.prolog.swi |
|---|---|
| Message-ID | <[email protected]> |
Hi Anne, Works fine here. One of the few things I can imagine is that you load some very generic term_expansion rules from somewhere that screws things up. Try starting Prolog with -f none, so it won't load personal initialization stuff. If that makes a difference, try with the init stuff and do ?- listing(term_expansion/2). See whether there is something odd there. Cheers --- Jan On 02/04/2014 10:51 PM, Anne Ogborn wrote: > Or is there something wrong with weblog? > > 2 ?- pack_install(weblog). > ERROR: /usr/local/lib/swipl-7.1.6/library/prolog_pack.pl:90: > Wrong context: setting/4 can only be used in a directive > Warning: /usr/local/lib/swipl-7.1.6/library/prolog_pack.pl:90: > Goal (directive) failed: prolog_pack:setting(server,atom,http://www.swi-prolog.org/pack/,Server to exchange pack information) > ERROR: setting `prolog_pack:server' does not exist > 3 ?- > -------------- next part -------------- > HTML attachment scrubbed and removed > _______________________________________________ > SWI-Prolog mailing list > [email protected] > https://lists.iai.uni-bonn.de/mailman/listinfo.cgi/swi-prolog >