How to compile GUI?

34 views
Skip to first unread message

Nenad Vujic

unread,
Jul 14, 2014, 5:12:31 PM7/14/14
to tex...@googlegroups.com
nmake -f makefile.vc BUILD=release <<<< from readme file

but i am getting LNK1120 195 unresolved externals

So how to compile GUI?
i have wxWIDGETS setup

ROTA

unread,
Jul 25, 2014, 4:09:07 PM7/25/14
to tex...@googlegroups.com
The error message tells you, that the linker could not link the binary, because he could not resolve all symbols.

You must look at the names of the symbol, which are missing.

If they begin with wx you probably did not
1) configure wx correctly,
2) did not compiled it
3) or did not set the path to the wx lib directory.

But maybe some other symbols are missing.

I can only guess without the whole error message.
Reply all
Reply to author
Forward
0 new messages