1. Install Homebrew if for some reason you don't have it installed already.2. brew install frescobaldi3. There is no step 3.
Hi, everyone!I was trying to install Frescobaldi on my Mac, and I ran into two problems:* The Mac installations use Macports, which is a dreadful, horrible, sad excuse for a package manager, and is generally not preferred in the Mac community these days. (I try to keep it off my computers entirely.)* Quite aside from the choice of package manager, the instructions are simply too complicated.Therefore, I proudly present a much simpler build process, using the much better and widely used Homebrew package manager ( http://brew.sh ). The Homebrew formula hasn't been merged into the master repository yet (see https://github.com/mxcl/homebrew/pull/22618 ), but you can always clone my Homebrew repo if you want to use it sooner.
Hi, everyone!I was trying to install Frescobaldi on my Mac, and I ran into two problems:* The Mac installations use Macports, which is a dreadful, horrible, sad excuse for a package manager, and is generally not preferred in the Mac community these days. (I try to keep it off my computers entirely.)* Quite aside from the choice of package manager, the instructions are simply too complicated.Therefore, I proudly present a much simpler build process, using the much better and widely used Homebrew package manager ( http://brew.sh ). The Homebrew formula hasn't been merged into the master repository yet (see https://github.com/mxcl/homebrew/pull/22618 ), but you can always clone my Homebrew repo if you want to use it sooner.
I've been advised that there are some problems with the Homebrew formula that I created. I will fix them hopefully after finals this month, or will be happy to take pull requests from anyone who wants to give them to me.
I believe I've fixed the bugs. The pull request is still at https://github.com/mxcl/homebrew/pull/22618 , and hopefully will be incorporated into the standard Brew distribution soon.
Sent from Gmail Mobile
--
Frescobaldi homepage: http://www.frescobaldi.org/
Mailing list: http://groups.google.com/group/frescobaldi
Issue tracker: https://github.com/wbsoft/frescobaldi/issues
Hi,
I tried to install today but I didn't succeed in.
This was the output
---------------------------------
brew install frescobaldi --without-lilypond
Error: /usr/local/Library/Formula/frescobaldi.rb:1: syntax error, unexpected tLSHFT
<<<<<<< HEAD
------------------
brew doctor
Warning: You have uncommitted modifications to Homebrew
If this a surprise to you, then you should stash these modifications.
Stashing returns Homebrew to a pristine state but can be undone
should you later need to do so for some reason.
cd /usr/local/Library && git stash && git clean -d -f
Great!
I deleted frescobaldi.rd and platypus.rb
Then doctor and repair.
Now brew update and brew doctor went fine.
But Frescobaldi doesn't install....
----------------
brew install frescobaldi --without-lilypond
Error: frescobaldi dependency poppler not installed with:
--with-qt4
I tried to uninstall poppler and then launch Frescobaldi installation.
Keep on
Yes,
I'm trying.
Excuse me for my poor english.
I'm trying to solve the issues myself. I don't want to say 'help' for everything :-)
I have uninstalled poppler but now the problem is this:
==> make install prefix=/usr/local/Cellar/poppler/0.24.4
Error: poppler dependency qt was built with the following
C++ standard library: libstdc++ (from clang)
This is incompatible with the standard library being used
to build poppler: libc++ (from clang)
Please reinstall qt using a compatible compiler.
hint: Check https://github.com/Homebrew/homebrew/wiki/C++-Standard-Libraries
Frescobaldi is ON!!
I delete qt and then reinstalled it.
brew install frescobaldi and now everythings seems work well.
The last problem is about OS 10.9 that need libc++. I compiled qt on 10.8 that used different libraries.
terminal says:
Qpainter not active
but seems to be a minor bug.
You have been fantastic! Can I offer a beer to you?
Enrico
Hi,
I'm trying to install Frescobaldi via homebrew but te script is giving me an error:
lilypond: A LaTeX distribution is required to install.
I'm now trying to install mactex and see what will happen.
Tom
On Sunday, January 19, 2014, berend...@gmail.com <berend...@gmail.com> wrote:Hi,
I'm trying to install Frescobaldi via homebrew but te script is giving me an error:
lilypond: A LaTeX distribution is required to install.I've seen that too. That's coming from Homebrew's Lilypond package, which I've never actually used. Remember, if you already have a Lilypond installation, you should do brew install frescobaldi --without-lilypond.
[...]I'm now trying to install mactex and see what will happen.
Keep me posted. I've never actually installed Lilypond through Homebrew; I just use the Mac .app bundle and then point Frescobaldi to that Lilypond.
Op zondag 19 januari 2014 15:16:28 UTC+1 schreef Marnen Laibow-Koser:
On Sunday, January 19, 2014, berend...@gmail.com <berend...@gmail.com> wrote:
Hi,
I'm trying to install Frescobaldi via homebrew but te script is giving me an error:
lilypond: A LaTeX distribution is required to install.I've seen that too. That's coming from Homebrew's Lilypond package, which I've never actually used. Remember, if you already have a Lilypond installation, you should do brew install frescobaldi --without-lilypond.
Tried that, it now complained about a qt dependency, so I did a brew install qt..... this took a while. Now trying to install frescobaldi....
[...]I'm now trying to install mactex and see what will happen.Keep me posted. I've never actually installed Lilypond through Homebrew; I just use the Mac .app bundle and then point Frescobaldi to that Lilypond.
Installing mactex was not helping me.
Hi Marnen,I seem to have some related problems:$ brew doctorYour system is ready to brew.$ brew install frescobaldi --without-lilypond<!-- Snip -->
==> Installing frescobaldi dependency: poppler
Error: /usr/local/opt/qt not present or brokenPlease reinstall qt. Sorry :($ brew install qt$ brew install frescobaldi --without-lilypond<!-- Snip -->==> Installing frescobaldi==> Downloading https://github.com/wbsoft/frescobaldi/releases/download/v2.0.13/######################################################################## 100,0%==> Downloading https://python-poppler-qt4.googlecode.com/files/python-poppler-qAlready downloaded: /Library/Caches/Homebrew/frescobaldi--python-poppler-qt4-0.16.3.tar.gz==> python setup.py build==> python setup.py installPlease make the appropriate changes for your system and try again.These open issues may also help:
I tried to install easy_install:$ brew install wget-O - | sudo python
Hm, I installed brew with$ ruby -e "$(curl -fsSLThat should be the standard distribution. I ran brew upgrade and brew install frescobaldi --without-lilypond. Same error message again...
I gave up for now, I'll remove everything (including homebrew) and lilypond and give it a new try later.Thanks you for trying to help.
Tom
I have likewise had problems getting Frescobaldi to install properly. If error reports are helpful, then I'll attach my most recent attempt. Before I do, please note that Homebrew itself and all formulae were up to date before attempting the install.Bash log follows. Hope it helps!=====================Obiwan:~ mark$ sudo brew install
I have likewise had problems getting Frescobaldi to install properly. If error reports are helpful, then I'll attach my most recent attempt. Before I do, please note that Homebrew itself and all formulae were up to date before attempting the install.
Bash log follows. Hope it helps!
==> Installing frescobaldi dependency: popplerError: /usr/local/opt/qt not present or brokenPlease reinstall qt. Sorry :(
Obiwan:~ mark$ sudo brew install qt==> Downloading https://downloads.sf.net/project/machomebrew/Bottles/qt-4.8.5.ma######################################################################## 100.0%==> Pouring qt-4.8.5.mavericks.bottle.4.tar.gz==> CaveatsWe agreed to the Qt opensource license for you.If this is unacceptable you should uninstall.
.app bundles were installed.Run `brew linkapps` to symlink these to /Applications.==> Summary🍺 /usr/local/Cellar/qt/4.8.5: 2780 files, 120MObiwan:~ mark$ sudo brew linkappsLinking /usr/local/Cellar/qt/4.8.5/Assistant.appLinking /usr/local/Cellar/qt/4.8.5/Designer.appLinking /usr/local/Cellar/qt/4.8.5/Linguist.appLinking /usr/local/Cellar/qt/4.8.5/QMLViewer.appLinking /usr/local/Cellar/qt/4.8.5/qttracereplay.appFinished linking. Find the links under /Applications.
Obiwan:~ mark$ sudo brew install frescobaldi --without-lilypond
==> Installing frescobaldi dependency: pyqt==> Downloading http://downloads.sf.net/project/pyqt/PyQt4/PyQt-4.10.3/PyQt-mac-######################################################################## 100.0%==> Patchingpatching file configure.py==> python configure.py --confirm-license --bindir=/usr/local/Cellar/pyqt/4.10.3Traceback (most recent call last):File "configure.py", line 32, in <module>import sipconfigImportError: No module named sipconfig
These open issues may also help:pyqt: fix pyqtconfig.py install location (https://github.com/Homebrew/homebrew/pull/25702)fixed pyqt formula (new release of pyqt) (https://github.com/Homebrew/homebrew/pull/8371)Enable pyqt to build with libc++ on Mavericks (https://github.com/Homebrew/homebrew/pull/24213)pyqt failed to install on 10.9 (Mavericks) (https://github.com/Homebrew/homebrew/issues/24494)pyqt 4.9.1 (https://github.com/Homebrew/homebrew/pull/10129)
If there is anything I could add to the frescobaldi source code to
easeinstallation in Mac OS (e.g. include an icon or some text file etc),
I'd be grateful to do!
http://www.riverbankcomputing.co.uk/software/sip/download
~/Downloads/sip-4.10.2 $ python configure.py $ make $ sudo make install
Hi everyone,i also tried to install Frescobaldi with Homebrew, which failed with a few errors.
I finally got Frescobaldi working (on OSX 10.9.1 Mavericks) with these steps:
- Install python with brew install python
- Installed the SIP dependencies manually with the help of https://bitbucket.org/tortoisehg/thg/wiki/developers/MacOSX:
Sent from Gmail Mobile
I realize I never got back to you about this. I don't know much about packaging native Mac applications, and I've never developed with Python, but I note that while the Frescobaldi.app launcher shows up as being called Frescobaldi, the actual Frescobaldi application itself shows the name Python in the Application menu and the application switcher. If this can somehow be changed to Frescobaldi, it would be clearer.
Also, what do we need to do to get the Homebrew formula info onto the Frescobaldi website? Should I just go edit the installation wiki page?
Il giorno sabato 8 febbraio 2014 05:40:43 UTC+1, Marnen Laibow-Koser ha scritto:I realize I never got back to you about this. I don't know much about packaging native Mac applications, and I've never developed with Python, but I note that while the Frescobaldi.app launcher shows up as being called Frescobaldi, the actual Frescobaldi application itself shows the name Python in the Application menu and the application switcher. If this can somehow be changed to Frescobaldi, it would be clearer.This depends on the way the application bundle is created, and is independent from Frescobaldi's code.
The just released 2.0.14 version includes the file 'macosx/mac-app.py', a Python/py2app script to build an application bundle.I think that you should use it also in the Homebrew formula, since it is the currently recommended way to create an application bundle for Frescobaldi.
If you have any questions about the py2app script, just write to me.
Also, what do we need to do to get the Homebrew formula info onto the Frescobaldi website? Should I just go edit the installation wiki page?I think that you can feel free to add a new page to Frescobaldi's wiki with instructions about installing and updating Frescobaldi and MIDI playback support thorugh Homebrew.Then I'll take care of restructuring the Mac installation wiki pages to integrate your contribution.
So Platypus will no longer be necessary for the 2.0.14 formula?
Il giorno sabato 8 febbraio 2014 05:40:43 UTC+1, Marnen Laibow-Koser ha scritto:I realize I never got back to you about this. I don't know much about packaging native Mac applications, and I've never developed with Python, but I note that while the Frescobaldi.app launcher shows up as being called Frescobaldi, the actual Frescobaldi application itself shows the name Python in the Application menu and the application switcher. If this can somehow be changed to Frescobaldi, it would be clearer.This depends on the way the application bundle is created, and is independent from Frescobaldi's code.The just released 2.0.14 version includes the file 'macosx/mac-app.py', a Python/py2app script to build an application bundle.
On Tuesday, March 11, 2014 11:50:53 AM UTC-4, mar...@marnen.org wrote:On Friday, March 7, 2014 5:18:55 AM UTC-5, Davide Liessi wrote:
The just released 2.0.14 version includes the file 'macosx/mac-app.py', a Python/py2app script to build an application bundle.No, it doesn't. It contains a macosx directory that only contains a directory called icons, as well as a frescobaldi_app directory that contains app.py. Is that what you meant?Hmm. I just looked on GitHub. mac-app.py is there, but it's not in the tarball I downloaded that *should* contain the same code. I'll try again.
On Fri, Mar 7, 2014 at 5:18 AM, Davide Liessi <davide...@gmail.com> wrote:
Il giorno sabato 8 febbraio 2014 05:40:43 UTC+1, Marnen Laibow-Koser ha scritto:
Also, what do we need to do to get the Homebrew formula info onto the Frescobaldi website? Should I just go edit the installation wiki page?I think that you can feel free to add a new page to Frescobaldi's wiki with instructions about installing and updating Frescobaldi and MIDI playback support thorugh Homebrew.Then I'll take care of restructuring the Mac installation wiki pages to integrate your contribution.Great, I'll do that.
enrico
Sent from Gmail Mobile
Not at all.
Brew doctor and update, everything's fine.
Best,
10.9.2
I uninstall frescobaldi, poppler e qt.
I reinstall qt and then frescobaldi from your repository
Now everthing's right. No error.
I think there was some problems with the update to 10.9.2.
I had some problems with mysql too.
Now I have three poppler in Cellar. Is right?
Please don't top-post; it makes it hard to follow the discussion.
On Thursday, April 3, 2014, tirr...@gmail.com <tirr...@gmail.com> wrote:
10.9.2I haven't used Mavericks yet, so I don't know if there are any gotchas here. But I think others have reported success with my formula.
I uninstall frescobaldi, poppler e qt.
I reinstall qt and then frescobaldi from your repository
Now everthing's right. No error.Great! I do wish you had given me the output I requested so I could figure out what was happening, though.
I think there was some problems with the update to 10.9.2.That could be.I had some problems with mysql too.MySQL is itself a problem. :D (I'm a Postgres fan myself...)
Now I have three poppler in Cellar. Is right?I don't know why you'd have more than one. Perhaps you should clean that up?
Il giorno giovedì 3 aprile 2014 14:56:35 UTC+2, Marnen Laibow-Koser ha scritto:
Great! I do wish you had given me the output I requested so I could figure out what was happening, though.
Is it enough the output I posted?
Now I have three poppler in Cellar. Is right?I don't know why you'd have more than one. Perhaps you should clean that up?
Clean up? Can I delete the directories in Cellar or I have to use something in a command line?
The last install did the Poppler_1 so I think now everything is linked to the last.
On Thursday, April 3, 2014, <tirr...@gmail.com> wrote:
Il giorno giovedì 3 aprile 2014 14:56:35 UTC+2, Marnen Laibow-Koser ha scritto:[...]Great! I do wish you had given me the output I requested so I could figure out what was happening, though.
Is it enough the output I posted?Not really. I was hoping to see the output from *before* you reinstalled successfully, so I could track down the error.
tnc-21-1:~ kyleshaw$ brew install frescobaldi --without-lilypond
==> Downloading https://github.com/wbsoft/frescobaldi/releases/download/v2.0.15/
Already downloaded: /Library/Caches/Homebrew/frescobaldi-2.0.15.tar.gz
==> Downloading https://github.com/wbsoft/python-poppler-qt4/archive/v0.18.1.tar
Already downloaded: /Library/Caches/Homebrew/frescobaldi--python-poppler-qt4-0.18.1.tar.gz
==> python setup.py build
==> python setup.py install
http://peak.telecommunity.com/EasyInstall.html
Please make the appropriate changes for your system and try again.
READ THIS: https://github.com/Homebrew/homebrew/wiki/troubleshooting
I've run into similar issues as some on this thread already and managed to overcome them (i.e., installing qt before installing frescobaldi, first running brew update / doctor, etc.). I'm at a loss as to what to do now though. Thoughts? Thanks,
Anyone make any progress on this? I'm having the exact same issue [after dealing with many other issues on my own]: something cryptic to do with easyinstall.
I'd ask on the Homebrew support list, but AFAICT they don't actually have one? I certainly couldn't find it.
I could try filing a bug against Homebrew over this I guess?
rif
--
Frescobaldi homepage: http://www.frescobaldi.org/
Mailing list: http://groups.google.com/group/frescobaldi
Issue tracker: https://github.com/wbsoft/frescobaldi/issues