Open GoogleCodeExporter opened 9 years ago
$ evoluspencil
Error: Platform version '7.0.1' is not compatible with
minVersion >= 1.9.1
maxVersion <= 1.9.2.*
and waiting ... an answer! to know what does!
Original comment by fotocopi...@gmail.com
on 6 Oct 2011 at 7:19
Not working with xulrunner 2 and above.
Linux Gentoo and Other GNU/Linux: Pencil-1.2-0-linux-gtk.tar.gz package
I even changed maxVersion <= 2.*
And still not running
And it not working with Firefox 6 ))) How can I use this app?
Original comment by ellectro...@gmail.com
on 12 Oct 2011 at 3:46
Hello,
having the same issue, how did you get it running? Maybe I should package an
official rpm ;).
Greets
Original comment by s.bau...@gmx.net
on 12 Dec 2011 at 7:24
I was able to running it from the svn branch Pencil 2.0
Then running the build/build.sh You may have to edit it to make it "build" (I
would say deploy, it's not compiling anything) our OS version. Mine is Mac OSX
Then install the latetest xulrunner 8.0.* from
http://ftp.mozilla.org/pub/mozilla.org/xulrunner/releases/ I think it support
till the latest 8.* version
Then after having intalled the xulrunner binaries I followed this article
https://developer.mozilla.org/en/XULRunner/Deploying_XULRunner_1.8#Mac_OS_X
And after having revised the build.sh I noted that it was using the build/Mac
folder of the SVN, so I copy the XUL.Framework in there like this:
cd <path_svn>/build/Mac/Pencil.app/Contents/Frameworks
mkdir XUL.framework
rsync -rl /Library/Frameworks/XUL.framework/Versions/8.0.1/ XUL.framework
cd ../MacOS
cp /Library/Frameworks/XUL.framework/Versions/8.0.1/xulrunner xulrunner
Then run the build.sh and when finished you will have a Pencil.app in the
build/Output folder. Cd into it and:
chmod -R 755 Pencil.app
Take into account that 8.0.1 is my current xulrunner version.
Original comment by mauroasp...@gmail.com
on 14 Dec 2011 at 3:04
Original issue reported on code.google.com by
ecopor...@gmail.com
on 7 Jun 2011 at 1:27