I'd prefer to use <support/Errors.h> but that doesn't work and the
easiest way to fix it was to use <Errors.h> and simply include the header path in our build line. Can someone on the buidl team please try and tell us what path's are/aren't being used? No doubt it'll take about 100 messages and a lot of violent arguing, but then maybe sanity will prevail? :) git-svn-id: file:///srv/svn/repos/haiku/trunk/current@106 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -677,7 +677,7 @@ rule SetupKernel
|
|||||||
|
|
||||||
local _objs = $(1:S=$(SUFOBJ)) ;
|
local _objs = $(1:S=$(SUFOBJ)) ;
|
||||||
|
|
||||||
UsePublicHeaders kernel ;
|
UsePublicHeaders kernel support ;
|
||||||
UsePublicHeaders [ FDirName os kernel ] ;
|
UsePublicHeaders [ FDirName os kernel ] ;
|
||||||
UsePrivateHeaders kernel ;
|
UsePrivateHeaders kernel ;
|
||||||
UsePosixHeaders ;
|
UsePosixHeaders ;
|
||||||
|
|||||||
Reference in New Issue
Block a user