http://bugzilla.moblin.org/show_bug.cgi?id=6181
--- Comment #7 from pohly <[email protected]> 2009-09-22 01:28:43 --- (In reply to comment #6) > So the pc file includes dependencies: synthesis and libboost. > > I noticed syncevolution did not use pkgconfig to check boost library but use a > m4 macro, does this have impact on libsyncevo? Is there really a .pc file for boost? "pkg-config --list-all | grep boost" comes up empty on Debian, which is the reason for doing it with a m4 macro. I don't think there is a good way to express that in syncevolution.pc. I suppose we have to drop "libboost" from the .pc dependency list and pray that one of the default include paths (in particular -I/usr/include) contains the necessary "boost/*.hpp" files. -- Configure bugmail: http://bugzilla.moblin.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching someone on the CC list of the bug. _______________________________________________ Syncevolution-issues mailing list [email protected] http://lists.syncevolution.org/listinfo/syncevolution-issues
