[sldev] CMake preview available - please try it out!

Bryan O'Sullivan bos at lindenlab.com
Thu Jan 31 13:33:21 PST 2008


Bryan O'Sullivan wrote:

>> Which BTW i have to add in APR_INCLUDE_DIR and APRUTIL_INCLUDE_DIR as 
>> cmake told me i had to. But then did nothing with the resultant input 
>> as all the .h files that include apr-1/apr.h are static anyway so i 
>> still need the same build patches as i did before.
> 
> Don't follow what you're getting at here.

OK, I followed up on this by installing Ubuntu 7.10 and trying a 
standalone build.  Sure enough, we expect the APR headers to live in a 
directory named apr-1, but Debian has changed this directory location to 
apr-1.0.

I think what I'll do is what our source to remove the apr-1 prefix, and 
change the FindAPR.cmake file to look in /usr/include/apr-1 and 
/usr/include/apr-1.0.

Does this seem reasonable to you?

	<b


More information about the SLDev mailing list