Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

georeferencer not properly compiled on RHEL4 #10292

Closed
qgib opened this issue Aug 11, 2006 · 4 comments
Closed

georeferencer not properly compiled on RHEL4 #10292

qgib opened this issue Aug 11, 2006 · 4 comments
Labels
Bug Either a bug report, or a bug fix. Let's hope for the latter! Build/Install Related to compiling or installing QGIS

Comments

@qgib
Copy link
Contributor

qgib commented Aug 11, 2006

Author Name: neteler-itc-it - (neteler-itc-it -)
Original Redmine Issue: 233

Redmine category:build/install
Assignee: Gary Sherman


Hi,

on my Mandriva box I have the georeferencer, but not
on RHEL4 Linux. probably due to this problem:

Making all in georeferencer
maker1: Entering directory @/hardmnt/bartok0/ssi/neteler/software/qgis_unstable/src/plugins/georeferencer'
maker1: Circular georeferencer.qrc <- georeferencer.qrc.cpp dependency dropped.
make all-am
maker2: Entering directory @/hardmnt/bartok0/ssi/neteler/software/qgis_unstable/src/plugins/georeferencer'
maker2: Circular georeferencer.qrc <- georeferencer.qrc.cpp dependency dropped.
maker2: Nothing to be done for @all-am'.
maker2: Leaving directory @/hardmnt/bartok0/ssi/neteler/software/qgis_unstable/src/plugins/georeferencer'
maker1: Leaving directory @/hardmnt/bartok0/ssi/neteler/software/qgis_unstable/src/plugins/georeferencer'
Making all in gps_importer
...

The plugin isn't installed then. I am using the current SVN version.

Markus

@qgib
Copy link
Contributor Author

qgib commented Aug 12, 2006

Author Name: anonymous - (anonymous -)


That circular dependency warning occurs with other plugins too, for example, the scale bar. Are you sure that the georeferencer isn't installed, and if not, is the scale bar also not installed? It is only a warning and shouldn't be stopping make from compiling and installing the plugin.

If there are georefplugin.la and georefplugin.so files in the qgis install directory (prefix_path/lib/qgis), then the problem is probably not with the make process.

@qgib
Copy link
Contributor Author

qgib commented Aug 15, 2006

Author Name: neteler-itc-it - (neteler-itc-it -)


Hi,

I found something:

cd /usr/local/qgis_devel/lib/qgis
ls -l | grep ref
-rwxr-xr-x 1 neteler ssi 1807886 Aug 10 18:36 georefplugin.so
-rwxr-xr-x 1 neteler ssi 1872 Aug 10 18:36 georefplugin.la
-rw-r--r-- 1 neteler ssi 4728256 Aug 10 18:36 georefplugin.a

It is compiled. But it is not visible in the
plugin manager because the plugin manager reads
from /usr/local/lib64/qgis:

ls -l /usr/local/lib64/qgis | grep ref

but the scalebar is there:
ls -l /usr/local/lib64/qgis | grep Scal
-rw-r--r-- 1 neteler ssi 1937084 Aug 10 18:36 libScaleBarplugin.a
-rwxr-xr-x 1 neteler ssi 1667 Aug 10 18:36 libScaleBarplugin.la
-rwxr-xr-x 1 neteler ssi 918893 Aug 10 18:36 libScaleBarplugin.so

Essentially the georeferer isn't copied (or whatever)
into the right directory while the others are.

Note that I am using a 64bit platform.

Markus

@qgib
Copy link
Contributor Author

qgib commented Aug 15, 2006

Author Name: Gavin Macaulay - (Gavin Macaulay -)


That pins the problem right down. It is fixed in SVN c62dbcd (SVN r5700). A svn update in the georeferencer directory and then a make install in the same directory should fix the problem for you.


  • resolution was changed from to fixed
  • status_id was changed from Open to Closed

@qgib
Copy link
Contributor Author

qgib commented Aug 15, 2006

Author Name: neteler-itc-it - (neteler-itc-it -)


Now it works, thanks.

Markus

@qgib qgib added Bug Either a bug report, or a bug fix. Let's hope for the latter! Build/Install Related to compiling or installing QGIS labels May 24, 2019
@qgib qgib closed this as completed May 24, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Either a bug report, or a bug fix. Let's hope for the latter! Build/Install Related to compiling or installing QGIS
Projects
None yet
Development

No branches or pull requests

1 participant