octave-maintainers
[Top][All Lists]
Advanced

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

Re: problem after updating gui


From: Robinson, Melvin D
Subject: Re: problem after updating gui
Date: Wed, 1 Feb 2012 18:57:21 +0000
User-agent: Microsoft-MacOutlook/14.14.0.111121


On 2/1/12 9:10 AM, "Ben Abbott" <address@hidden> wrote:

>On Feb 1, 2012, at 8:37 AM, Robinson, Melvin D wrote:
>
>> From: Jacob Dawid <address@hidden>
>> 
>>> Hello everyone!
>>> 
>>> What I did is I simplified the build process and added
>>>subrepositories, instead of scripts that fetch the git repositories.
>>>Building the gui should now be simple as navigating into the
>>>gui/-directory and typing:
>>> 
>>> qmake
>>> make
>>> 
>>> You probably need to clone a fresh repository.
>> 
>> I think that I've narrowed down the problem.  The include options are a
>>directory that I have recently deleted:
>> 
>> -I/opt/local/include/octave-3.5.91+/octave/..
>>-I/opt/local/include/octave-3.5.91+/octave
>> 
>> How would the build process pick up this old directory and how can I
>>set it to the right path?
>
>I assume you still have a recent version of Octave installed ? I think
>that is necessary.
>
>Ben
Just to make sure I tried by rebuilding everything from scratch.  For some
reason the GUI build calls out the non-existent directory associated with
3.5.91.  How could it possibly pick up this directory?  It is not in any
of the environment variables on my system.

The problem lies with an entry in the Makefile in the src/ directory:
CXXFLAGS      = -pipe -I/opt/local/include/octave-3.5.91+/octave/..
-I/opt/local/include/octave-3.5.91+/octave -O2 -arch x86_64 -Xarch_x86_64
-mmacosx-version-min=10.7 -Wall -W $(DEFINES)

My question is how the build process chooses CXXFLAGS and why does it pick
up something different from qterminal and qirc  




reply via email to

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