• Forum has been upgraded, all links, images, etc are as they were. Please see Official Announcements for more information

Undefined symbols for architecture x86_64

jack catesby

New member
I am trying to compile the dash wallets using the dash-qt.pro file in Qt creator 5.10.0 and I get the following error.

Undefined symbols for architecture x86_64:
"_main", referenced from:
implicit entry/start for main executable
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make: *** [dash-qt.app/Contents/MacOS/dash-qt] Error 1
21:14:03: The process "/usr/bin/make" exited with code 2.
Error while building/deploying project dash-qt (kit: Desktop Qt 5.10.0 clang 64bit)
When executing step "Make"


Does anybody know how i can fix this?
 
Back
Top