[frameworks-syntax-highlighting] [Bug 426385] Unable to build Syntax Highlighting Engine on debian 10
https://bugs.kde.org/show_bug.cgi?id=426385 --- Comment #4 from Prajith --- Hi Christoph, How to get the older release? Where can I download the older release from? Thanks, Prajith On Sun, Sep 13, 2020 at 11:47 PM Christoph Cullmann < bugzilla_nore...@kde.org> wrote: > https://bugs.kde.org/show_bug.cgi?id=426385 > > Christoph Cullmann changed: > >What|Removed |Added > > > Status|REPORTED|RESOLVED > Resolution|--- |INTENTIONAL > > --- Comment #3 from Christoph Cullmann --- > Then I am sorry, we need at least Qt 5.12 at the moment. > > You could try to check out an older release that doesn't require this. > > Greetings > Christoph > > -- > You are receiving this mail because: > You reported the bug. -- You are receiving this mail because: You are watching all bug changes.
[frameworks-syntax-highlighting] [Bug 426385] Unable to build Syntax Highlighting Engine on debian 10
https://bugs.kde.org/show_bug.cgi?id=426385 --- Comment #6 from Prajith --- Thanks Christoph On Mon, Sep 14, 2020 at 3:32 PM Christoph Feck wrote: > https://bugs.kde.org/show_bug.cgi?id=426385 > > --- Comment #5 from Christoph Feck --- > If you clone a git repository, you are also getting the complete history. > There > you can use 'git checkout' to switch to any branch. 'git branch -a' lists > them. > > -- > You are receiving this mail because: > You reported the bug. -- You are receiving this mail because: You are watching all bug changes.
[frameworks-syntax-highlighting] [Bug 426385] Unable to build Syntax Highlighting Engine on debian 10
https://bugs.kde.org/show_bug.cgi?id=426385 --- Comment #7 from Prajith --- Hi Christoph, Sorry to disturb you. As you suggested, I tried performing cmake on all the branches listed using 'git branch -a'. It seems none of branches is supporting 5.11.3 qt. [image: image.png] I tried all the above branches and all are giving the same error: [image: image.png] Is there any other alternate way. Thanks for your patience. Regards, Prajith On Mon, Sep 14, 2020 at 5:09 PM Prajith kumar wrote: > Thanks Christoph > > On Mon, Sep 14, 2020 at 3:32 PM Christoph Feck > wrote: > >> https://bugs.kde.org/show_bug.cgi?id=426385 >> >> --- Comment #5 from Christoph Feck --- >> If you clone a git repository, you are also getting the complete history. >> There >> you can use 'git checkout' to switch to any branch. 'git branch -a' lists >> them. >> >> -- >> You are receiving this mail because: >> You reported the bug. > > -- You are receiving this mail because: You are watching all bug changes.
[frameworks-syntax-highlighting] [Bug 426385] Unable to build Syntax Highlighting Engine on debian 10
https://bugs.kde.org/show_bug.cgi?id=426385 --- Comment #10 from Prajith --- Hi Christoph, I am trying to build 'syntax-highlighting-v5.65.0-rc1' which requires qt 5.11.0 version but on performing cmake, I am getting below error: -- Looking for __GLIBC__ -- Looking for __GLIBC__ - found -- Performing Test _OFFT_IS_64BIT -- Performing Test _OFFT_IS_64BIT - Success -- Performing Test HAVE_DATE_TIME -- Performing Test HAVE_DATE_TIME - Success CMake Error at CMakeLists.txt:15 (include): include could not find load file: KDEClangFormat -- Found Perl: /usr/local/apps/bat/perl/perl-5.20.2-mw-026/bin/perl (found version "5.20.2") -- Performing Test COMPILER_HAS_HIDDEN_VISIBILITY -- Performing Test COMPILER_HAS_HIDDEN_VISIBILITY - Success -- Performing Test COMPILER_HAS_HIDDEN_INLINE_VISIBILITY -- Performing Test COMPILER_HAS_HIDDEN_INLINE_VISIBILITY - Success -- Performing Test COMPILER_HAS_DEPRECATED_ATTR -- Performing Test COMPILER_HAS_DEPRECATED_ATTR - Success CMake Error at CMakeLists.txt:141 (install): install FILES given no DESTINATION! -- The following features have been enabled: * SYNTAX_RESOURCE, Bundle the syntax definition files inside the library as resources -- The following OPTIONAL packages have been found: * Qt5PrintSupport Example application. * Qt5Widgets Example application. -- The following REQUIRED packages have been found: * ECM (required version >= 5.54.0) * Qt5Core * Qt5Network * Qt5Test * Qt5Gui * Qt5 (required version >= 5.11.0), <http://qt-project.org/> * Perl Auto-generate PHP syntax definition files. * Qt5LinguistTools -- The following features have been disabled: * FEATURE_NO_STANDARD_PATHS, Skip lookup of syntax and theme definitions in QStandardPaths locations * QCH, API documentation in QCH format (for e.g. Qt Assistant, Qt Creator & KDevelop) -- The following OPTIONAL packages have not been found: * Qt5XmlPatterns Compile-time validation of syntax definition files. CMake Error at CMakeLists.txt:148 (kde_clang_format): Unknown CMake command "kde_clang_format". -- Configuring incomplete, errors occurred! How to resolve this error? Before building 'syntax-highlighting', do we need to perform any prerequisite steps? Thanks, Prajith . On Mon, Sep 14, 2020 at 6:00 PM Christoph Cullmann wrote: > https://bugs.kde.org/show_bug.cgi?id=426385 > > --- Comment #9 from Christoph Cullmann --- > Sorry, the repository only has tags, you can see a list e.g. here > > https://invent.kde.org/frameworks/syntax-highlighting/-/tags > > -- > You are receiving this mail because: > You reported the bug. -- You are receiving this mail because: You are watching all bug changes.
[frameworks-syntax-highlighting] [Bug 426385] Unable to build Syntax Highlighting Engine on debian 10
https://bugs.kde.org/show_bug.cgi?id=426385 --- Comment #12 from Prajith --- Hi, I am running into an issue while trying to install ECM. I followed below steps: 1)git clone https://invent.kde.org/frameworks/extra-cmake-modules.git 2)cd extra-cmake-modules/ 3)mkdir build, cd build 4)cmake -DCMAKE_INSTALL_PREFIX=/usr .. 5) make, sudo make install I am getting below error: CMake Error at cmake_install.cmake:172 (file): file failed to open for writing (Permission denied): ecm-folder-path/extra-cmake-modules/build/install_manifest.txt I did 'ls -latr' on the file 'install_manifest.txt'. It says No such file or directory. Can you help me in resolving this issue. Thanks, Prajith On Tue, Sep 15, 2020 at 12:48 AM Christoph Cullmann < bugzilla_nore...@kde.org> wrote: > https://bugs.kde.org/show_bug.cgi?id=426385 > > --- Comment #11 from Christoph Cullmann --- > You need to install the matching version of extra-cmake-modules. > > https://invent.kde.org/frameworks/extra-cmake-modules > > -- > You are receiving this mail because: > You reported the bug. -- You are receiving this mail because: You are watching all bug changes.
[frameworks-syntax-highlighting] [Bug 426385] Unable to build Syntax Highlighting Engine on debian 10
https://bugs.kde.org/show_bug.cgi?id=426385 --- Comment #14 from Prajith --- Thanks, I'll check it out. On Tue, 15 Sep 2020, 01:51 Christoph Cullmann, wrote: > https://bugs.kde.org/show_bug.cgi?id=426385 > > --- Comment #13 from Christoph Cullmann --- > Hi, > > sorry, but I think that gets more and more out of scope of a bug report. > > I think you should consult the > > https://community.kde.org/Get_Involved/development > > documentation on how to setup your development environment. > > There are more pointers on this page, where to get more information. > > I hope this helps! > > -- > You are receiving this mail because: > You reported the bug. -- You are receiving this mail because: You are watching all bug changes.
[frameworks-syntax-highlighting] [Bug 426385] Unable to build Syntax Highlighting Engine on debian 10
https://bugs.kde.org/show_bug.cgi?id=426385 --- Comment #15 from Prajith --- Hi Christoph, I need some information regarding the usage of syntax highlighting engine 1)I want to use the engine in my QT application. Does this require setting up KDE development environment? 2)Is QT is the only prerequisite? 3)Can I configure from where the engine has to pick up the QT? 4)Are there any prerequisites to use the engine with my QT application? >From the documentation, I see only building the engine is sufficient. Can you please help in setting up the engine to use with my application. Thanks, Prajith On Tue, Sep 15, 2020 at 1:51 AM Christoph Cullmann wrote: > https://bugs.kde.org/show_bug.cgi?id=426385 > > --- Comment #13 from Christoph Cullmann --- > Hi, > > sorry, but I think that gets more and more out of scope of a bug report. > > I think you should consult the > > https://community.kde.org/Get_Involved/development > > documentation on how to setup your development environment. > > There are more pointers on this page, where to get more information. > > I hope this helps! > > -- > You are receiving this mail because: > You reported the bug. -- You are receiving this mail because: You are watching all bug changes.
[frameworks-syntax-highlighting] [Bug 427859] New: Unable to build Syntax Highlighting Engine on windows 10 32 bit
https://bugs.kde.org/show_bug.cgi?id=427859 Bug ID: 427859 Summary: Unable to build Syntax Highlighting Engine on windows 10 32 bit Product: frameworks-syntax-highlighting Version: 5.73.0 Platform: Other OS: Microsoft Windows Status: REPORTED Severity: normal Priority: NOR Component: syntax Assignee: kwrite-bugs-n...@kde.org Reporter: prajith...@gmail.com CC: walter.von.entfer...@posteo.net Target Milestone: --- 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 -- You are receiving this mail because: You are watching all bug changes.
[frameworks-syntax-highlighting] [Bug 427859] Unable to build Syntax Highlighting Engine on windows 10 32 bit
https://bugs.kde.org/show_bug.cgi?id=427859 --- Comment #3 from Prajith --- 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 wrote: > https://bugs.kde.org/show_bug.cgi?id=427859 > > --- Comment #2 from Dominik Haumann --- > Just curious: why do you need 32 bit? > > -- > You are receiving this mail because: > You reported the bug. -- You are receiving this mail because: You are watching all bug changes.
[frameworks-syntax-highlighting] [Bug 427859] Unable to build Syntax Highlighting Engine on windows 10 32 bit
https://bugs.kde.org/show_bug.cgi?id=427859 --- Comment #5 from Prajith --- 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 wrote: > https://bugs.kde.org/show_bug.cgi?id=427859 > > Christoph Cullmann changed: > >What|Removed |Added > > > Status|REPORTED|NEEDSINFO > Resolution|--- |WAITINGFORINFO > > --- Comment #4 from Christoph Cullmann --- > 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. -- You are receiving this mail because: You are watching all bug changes.
[frameworks-syntax-highlighting] [Bug 427859] Unable to build Syntax Highlighting Engine on windows 10 32 bit
https://bugs.kde.org/show_bug.cgi?id=427859 --- Comment #7 from Prajith --- 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 wrote: > https://bugs.kde.org/show_bug.cgi?id=427859 > > --- Comment #6 from Christoph Feck --- > 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. -- You are receiving this mail because: You are watching all bug changes.
[frameworks-syntax-highlighting] [Bug 426385] New: Unable to build Syntax Highlighting Engine on debian 10
https://bugs.kde.org/show_bug.cgi?id=426385 Bug ID: 426385 Summary: Unable to build Syntax Highlighting Engine on debian 10 Product: frameworks-syntax-highlighting Version: 5.73.0 Platform: Debian stable OS: Linux Status: REPORTED Severity: major Priority: NOR Component: framework Assignee: kwrite-bugs-n...@kde.org Reporter: prajith...@gmail.com Target Milestone: --- SUMMARY I tried building Syntax Highlighting Engine after cloning from https://invent.kde.org/frameworks/syntax-highlighting. The cmake version is 5.54.0. After modifying the CMakeLists.txt file in the line find_package(ECM 5.XX.X ...), I am getting qt version related issue. STEPS TO REPRODUCE 1. clone from https://invent.kde.org/frameworks/syntax-highlighting 2. cmake I installed cmake and qt5 using sudo apt-get install cmake sudo apt-get install qt5-default OBSERVED RESULT EXPECTED RESULT SOFTWARE/OS VERSIONS Windows: macOS: Linux/KDE Plasma: (available in About System) KDE Plasma Version: KDE Frameworks Version: Qt Version: 5.11.2 ADDITIONAL INFORMATION -- You are receiving this mail because: You are watching all bug changes.
[frameworks-syntax-highlighting] [Bug 426385] Unable to build Syntax Highlighting Engine on debian 10
https://bugs.kde.org/show_bug.cgi?id=426385 --- Comment #2 from Prajith --- I use qt 5.11.3. This I have installed using apt-get on debian 10. This seems to be the latest version for debian 10. Thanks, Prajith On Fri, 11 Sep 2020, 13:35 Christoph Cullmann, wrote: > https://bugs.kde.org/show_bug.cgi?id=426385 > > Christoph Cullmann changed: > >What|Removed |Added > > > CC||cullm...@kde.org > > --- Comment #1 from Christoph Cullmann --- > Hmm, actually, it would make more sense to build ECM, too, instead of > patching > the version. > > Which Qt version do you use? We support Qt >= 5.12. > > -- > You are receiving this mail because: > You reported the bug. -- You are receiving this mail because: You are watching all bug changes.
[frameworks-knewstuff] [Bug 365777] add-on installer will not load
https://bugs.kde.org/show_bug.cgi?id=365777 Prajith changed: What|Removed |Added CC||prajithpalakk...@gmail.com --- Comment #3 from Prajith --- This is happening also on Mint 17.3 -- You are receiving this mail because: You are watching all bug changes.