Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 255783 - net-p2p/amule 2.2.2 won't compile (isalpha not declared in this scope)
Summary: net-p2p/amule 2.2.2 won't compile (isalpha not declared in this scope)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo net-p2p team
URL: http://www.amule.org/abugs/view.php?i...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-01-21 19:40 UTC by Gabriel Máculus
Modified: 2009-01-24 19:30 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
fix isalpha problem adding ctype.h to includes (amule-2.2.2-fix-isalpha.diff,493 bytes, patch)
2009-01-21 19:41 UTC, Gabriel Máculus
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Gabriel Máculus 2009-01-21 19:40:43 UTC
Building libec.a
Compiling Format.cpp
Format.cpp: In member function 'wxString CFormat::GetIntegerField(const wxChar*)':
Format.cpp:288: error: 'isalpha' was not declared in this scope
make[4]: *** [Format.o] Error 1
make[3]: *** [all-recursive] Error 1
make[2]: *** [all-recursive] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2

Reproducible: Always

Steps to Reproduce:
1. emerge -v amule
2.
3.
Comment 1 Gabriel Máculus 2009-01-21 19:41:36 UTC
Created attachment 179197 [details, diff]
fix isalpha problem adding ctype.h to includes
Comment 2 Raúl Porcel (RETIRED) gentoo-dev 2009-01-24 18:26:51 UTC

*** This bug has been marked as a duplicate of bug 253143 ***
Comment 3 Raúl Porcel (RETIRED) gentoo-dev 2009-01-24 18:27:50 UTC
Woops, different bug
Comment 4 Raúl Porcel (RETIRED) gentoo-dev 2009-01-24 18:37:40 UTC
Added, thanks for the patch
Comment 5 Gabriel Máculus 2009-01-24 19:30:09 UTC
(In reply to comment #4)
> Added, thanks for the patch
> 
i forget the upstream bug:
http://www.amule.org/abugs/view.php?id=1480

thank's