[haiku-commits] Re: r37174 - haiku/trunk/data/develop

  • From: Siarzhuk Zharski <zharik@xxxxxx>
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Sat, 19 Jun 2010 13:44:30 +0200

Hallo, Axel!

Am 19.06.2010 11:48, schrieb Axel Dörfler:
Looks like system includes are incorrectly handled. Ie. they seem to
use the old mechanism, but they are now used as local headers with
GCC4. "-isystem" is what is used there.

Hm... Right now I have tried to build the test project with

#include <opensslv.h>

with following settings in the makefile

SYSTEM_INCLUDE_PATH=/boot/common/include/openssl

and it compiled without problems. The -I/boot/common/include/openssl worked well for my gcc 4.3.3.

How is you #include and SYSTEM_INCLUDE_PATH are looking like?

PS: Are there any objections about the way of version info extracting and object directories separation criteria? May be gcc-2, gcc-4 will be enough here?

---
Kind Regards,
  S.Zharski



Other related posts: