Comment 7 for bug 1170803

Revision history for this message
su_v (suv-lp) wrote :

Can't get r12285 to install any of the symbols files on Ubuntu 12.10 either:

su-v@vbQuantal2:~/local/src/inkscape-repo/vbQuantal3$ (cd build; make -j2)
(…)
Making all in symbols
make[3]: Entering directory `/home/su-v/local/src/inkscape-repo/vbQuantal3/build/share/symbols'
 cd ../../.. && /bin/bash /home/su-v/local/src/inkscape-repo/vbQuantal3/build-aux/missing --run automake-1.11 --foreign share/symbols/Makefile
share/symbols/Makefile.am:4: wildcard *.svg: non-POSIX variable name
share/symbols/Makefile.am:4: (probably a GNU make extension)
 cd ../.. && /bin/bash ./config.status share/symbols/Makefile
config.status: creating share/symbols/Makefile
make[3]: Leaving directory `/home/su-v/local/src/inkscape-repo/vbQuantal3/build/share/symbols'
make[3]: Entering directory `/home/su-v/local/src/inkscape-repo/vbQuantal3/build/share/symbols'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/home/su-v/local/src/inkscape-repo/vbQuantal3/build/share/symbols'
(…)
su-v@vbQuantal2:~/local/src/inkscape-repo/vbQuantal3$ (cd build/share/symbols/; make install)
make[1]: Entering directory `/home/su-v/local/src/inkscape-repo/vbQuantal3/build/share/symbols'
make[1]: Nothing to be done for `install-exec-am'.
make[1]: Nothing to be done for `install-data-am'.
make[1]: Leaving directory `/home/su-v/local/src/inkscape-repo/vbQuantal3/build/share/symbols'
su-v@vbQuantal2:~/local/src/inkscape-repo/vbQuantal3$

Any chances someone could provide detailed instructions on whatever is needed to make this new Makefile.am syntax actually install all symbol SVG files (on Ubuntu, as well as on other platforms)?