Re: [CinePaint] looking for libcinepaint in the wrong place
Frank Peters <[email protected]>
| Newsgroups | gmane.comp.video.cinepaint.user |
|---|---|
| Message-ID | <[email protected]> |
On Fri, 05 Jan 2007 21:50:42 -0800 Daniel Fort <dan-pCK/[email protected]> wrote: > That did it! I changed: > > (prefix "/opt/cinepaint") > (exec_prefix "${prefix}") > (gimp_data_dir "${datarootdir}/cinepaint/0.22-0") > (gimp_plugin_dir "${exec_prefix}/lib/cinepaint/0.22-0") > > To: > > (prefix "/opt/cinepaint") > (exec_prefix "${prefix}") > (gimp_data_dir "/opt/cinepaint") > (gimp_plugin_dir "${exec_prefix}/lib/cinepaint/0.22-0") > > Actually, it should be: gimp_data_dir "/opt/cinepaint/share/cinepaint/0.22-0" (or whatever the full path actually is) That is, you omitted the rest of the path after the $datarootdir variable. ------------------------------------------------------------------------- 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