Compile MMex on Linux Mint 18.1

MMEX4Desktop, incl. Windows, macOS (10.10 or newer), and Most Unix variants using the GTK+ toolkit

Moderator: Renato

Post Reply
eriosw
New MMEX User
Posts: 7
Joined: Fri Feb 10, 2017 12:32 pm
Are you a spam bot?: No

Compile MMex on Linux Mint 18.1

Post by eriosw »

i get the error:


[ 99%] Building CXX object CMakeFiles/mmex.dir/src/unix/platfdep.cpp.o
[100%] Linking CXX executable bin/mmex
bin/lib/libLUA.a(loslib.c.o): In function `os_tmpname':
loslib.c:(.text+0x14d): warning: the use of `tmpnam' is dangerous, better use `mkstemp'
CMakeFiles/mmex.dir/src/mmcheckingpanel.cpp.o: In function `TransactionListCtrl::OnEditTransaction(wxCommandEvent&)':
mmcheckingpanel.cpp:(.text+0xe022): undefined reference to `transactionsUpdateDialog::transactionsUpdateDialog(wxWindow*, int, std::vector<int, std::allocator<int> >&)'
mmcheckingpanel.cpp:(.text+0xe066): undefined reference to `transactionsUpdateDialog::~transactionsUpdateDialog()'
mmcheckingpanel.cpp:(.text+0xe3c9): undefined reference to `transactionsUpdateDialog::~transactionsUpdateDialog()'
collect2: error: ld returned 1 exit status
CMakeFiles/mmex.dir/build.make:2982: recipe for target 'bin/mmex' failed
make[2]: *** [bin/mmex] Error 1
CMakeFiles/Makefile2:68: recipe for target 'CMakeFiles/mmex.dir/all' failed
make[1]: *** [CMakeFiles/mmex.dir/all] Error 2
Makefile:149: recipe for target 'all' failed
make: *** [all] Error 2

what is the problem?
Nikolay
MMEX Developer
Posts: 1535
Joined: Sat Dec 06, 2008 2:27 pm
Are you a spam bot?: No
Location: Sankt-Petersburg, Russia

Re: Compile MMex on Linux Mint 18.1

Post by Nikolay »

Post Reply