| Summary: | synce-kde fails to compile with use avantgo | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Juan Ramon Alfaro Martinez <amon.raj> |
| Component: | Current packages | Assignee: | Gentoo Linux bug wranglers <bug-wranglers> |
| Status: | RESOLVED NEEDINFO | ||
| Severity: | normal | ||
| Priority: | High | ||
| Version: | 2006.1 | ||
| Hardware: | AMD64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
Please, reopen with actual compile errors and emerge --info. Thanks. |
When the use flag avantgo is set in app-pda/synce-kde it does not compile. If I coment the lines that compile avantgo it works well. Solution: Comment src_compile() { if use avantgo; then #cd ${S}/../agsync-0.2-pre #emake cd ${S} myconf="$myconf --with-agsync=${S}/../${AGVER}" fi kde_src_compile }