×

INDI Library v2.0.7 is Released (01 Apr 2024)

Bi-monthly release with minor bug fixes and improvements

Ekos on Mac OS X ?

  • Posts: 2255
  • Thank you received: 223

Replied by Gonzothegreat on topic Ekos on Mac OS X ?

If you have teamplayer, I could try to login to your machine and see if I can figure it out remotely.
7 years 4 months ago #12510
The topic has been locked.
  • Posts: 211
  • Thank you received: 23

Replied by Jamie Smith on topic Ekos on Mac OS X ?

I don't have that.

When you installed qt, what all did you install? Everything, or only the defaults that were already selected?

EDIT -
I might have found it - I had to set my path to:
-DCMAKE_PREFIX_PATH=/Users/jamie/Qt5.7.0/5.7/clang_64/lib/cmake

rather than -DCMAKE_PREFIX_PATH=/Users/jamie/Qt5.7.0/5.7/clang_64/bin

what do you have in that bin dir? I have:
ls -1 /Users/jamie/Qt5.7.0/5.7/clang_64/bin
Assistant.app
Designer.app
Linguist.app
canbusutil
fixqt4headers.pl
lconvert
licheck_mac
lrelease
lupdate
macchangeqt
macdeployqt
moc
pixeltool.app
qcollectiongenerator
qdbus
qdbuscpp2xml
qdbusviewer.app
qdbusxml2cpp
qdoc
qgltf
qhelpconverter
qhelpgenerator
qlalr
qmake
qml.app
qmleasing
qmlimportscanner
qmllint
qmlmin
qmlplugindump
qmlprofiler
qmlscene
qmltestrunner
qscxmlc
qt.conf
qtdiag
qtpaths
qtplugininfo
rcc
syncqt.pl
uic
xmlpatterns
xmlpatternsvalidator

Or, better yet - what does
find ~/Qt* -name Qt5Config.cmake
return?
Last edit: 7 years 4 months ago by Jamie Smith.
7 years 4 months ago #12511
The topic has been locked.
  • Posts: 211
  • Thank you received: 23

Replied by Jamie Smith on topic Ekos on Mac OS X ?

Something else still failed - looking
7 years 4 months ago #12513
The topic has been locked.
  • Posts: 2255
  • Thank you received: 223

Replied by Gonzothegreat on topic Ekos on Mac OS X ?

I've installed everything from the Qt5 dmg file.

Stephanes-MacBook-Air:~ stephanelucas$ find ~/Qt* -name Qt5Config.cmake
/Users/stephanelucas/Qt5.7.0/5.7/clang_64/lib/cmake/Qt5/Qt5Config.cmake
Stephanes-MacBook-Air:~ stephanelucas$

I do know that some KF5 failed to installed, I had to install another one in the list and carry on until I ended up with just 2 or 3, and it was a matter of the right order.
7 years 4 months ago #12514
The topic has been locked.
  • Posts: 211
  • Thank you received: 23

Replied by Jamie Smith on topic Ekos on Mac OS X ?

when doing the brew install haraldf/kf5/kf5-knotifications it chokes on:
######################################################################## 100.0%
==> cmake . -DCMAKE_PREFIX_PATH=/Users/jamie/Qt5.7.0/5.7/clang_64/lib/cmake -DCMAKE_C_FLAGS_RELEASE=-DNDEBUG -DCMAKE_CXX_FLAGS_RELEASE=-DNDEBUG -DCMAK
==> make install
 /usr/local/Cellar/kf5-ki18n/5.25.0: 154 files, 16M, built in 27 seconds
==> Installing haraldf/kf5/kf5-knotifications dependency: haraldf/kf5/kf5-kconfigwidgets
==> Downloading http://download.kde.org/stable/frameworks/5.25/kconfigwidgets-5.25.0.tar.xz
==> Downloading from http://mirror.cc.columbia.edu/pub/software/kde/stable/frameworks/5.25/kconfigwidgets-5.25.0.tar.xz
######################################################################## 100.0%
==> cmake . -DCMAKE_PREFIX_PATH=/Users/jamie/Qt5.7.0/5.7/clang_64/lib/cmake -DCMAKE_C_FLAGS_RELEASE=-DNDEBUG -DCMAKE_CXX_FLAGS_RELEASE=-DNDEBUG -DCMAK
Last 15 lines from /Users/jamie/Library/Logs/Homebrew/kf5-kconfigwidgets/01.cmake:
 
  * The installation package was faulty and contained
 
     "/usr/local/lib/cmake/KF5Auth/KF5AuthToolsTargets.cmake"
 
  but not all the files it references.
 
Call Stack (most recent call first):
  /usr/local/lib/cmake/KF5Auth/KF5AuthConfig.cmake:89 (include)
  CMakeLists.txt:30 (find_package)
 
 
-- Configuring incomplete, errors occurred!
See also "/tmp/kf5-kconfigwidgets-20161121-15289-levim8/kconfigwidgets-5.25.0/CMakeFiles/CMakeOutput.log".
See also "/tmp/kf5-kconfigwidgets-20161121-15289-levim8/kconfigwidgets-5.25.0/CMakeFiles/CMakeError.log".
 
If reporting this issue please do so at (not Homebrew/brew or Homebrew/core):
https://github.com/haraldf/homebrew-kf5/issues
 
