octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: GUI on MacOS X !


From: Ben Abbott
Subject: Re: GUI on MacOS X !
Date: Sun, 24 Sep 2017 20:58:45 -0400


On Sep 24, 2017, at 8:48 PM, Daniel J Sebald <address@hidden> wrote:

On 09/24/2017 07:15 PM, Daniel J Sebald wrote:

Oh wait, I see there is a Headers included already:
-I/sw/lib/qt5-mac/lib/QtCore.framework/Headers
What's missing is "/Versions/5/" between the framework directory and Headers directory.  Is this standard for Mac OS X?  Where is the responsibility for putting that in path name?

From this post to the Qt forum:

http://www.qtcentre.org/threads/61699-Build-Qt-based-app-on-Mac-OS-X-head-file-not-found

my guess would be that you are supposed to have some links pointing from

/sw/lib/qt5-mac/lib/QtCore.framework/Headers

to

/sw/lib/qt5-mac/lib/QtCore.framework/Versions/5/Headers

etc.

But, maybe the links were deprecated on Mac OS X.  I don't know.

Dan

The location I posted earlier was what I found via MacOS gui. From the command line ...

$ ls -l /sw/lib/qt5-mac/lib/QtCore.framework/Headers
lrwxr-xr-x  1 root  wheel  24 Jan 23  2017 /sw/lib/qt5-mac/lib/QtCore.framework/Headers -> Versions/Current/Headers

ls -l /sw/lib/qt5-mac/lib/QtCore.framework/Headers/qvariant.h
-rw-r--r--  1 root  wheel  29027 Dec 23  2016 /sw/lib/qt5-mac/lib/QtCore.framework/Headers/qvariant.h

Ben

reply via email to

[Prev in Thread] Current Thread [Next in Thread]