[haiku-development] Re: XFS support for Haiku - updates

  • From: "Adrien Destugues" <pulkomandy@xxxxxxxxxxxxx>
  • To: haiku-development@xxxxxxxxxxxxx
  • Date: Wed, 23 May 2018 07:14:55 +0000

Ok, now I can see the problem.

When building an fs shell, the FS_SHELL define should be set so that the #ifdef 
FS_SHELL in
system_dependencies.h will do the right thing. For example see lines 8-23 in 
the bfs shell
Jamfile: https://git.haiku-os.org/haiku/tree/src/tools/bfs_shell/Jamfile

You didn't do this in the xfs-shell Jamfile, so it will try to use system 
includes instead
of the fs-shell wrappers.

22 mai 2018 21:45 "Abhinand N" <01abhinandn@xxxxxxxxx> a écrit:

Hi,

On Wed, May 23, 2018 at 12:31 AM Adrien Destugues <pulkomandy@xxxxxxxxxxxxx> 
wrote:

This does not answer the question. Is your code available somewhere, eg on 
github? If you push it
somewhere we can try to replicate the problem and help you debug it. 
Otherwise you are on your own
to fix things, because we can't guess just from the build logs.

Sorry for missing that out. I wasn't confident enough to push it into github 
as it wasn't building
properly. I just now did the commit -
https://github.com/abhinand4858/haiku/commit/985245de4de8c6ee7f13b6c3c398cca5c7868509

ThanksAbhi

Other related posts: