Bug 90895 - rapidsvn-0.8.0 is out
|
Bug#:
90895
|
Product: Gentoo Linux
|
Version: unspecified
|
Platform: All
|
|
OS/Version: Linux
|
Status: RESOLVED
|
Severity: enhancement
|
Priority: P2
|
|
Resolution: FIXED
|
Assigned To: pauldv@gentoo.org
|
Reported By: wilson.william@gmail.com
|
|
Component: Applications
|
|
|
URL:
http://rapidsvn.tigris.org/
|
|
Summary: rapidsvn-0.8.0 is out
|
|
Keywords:
|
|
Status Whiteboard:
|
|
Opened: 2005-04-29 13:11 0000
|
A new version of rapidsvn (subversion frontend) is out. In particular, this
version fixes the nightmarish unicode bug which plagued us before.
Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Created an attachment (id=57712) [details]
0.8.0 ebuild
I had to make changes from the 0.7.1 ebuild - for some reason when doing
USE=-doc, the makefile wants to build the man page anyway (which fails), so I
removed that line from the Makefile. At least the previous poster is correct,
no evil wxwidgets workarounds needed. Patch forthcoming.
Still doesn't compile for me. I get undefined references to
_gtk_accel_group_detach, _gtk_accel_group_attach and
_gtk_rc_context_get_default_font_name.
Are there any particular USE flags I must use on wxGTK to make this work??
(In reply to comment #3)
> Still doesn't compile for me. I get undefined references to
> _gtk_accel_group_detach, _gtk_accel_group_attach and
> _gtk_rc_context_get_default_font_name.
>
> Are there any particular USE flags I must use on wxGTK to make this work??
from looking at the google results for those symbols, it seems that many people
have problems with them. http://www.usenetlinux.com/t-414208.html says try
re-`emerge wxGTK`.