g3force / ssl-autonomous-refbox

Automatically exported from code.google.com/p/ssl-autonomous-refbox
0 stars 0 forks source link

Use pkg-config for SWI-Prolog #2

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The installed SWI-Prolog instance is not guaranteed to put SWI-Prolog.h in a 
globally-visible location. According to 
<http://www.swi-prolog.org/FAQ/LibAndInclude.html>, applications should be 
built against SWI-Prolog either by using swipl-ld or by using pkg-config. Since 
this project already uses qmake, pkg-config is the easier solution. I have 
attached a patch that modifies the qmake project file to use pkg-config to find 
SWI-Prolog.

Original issue reported on code.google.com by hea...@gmail.com on 25 Aug 2011 at 4:16

Attachments:

GoogleCodeExporter commented 9 years ago
I've patched the project in r4.
In the new INSTALL file are instructions, if pkg-config is not correctly set 
up, as it was on my systems.

Original comment by nicolai....@gmail.com on 23 Oct 2011 at 10:04