[Gammaray-interest] My Button On Gammaray Is Disabled

Allen Winter allen.winter at kdab.com
Wed Apr 1 21:36:39 CEST 2020


On Wednesday, April 1, 2020 2:40:17 PM EDT Lê Tâm wrote:
> Hi,
> Can you help me, my button in grammaray disabled. I cant click
> on them. Attach button, Connect button, Launch button. All them disable.
> I had build it from "Craft" method:  https://cgit.kde.org/craft.git/about/
> What am i missing, sir?

GammaRay is very sensitive that the application Qt version and compiler
with the Qt version and compiler it was build with.

For example: If the Craft build used Qt5.14 with MSVC2015 x86_64
then it will only attach to applications that were built with the same.

See how the Probe says "Qt5.14 (MSVC, 140, release, x86_64)" ?
that means it will only attach to applications built the same way.

So, double check that you built Garena with Qt5.14 (MSVC, 140, release, x86_64)
Or you can build GammaRay yourself using whatever compiler and Qt version you want.

I would recommend not using Craft so you can better control the build environment.
in a msvc development terminal (version of your choice)
set "PATH=C:\path\to\Qt\bin;%PATH%"
cd Gammaray-source
mkdir build
cd build
cmake -G "NMake Makefiles" ..
nmake
nmake install
 should install to C:\Program Files


-- 
Allen Winter | allen.winter at kdab.com | Senior Software Engineer
KDAB (USA) LLC, a KDAB Group company
Tel. USA +1-866-777-KDAB(5322) ext3
KDAB - The Qt, C++ and OpenGL Experts
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 3859 bytes
Desc: not available
URL: <http://mail.kdab.com/pipermail/gammaray-interest/attachments/20200401/89d71240/attachment.p7s>


More information about the Gammaray-interest mailing list