vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Nikos Chantziaras <realnc@arcor.de> wrote: > > portagedb.cpp:1272: error: 'RAND_MAX' was not declared in this scope These are typically errors which are caused especially by using gcc-4.3; old gcc-versions were less picky. You should write a patch, inserting the line #include <climits> at the beginning of this file. But my guess is that also further such include's are missing, see http://gcc.gnu.org/gcc-4.3/porting_to.html |