Project

General

Profile

Bug #8315

Updated by nobu (Nobuyoshi Nakada) over 9 years ago

#6504 =begin 

 ((*#6504*)) does that, for cpp files `$CFLAGS` $CFLAGS is not used anymore, so the problems are the include paths: 

 * there is no `$CXXFLAGS` $CXXFLAGS global variable defined 
 * pkg_config does not add the includes paths to the correct `*FLAGS` *FLAGS 


 so my gems are currently broken for ruby trunk and if i fix that it may be broken for the older ruby  
 =end

Back