Re: [CinePaint] Trouble compiling latest sources
Daniel Fort <dan-pCK/[email protected]>
| Newsgroups | gmane.comp.video.cinepaint.user |
|---|---|
| Message-ID | <[email protected]> |
Hi Kai-Uwe,
Thanks, this got me over this hurdle:
>
> Thats reported already to OpenEXR. The most easy fix is to remove the
> --pedantic flags in plug-ins/openexr/Makefile .
On Gentoo it complains about missing 'db2html' but this seems to fix it:
ln -s /usr/bin/docbook2html /usr/bin/db2html
Perhaps it would have been better to modify the build script to look for
either db2html or docbook2html?
Anyway, now it will compile, but it won't install:
Making install in po-script-fu
make[1]: Entering directory
`/home/dfort/src/cinepaint-cvs/cinepaint-project/cinepaint/po-script-fu'
cd .. \
&& CONFIG_FILES=po-script-fu/Makefile.in CONFIG_HEADERS= \
/bin/sh ./config.status
config.status: creating po-script-fu/Makefile.in
config.status: executing depfiles commands
config.status: executing default-1 commands
config.status: executing default commands
if test -r ".././mkinstalldirs"; then \
.././mkinstalldirs /opt/share; \
else \
/bin/sh ../mkinstalldirs /opt/share; \
fi
/bin/sh: line 1: .././mkinstalldirs: Permission denied
make[1]: *** [install-data-yes] Error 126
make[1]: Leaving directory
`/home/dfort/src/cinepaint-cvs/cinepaint-project/cinepaint/po-script-fu'
make: *** [install-recursive] Error 1
I'm at a loss at this point. All the previous versions installed in /opt
or /usr/local/share just fine.
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV