Oh yes, of course. #pragma once is the problem. Thanks for fixing that. B
On 20/06/14 20:02, Anton Gladky wrote: > 2014-06-20 17:59 GMT+02:00 Bruno Chareyre <[email protected]>: >> Did you really observe compilation problems with chunksize>1?? >> I didn't expect the previous method to break it. > Yes, you can try to compile previous versions with CHUNKSIZE=10. > cpp-files are united together. Each of them requires including of its > "own" hpp, which is prevented by "#pragma once". So you are getting > just one hpp for all of engines. It breaks the logic. > > Well, joining cpp-files like we do it by chunks is not quite correct also, > but we have it, so we need to maintain it as well. > > Regards > > Anton > > _______________________________________________ > Mailing list: https://launchpad.net/~yade-dev > Post to : [email protected] > Unsubscribe : https://launchpad.net/~yade-dev > More help : https://help.launchpad.net/ListHelp > > > -- _______________ Bruno Chareyre Associate Professor ENSE³ - Grenoble INP Lab. 3SR BP 53 38041 Grenoble cedex 9 Tél : +33 4 56 52 86 21 Fax : +33 4 76 82 70 43 ________________ _______________________________________________ Mailing list: https://launchpad.net/~yade-dev Post to : [email protected] Unsubscribe : https://launchpad.net/~yade-dev More help : https://help.launchpad.net/ListHelp

