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
emerge of STLport-5.0.2 looks for g++-v3 path. With gcc4 it should look for g++-v4. I will attach a patch to the ebuild. I also add a hack (?) to compile with gcc4.
Created an attachment (id=82860) [details] check gcc version
Created an attachment (id=82861) [details] Hack (?) to compile with gcc4
Maybe useful? # grep -rn wcsftime /usr/lib/gcc/i686-pc-linux-gnu/4.1.0/ /usr/lib/gcc/i686-pc-linux-gnu/4.1.0/include/g++-v4/cwchar:115:#undef wcsftime /usr/lib/gcc/i686-pc-linux-gnu/4.1.0/include/g++-v4/cwchar:185: using ::wcsftime;
Created an attachment (id=83469) [details] Updated diff I need this on my other box, too. (gcc-3.4.6)
(From update of attachment 83469 [details]) arrr, just wrong.
The hack is fine for now since that code doesn't exist in newer versions. Thanks a lot.