Opened 16 years ago
Closed 16 years ago
#2521 closed bug (fixed)
ProcessController can't be installed in the deskbar. (gcc4 haiku)
Reported by: | mt | Owned by: | axeld |
---|---|---|---|
Priority: | normal | Milestone: | R1 |
Component: | Applications | Version: | R1/pre-alpha1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | x86 |
Description
R26407 (build by gcc4) can't install ProcessController in the deskbar at boot time. (Perhaps it have been occurred older revision.)
syslog says:
USER: instantiate_object failed: Failed to find exported Instantiate static function for class P. USER: instantiate_object failed: Failed to find exported Instantiate static function for class M.
Change History (4)
comment:1 by , 16 years ago
comment:3 by , 16 years ago
I tried clean build hrev27399 with gcc4 & OPTIM ?= -O2 ; and ProcessController works fine in deskbar. I think this issue can close.
comment:4 by , 16 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
It seems gcc4 optimization issue. (When I clean-build hrev26528 with "OPTIM ?" parameter changed -O2 to -O in build/jam/BuildSetup , I can install ProcessController in the deskbar. )