prikhi / pencil

DEPRECATED: Multiplatform GUI Prototyping/Wireframing
https://github.com/evolus/pencil
GNU General Public License v2.0
1.92k stars 193 forks source link

Not working with xulrunner 2.0.1 #312

Open prikhi opened 9 years ago

prikhi commented 9 years ago

From ecopor...@gmail.com on June 07, 2011 09:27:34

What steps will reproduce the problem? 1. Install Fedora 15

  1. Install pencil from the rpm What is the expected output? What do you see instead? Error: Platform version '2.0.1' is not compatible with minVersion >= 1.9.1 maxVersion <= 1.9.2.* What version of the product are you using? On what operating system? evolus-pencil-1.2-0.i386.rpm Fedora 15 Please provide any additional information below.

Original issue: http://code.google.com/p/evoluspencil/issues/detail?id=312

prikhi commented 9 years ago

From fotocopi...@gmail.com on October 06, 2011 12:19:39

$ 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!

prikhi commented 9 years ago

From ellectro...@gmail.com on October 12, 2011 08:46:50

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?

prikhi commented 9 years ago

From s.bau...@gmx.net on December 12, 2011 11:24:30

Hello, having the same issue, how did you get it running? Maybe I should package an official rpm ;). Greets

prikhi commented 9 years ago

From mauroasp...@gmail.com on December 14, 2011 07:04:02

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 /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.