Re: [CinePaint] looking for libcinepaint in the wrong place
Daniel Fort <dan-pCK/[email protected]>
| Newsgroups | gmane.comp.video.cinepaint.user |
|---|---|
| Message-ID | <[email protected]> |
Hi Frank,
>> /opt/cinepaint/bin/cinepaint terminated: rc token referenced but not
>> > defined: datarootdir
>> >
>>
> I had this problem with CVS. To correct, edit the file
> /opt/cinepaint/share/cinepaint/0.22-0/gimprc Change the $datarootdir
> variable to "/opt/cinepaint"
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")
It has been a while since I was able to get cinepaint-cvs to build.
Thanks for all the hard work you put into it Kai-Uwe. Looking forward to
keeping up-to-date with Milan's ebuild.
--Dan
-------------------------------------------------------------------------
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