Hi James E. Bailey, (cc-ing to list, but email address is hidden) op dinsdag 10 maart 2009, schreef je:
> I'm having some difficulty actually just installing this. There's no > makefile, and no configure script. At least, not that I'm finding. I > also don't have a cmake (I have make). I'm on OSX, and I have KDE4 > installed (it was far easier than I thought it would be). Is there > some more expanded information, or is this really not ready for OSX yet?
Like all KDE4 apps, Frescobaldi uses CMake for building/installing. (This replaces the ./configure step). CMake will generate a Makefile. CMake is available for Mac OS X, see http://www.cmake.org/cmake/resources/software.html
But you'll also need the Python KDE4 bindings (PyKDE4) from the kdebindings package. I don't know if these are available on the Mac. Unfortunately, I have no OS X machines to test...
Thanks for the great Frescobaldi package! Currently I use Frescobaldi
0.7.6, which installed fine just like 0.7.5 (my 1st release after
discovering Frescobaldi). However, I experience a problem installing
0.7.7 on my OpenSuSE 11.1 system during the 'make' command:
[make2]: *** No rule to make target '/usr/share/kde4/apps/ksgmltools2/
customization/kde-chunk.xsl', needed by 'doc/index.cache.bz2' Stop
make[1]: *** [doc/CMakeFiles/doc-handbook.dir/all] Error 2
make: *** [all] Error 2
I'm not new to Linux, but far from a Linux specialist.
Any ideas what I should do?
Op woensdag 11 maart 2009, schreef grvanh...@gmail.com:
> [make2]: *** No rule to make target '/usr/share/kde4/apps/ksgmltools2/ > customization/kde-chunk.xsl', needed by 'doc/index.cache.bz2' Stop > make[1]: *** [doc/CMakeFiles/doc-handbook.dir/all] Error 2 > make: *** [all] Error 2
> I'm not new to Linux, but far from a Linux specialist. > Any ideas what I should do?
the needed files are part of the KDE help system. In some distros they are in kdelibs, in others in some -dev package, or maybe some khelpcenter package. OpenSuSE will probably have a tool to find out which package has a particular file.
> Op woensdag 11 maart 2009, schreef grvanh...@gmail.com:
> > [make2]: *** No rule to make target '/usr/share/kde4/apps/ksgmltools2/
> > customization/kde-chunk.xsl', needed by 'doc/index.cache.bz2' Stop
> > make[1]: *** [doc/CMakeFiles/doc-handbook.dir/all] Error 2
> > make: *** [all] Error 2
> > I'm not new to Linux, but far from a Linux specialist.
> > Any ideas what I should do?
> the needed files are part of the KDE help system. In some distros they are in
> kdelibs, in others in some -dev package, or maybe some khelpcenter package.
> OpenSuSE will probably have a tool to find out which package has a particular
> file.
Thanks for your advice. I installed through Yast (the system mgmt
application in OpenSuSE) some KDE4 doc packages. Frescobaldi 0.7.7
installed fine afterwards.
Op vrijdag 13 maart 2009, schreef grvanh...@gmail.com:
> Thanks for your advice. I installed through Yast (the system mgmt > application in OpenSuSE) some KDE4 doc packages. Frescobaldi 0.7.7 > installed fine afterwards.