octave-maintainers
[Top][All Lists]
Advanced

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

Re: GUI on MacOS X !


From: Daniel J Sebald
Subject: Re: GUI on MacOS X !
Date: Sun, 24 Sep 2017 19:15:51 -0500
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.2.1

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

I would guess

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

is what's missing from you c++ compiler command.  Does adding

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

to the configure help? If so, then in the configure.ac file Headers needs to be added specifically for Mac OS X systems.

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?

Dan



reply via email to

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