These open issues may also help:
failed to build kf5-kconfigwidgets, missing /usr/local/lib/libexec/kauth/kauth-policy-gen.app/Contents/MacOS/kauth-policy-gen https://github.com/haraldF/homebrew-kf5/issues/34
Failed installing haraldf/kf5/kf5-knotifications
7 years 4 months ago #12515
The topic has been locked.
  • Posts: 2255
  • Thank you received: 223

Replied by Gonzothegreat on topic Ekos on Mac OS X ?

Here's the content of the kf5-kauth.rb
Stephanes-MacBook-Air:homebrew-kf5 stephanelucas$ more kf5-kauth.rb
require "formula"
 
class Kf5Kauth < Formula
  url "http://download.kde.org/stable/frameworks/5.25/kauth-5.25.0.tar.xz"
  sha256 "1d62b32d88ba6c1e71e7b3ef67366710b9ce4488bcf82280fbe70d79b52f963a"
  homepage "http://www.kde.org/"
 
  head 'git://anongit.kde.org/kauth.git'
 
  depends_on "cmake" => :build
  depends_on "haraldf/kf5/kf5-extra-cmake-modules" => :build
 
  def install
    args = std_cmake_args
 
 
    system "cmake", ".", "-DCMAKE_PREFIX_PATH=/Users/stephanelucas/Qt5.7.0/5.7/clang_64/", *args
    system "make", "install"
    prefix.install "install_manifest.txt"
 
    mkdir_p "#{HOMEBREW_PREFIX}/lib/kde5/libexec"
    ln_sf "#{lib}/kde5/libexec/kauth-policy-gen.app", "#{HOMEBREW_PREFIX}/lib/kde5/libexec/"
  end
end
Stephanes-MacBook-Air:homebrew-kf5 stephanelucas$

I've checked all the .rb files are they all contain the same
apart from kf5-extra-cmake-modules.rb
7 years 4 months ago #12516
The topic has been locked.
  • Posts: 2255
  • Thank you received: 223

Replied by Gonzothegreat on topic Ekos on Mac OS X ?




the line:
cmake . -DCMAKE_PREFIX_PATH=/Users/jamie/Qt5.7.0/5.7/clang_64/lib/cmake
is wrong I believe, it should be:
cmake . -DCMAKE_PREFIX_PATH=/Users/jamie/Qt5.7.0/5.7/clang_64/
7 years 4 months ago #12517
The topic has been locked.
  • Posts: 2255
  • Thank you received: 223

Replied by Gonzothegreat on topic Ekos on Mac OS X ?


Have you installed kf5-kauth?
7 years 4 months ago #12518
The topic has been locked.
  • Posts: 2255
  • Thank you received: 223

Replied by Gonzothegreat on topic Ekos on Mac OS X ?

I'm more than happy to remove my KF5 install and start again from scratch to try find out the right order, I know there is an order as to which you must install the KF5 of some will fail to build. Let me know if you want me to do that, no problems for me.
7 years 4 months ago #12519
The topic has been locked.
  • Posts: 211
  • Thank you received: 23

Replied by Jamie Smith on topic Ekos on Mac OS X ?

Trying that now - In the script it had Qt5_DIR=~/Qt5.7.0/5.7/clang_64/bin, which I picked up way-back-when. I wonder if that should just be Qt5_DIR=~/Qt5.7.0/5.7/clang_64 instead also
7 years 4 months ago #12520
The topic has been locked.
  • Posts: 2255
  • Thank you received: 223

Replied by Gonzothegreat on topic Ekos on Mac OS X ?


I believe it should be:
Qt5_DIR=~/Qt5.7.0/5.7/clang_64

Give it a try, if it still does not work... let me know and I nuke my KF5 install.
7 years 4 months ago #12521
The topic has been locked.
  • Posts: 211
  • Thank you received: 23

Replied by Jamie Smith on topic Ekos on Mac OS X ?

Yeah, getting the same problem. EDIT - going to try one more time without the slash to be sure
Last 15 lines from /Users/jamie/Library/Logs/Homebrew/kf5-kconfigwidgets/01.cmake:
 
  * The installation package was faulty and contained
 
     "/usr/local/lib/cmake/KF5Auth/KF5AuthToolsTargets.cmake"
 
  but not all the files it references.
 
Call Stack (most recent call first):
  /usr/local/lib/cmake/KF5Auth/KF5AuthConfig.cmake:89 (include)
  CMakeLists.txt:30 (find_package)
 
 
-- Configuring incomplete, errors occurred!
See also "/tmp/kf5-kconfigwidgets-20161121-34021-bby4a0/kconfigwidgets-5.25.0/CMakeFiles/CMakeOutput.log".
See also "/tmp/kf5-kconfigwidgets-20161121-34021-bby4a0/kconfigwidgets-5.25.0/CMakeFiles/CMakeError.log".

This is how I have been cleaning up:
(might have to do the brew remove multiple times)
brew remove $(brew ls | grep kf5)
cd $(brew --repo haraldf/homebrew-kf5)/..
rm -rf homebrew-kf5/
rm -rf ~/Library/Caches/Homebrew/kf5-*
Last edit: 7 years 4 months ago by Jamie Smith.
7 years 4 months ago #12522
The topic has been locked.
Time to create page: 0.474 seconds