Denvi / Candle

GRBL controller application with G-Code visualizer written in Qt.
GNU General Public License v3.0
1.34k stars 548 forks source link

Need help to build Experimental Version for Windows 10 using Qt Creator #611

Closed wamad closed 1 year ago

wamad commented 1 year ago

Hi all,

I am trying to compile/build the experimental version of Candle using Qt Creator on Win10, but no success. I try to build the candle.pro that is in "/src/candle/candle.pro".

The error: "Cannot find -lcustomwidgets"

Qt Version: Qt 5.6.1 MinGW 32 bit

Compiler Version: MinGW 4.9.2 32 bit

Any help will be appreciated, thank you.

image

mar0x commented 1 year ago

Hello, It seems the issue caused by wrong library path specified in candle.pro and qtscript_custom.pro.

I would suggest to try the fork with number of fixes - https://github.com/mar0x/Candle/tree/Experimental-fixes - I've tested this branch against Qt 5.12.12 MinGW 32-bit.

wamad commented 1 year ago

Hi @mar0x,

Thank you so much for your response. I was able to build using Qt 5.12.12 MingGW 32-bit and run it perfectly.

However, the program cannot load the plugins. Any help on that ?

wamad commented 1 year ago

Hi @mar0x,

I am able to run with the plugin after I build for the "Release" version.

I hope this thread will help others to run the Experimental version. Thank you.