Re: How to remove this Warning once running swipl ?
Jan Wielemaker <[email protected]>
| Newsgroups | gmane.comp.ai.prolog.swi |
|---|---|
| Message-ID | <[email protected]> |
On 10/25/2013 08:05 AM, z_axis wrote: > After `git pull` and rebuild pl-devel 6.5.2, i get > Warning: ~/prolog/lib/swipl-6.5.2/library/http/http_header.pl:63: > Local definition of http_header:eos/2 overrides weak import from dcg_basics > > How can i fix it ? Run ./prepare after the git pull. Seems your packages are behind. A git update is: git pull ./prepare (watch for errors!) make distclean ./build Cheers --- Jan