#280 closed Bug (fixed)
Can't compile Transmission. Broken from Rev 2552
Reported by: | ModeenF | Owned by: | somebody |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | Transmission | Version: | 0.80 |
Severity: | Blocker | Keywords: | |
Cc: |
Description
I can't build after the changes in threads
/Transmission/libtransmission/platform.c: In function `tr_condWait': /Transmission/libtransmission/platform.c:372: structure has no member named `threads' /Transmission/libtransmission/platform.c:377: incompatible type for argument 1 of `release_sem' /Transmission/libtransmission/platform.c:379: incompatible type for argument 1 of `acquire_sem' /Transmission/libtransmission/platform.c: In function `condTrySignal': /BeOSData/work/Transmission/Transmission/libtransmission/platform.c:396: structure has no member named `threads' /Transmission/libtransmission/platform.c:399: structure has no member named `threads'
I have tested to fix this but then I'm getting different error's
Attachments (1)
Change History (6)
comment:1 Changed 15 years ago by ModeenF
comment:2 Changed 15 years ago by charles
Thanks for the quick feedback on this. IMO this is a 0.80 blocker.
Does change http://transmission.m0k.org/trac/changeset/2587 fix it?
comment:3 Changed 15 years ago by ModeenF
Yes the thread thing was fixed (missed the thread thing) but the release_sem and acquire_sem error are still there.
comment:4 Changed 15 years ago by charles
- Milestone changed from Sometime to 0.80
- Resolution set to fixed
- Status changed from new to closed
Sorry ... I'm trying to build from Zeta 1.21 and this works up until 2550 (no major changes was done in 2551)