Thanks, that worked perfectly. I wasn't sure where to set this compiler option.
On Fri, Aug 23, 2013 at 5:45 PM, Andi Vajda <va...@apache.org> wrote: > > On Aug 23, 2013, at 23:24, Jeremy Michels <jeremy.d.mich...@gmail.com> > wrote: > > > I've been trying trying to build pylucene-4.4.0-1 on a Windows 64-bit > > machine, and have run into a bit of trouble. > > > > Specifically, when I attempt to build Pylucene via "make" I get the error > > "fatal error C1128: number of sections exceeded object file format limit > : > > compile with /bigobj". > > Did you do as it suggested, adding /bigobj to the compile flags ? > (add this to CFLAGS in jcc's setup.py and rebuild jcc first) > > Andi.. > > > No matter how large I increase the NUM_FILES > > argument in the makefile (I've set it as big as 999), I get this error. > If > > I set NUM_FILES to 'separate', I get the error > > "build\_lucene\java\__init__.cpp(27) : error C3861: 'getJavaModule': > > identifier not found". > > > > Jeremy >