| Summary: | Unable to build Syntax Highlighting Engine on windows 10 32 bit | ||
|---|---|---|---|
| Product: | [Frameworks and Libraries] frameworks-syntax-highlighting | Reporter: | Prajith <prajith936> |
| Component: | syntax | Assignee: | KWrite Developers <kwrite-bugs-null> |
| Status: | RESOLVED WORKSFORME | ||
| Severity: | normal | CC: | christoph, walter.von.entferndt |
| Priority: | NOR | ||
| Version First Reported In: | 5.73.0 | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | Microsoft Windows | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
| Attachments: |
attachment-26320-0.html
image.png attachment-8565-0.html |
||
|
Description
Prajith
2020-10-17 10:54:09 UTC
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. |