-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
kdevelop install error #53
Comments
Installation seems to stop at different steps each time - sometimes at 30%, sometimes at 34%, at 51%, at 54% etc.. Here is the most recent --verbose output: ////////////////////////////////////// [...] $ brew install --verbose kdevplatform -- The following external packages were located on your system.
-- The following OPTIONAL packages could NOT be located on your system.
-- Looking for dgettext Target "kdevplatformjsontests" has an INTERFACE_LINK_LIBRARIES property INTERFACE_LINK_LIBRARIES:
LINK_INTERFACE_LIBRARIES:
This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev): MACOSX_RPATH is not specified for the following targets: kdevelopdashboarddeclarativeplugin This warning is for project developers. Use -Wno-dev to suppress it. -- Generating done
-- Build files have been written to: /tmp/kdevplatform-1rJ7Xk/kdevplatform-1.7.0/build Error: kdevplatform 1.7.0 did not build |
Sorry, issue closed by accident :-) |
I have this same issue on yosemite. I got kdevplatform to build by making the following changes to Qt (and then rebuilding Qt first):
|
Actually, I also fixed this without using the patch above, just by compiling the latest Qt, rather than the specific version referenced in the formula. Fix this by installing Qt with: |
The solution suggested by jeffenns didn't work for me... |
have anyone solved this? I tried reinsall Qt with jeffenns adivse(brew install qt --with-d-bus --with-qt3support --HEAD), but it didn't work for me |
While installing kdevelop by "brew install kdevelop", the following error occurs:
///////////////////////////////
[...] $ brew install kdevelop
==> Installing kdevelop from adymo/homebrew-kde
==> Installing dependencies for kdevelop: kdevplatform, libgcrypt
==> Installing kdevelop dependency: kdevplatform
==> Downloading http://download.kde.org/stable/kdevelop/4.7.0/src/kdevplatform-1.7.0.tar.xz
Already downloaded: /Library/Caches/Homebrew/kdevplatform-1.7.0.tar.xz
==> Patching
patching file project/abstractfilemanagerplugin.cpp
patching file plugins/standardoutputview/outputwidget.cpp
==> cmake .. -DCMAKE_INSTALL_PREFIX=/usr/local/kde4 -Wdev --trace --debug-output -DKDE_DEFA
==> make
Generating kdevtestview.gmo
Generating kdevvcsprojectintegration.gmo
[ 30%] Built target pofiles
[ 30%] Built target pofiles
make: *** [all] Error 2
///////////////////////////////
What can I do to solve this? Please help!
(My system: Mac OS X 10.10.2 Yosemite)
Thank you much for your efforts
& best regards
kong290
The text was updated successfully, but these errors were encountered: