
Hi, I get following error when trying to compile PPL under MinGW:
make[4]: Entering directory `/c/ppl-0.10.2/demos/ppl_lcdd/examples'
make[4]: Nothing to be done for `all'. make[4]: Leaving directory `/c/ppl-0.10.2/demos/ppl_lcdd/examples' make[4]: Entering directory `/c/ppl-0.10.2/demos/ppl_lcdd' g++ -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../src -I../../utils -I/usr/local /include -g -O2 -frounding-math -W -Wall -MT ppl_lcdd.o -MD -MP -MF .deps/ppl_ lcdd.Tpo -c -o ppl_lcdd.o ppl_lcdd.cc ppl_lcdd.cc:138:27: error: sys/resource.h: No such file or directory ppl_lcdd.cc: In function 'void<unnamed>::limit_virtual_memory(unsigned int)': ppl_lcdd.cc:336: error: aggregate '<unnamed>::rlimit t' has incomplete type and cannot be defined ppl_lcdd.cc:338: error: 'RLIMIT_AS' was not declared in this scope ppl_lcdd.cc:338: error: 'getrlimit' was not declared in this scope ppl_lcdd.cc:343: error: 'RLIMIT_AS' was not declared in this scope ppl_lcdd.cc:343: error: 'setrlimit' was not declared in this scope make[4]: *** [ppl_lcdd.o] Error 1
regards, Krzysztof Jakubczyk