plex-linux icon indicating copy to clipboard operation
plex-linux copied to clipboard

check for libboost >= 1.42 during configure

Open mtehonica opened this issue 14 years ago • 4 comments

libboost >= 1.42 is required. This should be checked during configure

mtehonica avatar Dec 05 '11 15:12 mtehonica

where does the version cause a problem? Atm it's only checked if boost headers are there not version. This is the case in main xbmc too: https://github.com/xbmc/xbmc/blob/master/configure.in#L639

So if this is a problem it should be reported upstream too

h0lzi avatar Dec 05 '11 15:12 h0lzi

When you try to run 'make' it will complain because it needs uuid and boost < 1.42 does not have it.

mtehonica avatar Dec 05 '11 15:12 mtehonica

ok that would need something like this: http://www.gnu.org/software/autoconf-archive/ax_boost_base.html#ax_boost_base But I have not messed with this kind of stuff yet :) I would report that upstream though

h0lzi avatar Dec 05 '11 16:12 h0lzi

Let me have a look at that and see if I can get it checking more effectively.

gewalker avatar Dec 05 '11 16:12 gewalker