octave-maintainers
[Top][All Lists]
Advanced

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

Re: BlockArray.cpp:27:18: fatal error: QtCore: No such file or directory


From: Ben Abbott
Subject: Re: BlockArray.cpp:27:18: fatal error: QtCore: No such file or directory
Date: Thu, 30 Aug 2012 13:58:27 -0400

On Aug 30, 2012, at 1:21 PM, CdeMills wrote:

> 
> bpabbott wrote
>> 
>> 
>> 
>> Pascal, if you are building on MacOS, I had to remove "- pthread".
>> 
>> Ben
>> 
> 
> OK ... modified your configure script:
> before:
>       FFLAGS="$CXXFLAGS -D_THREAD_SAFE -pthread -gstabs" \
> after
>       FFLAGS="$CXXFLAGS  -gstabs" \
> 
> but C++ programs are still compiled with "-pthread"; I guess it comes from
> inherited flags as I compiled every dependent lib with thread-safe enable.
> Should I recompile everything with thread-safe disabled, or just Octave? In
> the latter case, how can I force avoiding the "-pthread" being added to the
> compiler flags?
> 
> Regards
> 
> Pascal

I've attached the shell script I am now using to build on MacOS 10.7.  
Currently, JIT doesn't compile for me and the GUI doesn't run.

Ben

Attachment: macports_configure.sh
Description: Binary data


reply via email to

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