Opened 14 years ago

Closed 14 years ago

#6358 closed bug (fixed)

Building server window_creation test fails

Reported by: Karvjorm Owned by: axeld
Priority: normal Milestone: R1
Component: Servers/app_server Version: R1/alpha2
Keywords: servers apps window_creation test Cc: Karvjorm
Blocked By: Blocking:
Platform: All

Description

Building test in src/tests/servers/app/window_creation/ fails with the following error message:

MkDir1 ../../../../../generated/objects/haiku/x86/release/tests 
MkDir1 ../../../../../generated/objects/haiku/x86/release/tests/servers 
MkDir1 ../../../../../generated/objects/haiku/x86/release/tests/servers/app 
MkDir1 ../../../../../generated/objects/haiku/x86/release/tests/servers/app/window_creation 
C++ ../../../../../generated/objects/haiku/x86/release/tests/servers/app/window_creation/main.o 
main.cpp: In member function 'void TestApp::_CreateFrames(uint32)':
main.cpp:79: warning: comparison between signed and unsigned integer expressions
main.cpp: In function 'int main(int, char**)':
main.cpp:143: error: 'strcmp' was not declared in this scope

Also there is one warning and error messages during run time due to missing Jamfile definitions.

Attachments (1)

window_creation_test.patch (1.1 KB ) - added by Karvjorm 14 years ago.
A build fix for src/tests/servers/app/window_creation/

Download all attachments as: .zip

Change History (4)

by Karvjorm, 14 years ago

Attachment: window_creation_test.patch added

A build fix for src/tests/servers/app/window_creation/

comment:1 by Karvjorm, 14 years ago

patch: 01

comment:2 by stippi, 14 years ago

Thanks! Applied in hrev37694.

comment:3 by stippi, 14 years ago

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.