On Sun, May 29, 2011 at 8:20 AM, Stephan Aßmus <superstippi@xxxxxx> wrote: > > If the test_app_server does not compile, it is usually > for the following two reasons: 1) Someone added or removed .cpp files in the > real app_server Jamfile and forgot to mirror the changes in the > src/tests/servers/app/Jamfile. This is very likely the reason if it's > currently broken. This problems sounds fixable by having a common Jamfile with the list of source files common to both. I'll look at this when I get a chance. > 2) Some build defines and include stuff has changed which > affects the visibility of headers during the build of libbe_test targets. > This is more tricky to fix, but usually involves messing with > headers/build/HaikuBuildCompatibility.h. Maybe this too can be fixed with some Jamfile changes... -- Regards, Ryan