help-octave
[Top][All Lists]
Advanced

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

Re: Unknown option 'qt5' GEN libgui/src/ui-settings-dialog.h


From: Tatsuro MATSUOKA
Subject: Re: Unknown option 'qt5' GEN libgui/src/ui-settings-dialog.h
Date: Tue, 23 Aug 2016 08:25:46 +0900 (JST)

> From: Sebastian Schöps 
> To: help-octave
> Cc: 
> Date: 2016/8/23, Tue 04:27
> Subject: Re: Unknown option 'qt5'  GEN      libgui/src/ui-settings-dialog.h
> 
>t macchant wrote
>>  In the below bug tracker,
>>  http://savannah.gnu.org/bugs/?48761
>> 
>> 
>>  Old qt5 seems to made not complete GUI on dev. branch.
>>   Qt 5.2.1 on ubuntu 14.04 does not give correct GUI 
>>   but Qt 5.6.1 on Fedora 24 (by Dmitri) and Qt 5.5.1 on lubuntu 16.04 (by
>>  me)
>>   give correct GUI. 
>> 
>>  So I have built qt 5.6.1 and QScintilla 2.9.3 on ubuntu 14.04 and tried to
>>  use them for 
>>  dev. branch. Both are installed into /usr/local.
>> 
>>  configure passed without issue but I have met an error.
>> 
>> 
>>  updating libinterp/corefcn/oct-tex-parser.h
>>    GEN      libgui/src/ui-settings-dialog.h
>>  Unknown option 'qt5'.
>> 
>> 
>>  Any suggestions?
>> 
>>  Tatsuro
> 
> Qt5 works for me rather nicely on the Mac (only a few minor things). 
> The difficult part was compiling a proper QScintilla. Is your version
> compiled with qt5?
> 
> Sebastian
> 


Sebastian

Thanks for the comment.
> The difficult part was compiling a proper QScintilla. Is your version
> compiled with qt5?


> The difficult part was compiling a proper QScintilla. 

What difficulty does exist at compiling QScintilla.

I have installed my built qt5 (5.6.1) to /usr/local.
Make of QScintilla at Qt4Qt5 seemed correctly pick up include files and  
library in /usr/local.

I made symbolic link.

ln -s /usr/local/lib/libqscintilla2.so.12.0.2 
/usr/local/lib/libqscintilla2-qt5.so

and execute configure and make.
Part of configure output

  Qt libraries:                -lQt5Network -lQt5OpenGL -lQt5PrintSupport 
-lQt5Widgets -lQt5Gui -lQt5Core   -lqscintilla2-qt5

That seems correct.

At make 

  GEN      libgui/src/ui-settings-dialog.h
Unknown option 'qt5'.


Does anyone know what
  GEN      libgui/src/ui-settings-dialog.h
are done to generate libgui/src/ui-settings-dialog.h ?

Tatsuro



reply via email to

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