Re: [QGIS-Developer] Build problems using install instructions -building branches

2024-05-22 Thread DelazJ via QGIS-Developer
Hi, These instructions in the INSTALL.md lack a context and are quite confusing there IMHO. They should probably go to the developers guide (https://docs.qgis.org/testing/en/docs/developers_guide/git.html#development-in-branches). It is more a git/development tip than a build instructions. R

Re: [QGIS-Developer] Build problems using install instructions -building branches

2024-05-20 Thread Even Rouault via QGIS-Developer
Hi, The procedure at https://github.com/qgis/QGIS/blob/master/INSTALL.md#39-building-different-branches is more for developers to create feature branches and submit pull requests To just built the release-3_36 branch, Assuming that "origin" is your remote pointing to https://github.com/qgis

[QGIS-Developer] Build problems using install instructions -building branches

2024-05-20 Thread Tony Bazeley via QGIS-Developer
Hi, I've come to this point after finding problems with QGIS using KDE Neon - library problems with the binary and age problems with the flatpack version. I'm running the latest KDE Neon version which runs on Ubuntu 22.04 I can now build the latest development version, but I need the latest st

Re: [QGIS-Developer] Build problems using install instructions

2024-05-03 Thread Greg Troxel via QGIS-Developer
Tony Bazeley via QGIS-Developer writes: > Not having much luck I'm afraid > > I've done a completely new reinstall and followed the instructions down to > git fetch /qgis/master Can you point to the instructions? This all seems very strange. I would just expect to clone the repo and checkout t

Re: [QGIS-Developer] Build problems using install instructions

2024-05-03 Thread Tony Bazeley via QGIS-Developer
Not having much luck I'm afraid I've done a completely new reinstall and followed the instructions down to git fetch /qgis/master at this point *~/dev/cpp/QGIS/release-3_36*$ git remote -v origin https://github.com/qgis/QGIS.git (fetch) origin https://github.com/qgis/QGIS.git (push) and git

Re: [QGIS-Developer] Build problems using install instructions

2024-05-02 Thread Julien Cabieces via QGIS-Developer
> git fetch qgis/master > fatal: 'qgis/master' does not appear to be a git repository probably this would be better git fetch qgis Hoping that qgis is the remote that target your QGIS git repository. You can check this with git remote -v Regards, Julien > Thanks Julien and Richard > > I

Re: [QGIS-Developer] Build problems using install instructions

2024-04-30 Thread Tony Bazeley via QGIS-Developer
Thanks Julien and Richard I gave it another shot on the weekend with a clean build which was successful. But I'm now thinking I'd be better suited to using the latest stable version, 3_36 in this case. My interpretation of the instructions, git commit git worktree add ../my_new_functionali

Re: [QGIS-Developer] Build problems using install instructions

2024-04-29 Thread Julien Cabieces via QGIS-Developer
Hi, Sorry I didn't read your mail till the end, and actually I'm pretty confident to know where it comes because I fixed it 4 days ago... I'm pretty sure it's related to this: https://github.com/qgis/QGIS/pull/57218 If you try to build master, just pull your repository, restart a clean build, a

Re: [QGIS-Developer] Build problems using install instructions

2024-04-26 Thread Richard Duivenvoorde via QGIS-Developer
Not sure if it helps, but: # locate QtWidgetsmod.sip /usr/lib/python3/dist-packages/PyQt5/bindings/QtWidgets/QtWidgetsmod.sip # dpkg -S /usr/lib/python3/dist-packages/PyQt5/bindings/QtWidgets/QtWidgetsmod.sip pyqt5-dev: /usr/lib/python3/dist-packages/PyQt5/bindings/QtWidgets/QtWidgetsmod.sip

Re: [QGIS-Developer] Build problems using install instructions

2024-04-26 Thread Tony Bazeley via QGIS-Developer
Thanks Julien, I've installed all the packages listed, including pyqt-dev dpkg -l | grep pyqt5-dev ii *pyqt5-dev* 5.15.10+dfsg-0xneon+22.04+jammy+release+build26 all Development files for PyQt5 ii *pyqt5-dev*-tools

Re: [QGIS-Developer] Build problems using install instructions

2024-04-25 Thread Julien Cabieces via QGIS-Developer
Hi, You probably need to install the package which provide those files, it's pyqt5-dev on Debian, so it should be the same on Ubuntu. It's on the list of packages to be installed [0], did you install them ? You can check if it's properly installed with the following command: dpkg -l | grep py

[QGIS-Developer] Build problems using install instructions

2024-04-25 Thread Tony Bazeley via QGIS-Developer
Hi, I'm not an experienced builder, and have come to this point after finding problems with QGIS using KDE Neon - library problems with the binary and age problems with the flatpack version. I'm running the latest KDE Neon version which runs on Ubuntu 22.04 I've managed a successful QGIS bu