line72
29-09-2005 14:45:46
I'm trying to get pyogre running under linux. I've checked out trunk from subversion (since there was no linux package), and am running
I initially had swig-1.3.21 installed, but it complained about missing std_multimap.i so I upgraded to the latest version of swig: 1.3.25. Swig now runs succesfully, but used all 3 gigs of my ram + swap. On my machine at home, which only has 1 gig of ram, swig failed due to running out of memory. Is there anyway to split up the .i files so swig doesn't use so much ram?
python setup.py buildI initially had swig-1.3.21 installed, but it complained about missing std_multimap.i so I upgraded to the latest version of swig: 1.3.25. Swig now runs succesfully, but used all 3 gigs of my ram + swap. On my machine at home, which only has 1 gig of ram, swig failed due to running out of memory. Is there anyway to split up the .i files so swig doesn't use so much ram?