mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-15 00:04:00 -04:00
qwt compile error under OSX - note for Larry
This commit is contained in:
parent
d860c71676
commit
247c2dbe19
24
doc/osx.t2t
24
doc/osx.t2t
@ -527,7 +527,31 @@ cd <Qwt 6.x.x source directory>
|
|||||||
qmake -spec macx-g++
|
qmake -spec macx-g++
|
||||||
make -j [#cpus]
|
make -j [#cpus]
|
||||||
sudo make install
|
sudo make install
|
||||||
|
```
|
||||||
|
|
||||||
|
**TODO:** Remedy for :
|
||||||
|
|
||||||
|
```
|
||||||
|
shrub:qwt-6.1-rc3 timlinux$ sudo make install
|
||||||
|
Password:
|
||||||
|
cd src/ && make -f Makefile install
|
||||||
|
rm -f -r "/usr/local/qwt-6.1.0-rc3/lib/qwt.framework"
|
||||||
|
cp -f -R "../lib/qwt.framework" "/usr/local/qwt-6.1.0-rc3/lib/qwt.framework"
|
||||||
|
cp -f -R /Users/timlinux/dev/cpp/qwt-6.1-rc3/doc/html /usr/local/qwt-6.1.0-rc3/doc/
|
||||||
|
cp -f -R /Users/timlinux/dev/cpp/qwt-6.1-rc3/doc/man /usr/local/qwt-6.1.0-rc3/doc/
|
||||||
|
cd textengines/ && make -f Makefile install
|
||||||
|
make[1]: Nothing to be done for `install'.
|
||||||
|
cd designer/ && make -f Makefile install
|
||||||
|
rm -f libqwt_designer_plugin.dylib
|
||||||
|
linking plugins/designer/libqwt_designer_plugin.dylib
|
||||||
|
ld: library not found for -lqwt
|
||||||
|
collect2: ld returned 1 exit status
|
||||||
|
make[1]: *** [plugins/designer/libqwt_designer_plugin.dylib] Error 1
|
||||||
|
make: *** [sub-designer-install_subtargets-ordered] Error 2
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
|
```
|
||||||
sudo install_name_tool -id /usr/local/qwt-6.0.1/lib/qwt.framework/Versions/6/qwt \
|
sudo install_name_tool -id /usr/local/qwt-6.0.1/lib/qwt.framework/Versions/6/qwt \
|
||||||
/usr/local/qwt-6.0.1/lib/qwt.framework/Versions/6/qwt
|
/usr/local/qwt-6.0.1/lib/qwt.framework/Versions/6/qwt
|
||||||
```
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user