Re: Ann: SWI-Prolog 6.6.4
jon judge <[email protected]>
| Newsgroups | gmane.comp.ai.prolog.swi |
|---|---|
| Message-ID | <[email protected]> |
The problems I had on the syspred.pl compilation and 2xCtrl+C have been resolved, but I've hit a new issue on 6.6.4, on trying to load my program that uses http and odbc. source_sink `library(http/thread_httpd)' does not exist (for all http libs) source_sink `library(odbc)' does not exist I initially did configure, make, make install to get these errors, then I backtracked a bit, and went down the 'proper' one-step ./build route on 6.6.4 (with no changes to the template) to ensure everything gets built, with still the same errors. So then I reverted back to 6.2.6, my known good version, and did a make distclean ./build in exactly the same way, and the above errors disappear. Then back to 6.6.4, and they came back. config.tar.gz <http://swi-prolog.996271.n3.nabble.com/file/n14556/config.tar.gz> Above are the compile config logs for the main src folder, and for the http and odbc package folders. Also included is the eclipse pdt server log that shows trying to load itself with the missing libraries. pdt.server.log.tar.gz <http://swi-prolog.996271.n3.nabble.com/file/n14556/pdt.server.log.tar.gz> Not all libraries seem to be reported missing from the above pdt log, so not sure what is going on there... or whether this is a runtime environment/path thing, and there are extra manual steps. (And if so, why only for 6.6.4, and not for 6.2.6 ?). I haven't tried 7.X yet. -- View this message in context: http://swi-prolog.996271.n3.nabble.com/Ann-SWI-Prolog-6-6-4-tp14547p14556.html Sent from the SWI Prolog mailing list archive at Nabble.com.