Opened 17 years ago

Closed 17 years ago

#1143 closed bug (fixed)

Missing symbol: _ReservedStatusBar1__10BStatusBar

Reported by: aldeck Owned by: axeld
Priority: normal Milestone: R1
Component: - General Version: R1/pre-alpha1
Keywords: Cc:
Blocked By: Blocking:
Platform: All

Description

Missing symbol _ReservedStatusBar1__10BStatusBar

Haiku: nm libbe.so | grep ReservedStatusBar

00143704 T _ReservedStatusBar1__10BStatusBar__FP10BStatusBarfPCcT2
00143738 T _ReservedStatusBar2__10BStatusBar
00143740 T _ReservedStatusBar3__10BStatusBar
00143748 T _ReservedStatusBar4__10BStatusBar

R5: nm /system/lib/libbe.so | grep ReservedStatusBar

001133a8 T _ReservedStatusBar1__10BStatusBar
001133a0 T _ReservedStatusBar2__10BStatusBar
00113398 T _ReservedStatusBar3__10BStatusBar
00113390 T _ReservedStatusBar4__10BStatusBar

StatusBar.h and cpp looks strange. see commit 17857 and maybe bug #419

http://svn.berlios.de/viewcvs/haiku/haiku/trunk/src/kits/interface/StatusBar.cpp?rev=17857&view=markup http://svn.berlios.de/viewcvs/haiku/haiku/trunk/headers/os/interface/StatusBar.h?rev=17857&view=markup

enjoy:)

Attachments (1)

statusbar.patch (406 bytes ) - added by aldeck 17 years ago.

Download all attachments as: .zip

Change History (4)

comment:1 by genki0, 17 years ago

void _ReservedStatusBar110BStatusBar(BS....) should probably be prefixed with "extern "C"".

by aldeck, 17 years ago

Attachment: statusbar.patch added

comment:2 by aldeck, 17 years ago

yep, did the trick! we'd have to recheck bug #419 though. see patch.

comment:3 by stippi, 17 years ago

Resolution: fixed
Status: newclosed

fixed in hrev20618.

Note: See TracTickets for help on using tickets.