[wxWin 2.8.7] Build error
Bob McCown
rmccown at insors.com
Wed Jan 2 05:58:50 PST 2008
Howdy
Here's the steps I did to get it to work. I'm not sure WHY this happened this
way, but at least I can build the sample apps now.
-Open the \wxWidgets-2.8.7\build\msw\wx.dsw
-Build/batch build. Check all libs and run. Run a number of times until you
get no more new libs built.
Here's the list of what built when:
First batch build all:
========== Build: 208 succeeded, 112 failed, 0 up-to-date, 0 skipped ==========
Second:
========== Build: 8 succeeded, 104 failed, 208 up-to-date, 0 skipped ==========
Third:
========== Build: 28 succeeded, 76 failed, 216 up-to-date, 0 skipped ==========
Fourth:
========== Build: 41 succeeded, 36 failed, 243 up-to-date, 0 skipped ==========
Fifth:
========== Build: 40 succeeded, 4 failed, 276 up-to-date, 0 skipped ==========
Sixth:
========== Build: 16 succeeded, 4 failed, 300 up-to-date, 0 skipped ==========
Subsequent builds stayed at 16/4/300, so I figured I was done here.
-Build/Build Solution. This built the rest of the libraries.
Hope this helps debug whats going on
-=Bob
Vadim Zeitlin wrote:
> On Fri, 28 Dec 2007 14:55:06 -0500 Bob McCown <rmccown at insors.com> wrote:
>
> BM> I get the following errors in some of the libraries when I build:
> BM>
> BM> app.obj : error LNK2019: unresolved external symbol "protected: virtual class
> BM> wxString __thiscall wxAppTraitsBase::GetAssertStackTrace(void)"
> BM> (?GetAssertStackTrace at wxAppTraitsBase@@MAE?AVwxString@@XZ) referenced in
> BM> function "public: virtual bool __thiscall wxApp::Yield(bool)"
> BM> (?Yield at wxApp@@UAE_N_N at Z)
> ...
> BM> This is on XP, VS2005. I haven't made any changes at all to the
> BM> wxWidgets-2.8.7 directory, or any of its files. I'm building both the
> BM> wx.dsp and wx_dll.dsp, they both give me the same errors.
>
> This is not the first time this comes up so there is definitely something
> wrong here but I just don't see what can it be and, of course, everything
> works just fine for me here so I can't even reproduce the problem myself.
>
> If you search for GetAssertStackTrace() in the archives you will find all
> the suggestions I could make in the past and I'm afraid I don't have any
> new ones.
>
> I'd also appreciate if you could post here again if/when you manage to
> solve the problem.
>
> Good luck,
> VZ
>
More information about the wx-users
mailing list