[interfacekit] Re: Am I the only one with build problems?

> Hello DarkWyrm,
> 
> I think libroot.so is meant to build as a haiku target only.
> I would avoid having "COMPILE_FOR_R5=1, DEUBG=1, and TARGET_PLATFORM=
> r5" 
> in my .profile if i were you.
> 
> Why are you trying to build libroot.so if you're testing app_server 
> on 
> R5 ? Maybe there is a wrong dependency with libroot.so where as 
> TARGET_PLATFORM=r5.
I'm not explicitly trying to build libroot, but apparently it's a 
dependency in the build. You may very well be right in it being a wrong 
dependency. Apparently, the app_server requires our libroot (for some 
odd reason) when building under r5. When I run jam from the app_server 
directory, it attempts to compile the thing. Perhaps when building for 
R5 we should link against the R5 libroot?

--DW

Other related posts: