Boost logo

Boost Users :

Subject: Re: [Boost-users] rule.ipp(173) : error C1128: number of sections exceeded object file format limit : compile with /bigobj
From: Jeff Flinn (TriumphSprint2000_at_[hidden])
Date: 2009-11-05 16:15:57


HT4N - wrote:
> I have quite a big grammar now, and basically I have multiple grammars
> separated into many files and at the root grammar I have many
> alternations like the following:
>
> Root = GrammarA
> | GrammarB
> ...
> | GrammarZ
>
> It looks like, the compiler complaining about the size of the inline code.
>
> Here is the error message from the compiler:
>
> "boost\spirit\core\non_terminal\impl\rule.ipp(173) : error C1128: number
> of sections exceeded object file format limit : compile with /bigobj"
>
> What is the solution to this issue?

Umm, did you try compiling with /bigobj?

Jeff


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net