Home | Docs | Forums | Lists | Bugs | Planet | Store | GMN | Get Gentoo!
Not eligible to see or edit group visibility for this bug.
View Bug Activity | Format For Printing | XML | Clone This Bug
When building clanlib-0.7.6, at least for i586 arch compile, you'll get an error in the file Sources/Network/Socket/ip_adress_get_sock.cpp (I don't remember if thats the filname, but it's something veryu similar, maybe on underscore less or so), at lines 50,65,164 where the function Clanlib::StrToInt give a word value for the port variable, and the subsequent lines where you check for port < "max word value" (don't remember what that is), so the check will always be false. There are two ways to fix it, the best would be to get the Clanlib::StrToInt to give a double (isn't that the next step up from word), then it will work, or a quick and dirty fix is to include a "=" sign (port <= "max word value"). Reproducible: Always Steps to Reproduce: 1. 2. 3.
*** This bug has been marked as a duplicate of 33453 ***
Closing to clean up after bugzilla upgrade. reopen if closed in error. Thanks.