SUMMARY Unable to build the engine for windows 3 bit STEPS TO REPRODUCE 1. set the visual studio to 32 bit 2. build the source 3. Is building for 32 bit is not supported? OBSERVED RESULT Erorr related to 64 bit EXPECTED RESULT SOFTWARE/OS VERSIONS Windows: 10 macOS: Linux/KDE Plasma: (available in About System) KDE Plasma Version: KDE Frameworks Version: Qt Version: 5.14.1 ADDITIONAL INFORMATION
Have you any concrete compile errors to share?
Just curious: why do you need 32 bit?
Created attachment 132835 [details] attachment-26320-0.html Hi, Our application is 32 bit. So was trying to build syntax highligter engine too for 32 bit. Is that possible? Thanks, Prajiht On Wed, Oct 21, 2020 at 11:36 AM Dominik Haumann <bugzilla_noreply@kde.org> wrote: > https://bugs.kde.org/show_bug.cgi?id=427859 > > --- Comment #2 from Dominik Haumann <dhaumann@kde.org> --- > Just curious: why do you need 32 bit? > > -- > You are receiving this mail because: > You reported the bug.
As said: Do you have any concrete compile error to show? If not we can't help you. I am not aware that we have any code that explicitly would make 32-bit compiles infeasible, not that I did a 32-bit compile in years.
Created attachment 132856 [details] image.png Hi Christoph, I am trying to build using x86 visual studio.I am getting the below error. I tried with the platform as "Any CPU" too and was getting invalid configuration. [image: image.png] Thanks, Prajith On Thu, Oct 29, 2020 at 3:50 AM Christoph Cullmann <bugzilla_noreply@kde.org> wrote: > https://bugs.kde.org/show_bug.cgi?id=427859 > > Christoph Cullmann <cullmann@kde.org> changed: > > What |Removed |Added > > ---------------------------------------------------------------------------- > Status|REPORTED |NEEDSINFO > Resolution|--- |WAITINGFORINFO > > --- Comment #4 from Christoph Cullmann <cullmann@kde.org> --- > As said: Do you have any concrete compile error to show? > > If not we can't help you. > > I am not aware that we have any code that explicitly would make 32-bit > compiles > infeasible, not that I did a 32-bit compile in years. > > -- > You are receiving this mail because: > You reported the bug.
Please provide the output of the cmake, make, and compile steps. The screenshot you added only shows that the build failed. Also, please add text instead of images.
Created attachment 133467 [details] attachment-8565-0.html hi Christoph, I was able to build for x64 bit and it is working fine. Please close the ticket. Very much thanks for responding. Regards, Prajith On Tue, Nov 10, 2020 at 5:02 AM Christoph Feck <bugzilla_noreply@kde.org> wrote: > https://bugs.kde.org/show_bug.cgi?id=427859 > > --- Comment #6 from Christoph Feck <cfeck@kde.org> --- > Please provide the output of the cmake, make, and compile steps. The > screenshot > you added only shows that the build failed. Also, please add text instead > of > images. > > -- > You are receiving this mail because: > You reported the bug.
Thanks for the update; changing status.