Csound Csound-dev Csound-tekno Search About

building CsoundQt with html5 on linux

Date2015-07-25 18:04
FromTarmo Johannes
Subjectbuilding CsoundQt with html5 on linux
AttachmentsNone  None  

Hi!

 

I finally got to the point to try out the new html5 features in CsoundQt.

 

I failed to build int on linux (openSuse 13.2, 64bit, Qt 5.4.1)

 

I pulled latest sources from git, added CONFIG += html5 to the qmake options but I get an error:

 

----

 

g++: warning: /usr/local/include/csound: linker input file unused because linking not done

g++ -c -pipe -g -D_REENTRANT -Wall -W -fPIE -DNOMINMAX -DCSOUND6 -DUSE_QT5 -DUSE_QT_GT_53 -DUSE_QT_GT_54 -DQCS_HTML5 -DQT_PRINTSUPPORT_LIB -DQT_QUICKWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_QUICK_LIB -DQT_GUI_LIB -DQT_CONCURRENT_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CORE_LIB -I../qutecsound-code -I. -I -isystem /usr/local/include/csound -isystem /usr/include/qt5 -isystem /usr/include/qt5/QtPrintSupport -isystem /usr/include/qt5/QtQuickWidgets -isystem /usr/include/qt5/QtWidgets -isystem /usr/include/qt5/QtQuick -isystem /usr/include/qt5/QtGui -isystem /usr/include/qt5/QtConcurrent -isystem /usr/include/qt5/QtQml -isystem /usr/include/qt5/QtNetwork -isystem /usr/include/qt5/QtXml -isystem /usr/include/qt5/QtCore -Ibuild/moc -Ibuild/ui -I/usr/lib64/qt5/mkspecs/linux-g++ -o build/doubles/obj/configdialog.o ../qutecsound-code/src/configdialog.cpp

In file included from ../qutecsound-code/src/qutecsound.h:36:0,

from ../qutecsound-code/src/configdialog.cpp:25:

../qutecsound-code/src/types.h:29:20: fatal error: csound.h: No such file or directory

#include <csound.h>

 

----

 

the qmake output is:

 

-----

19:51:56: Starting: "/usr/lib64/qt5/bin/qmake-qt5" /home/tarmo/src/qutecsound/qutecsound-code/qcs.pro -r -spec linux-g++ CONFIG+=debug

Project MESSAGE: Building for Csound 6

Project MESSAGE:

Project MESSAGE: Building CsoundQt for Unix-based system.

Project MESSAGE:

Project MESSAGE: Building CsoundQt for the double precision version of Csound.

Project MESSAGE: Building debug version.

Project MESSAGE:

Project MESSAGE: CONFIG ...

Project MESSAGE: + lex

Project MESSAGE: + yacc

Project MESSAGE: + debug

Project MESSAGE: + exceptions

Project MESSAGE: + depend_includepath

Project MESSAGE: + testcase_targets

Project MESSAGE: + import_plugins

Project MESSAGE: + import_qpa_plugin

Project MESSAGE: + qt

Project MESSAGE: + warn_on

Project MESSAGE: + release

Project MESSAGE: + link_prl

Project MESSAGE: + incremental

Project MESSAGE: + shared

Project MESSAGE: + qpa

Project MESSAGE: + no_mocdepend

Project MESSAGE: + release

Project MESSAGE: + qt_no_framework

Project MESSAGE: + linux

Project MESSAGE: + unix

Project MESSAGE: + posix

Project MESSAGE: + gcc

Project MESSAGE: + debug

Project MESSAGE: + html5

Project MESSAGE: + csound6

Project MESSAGE: + QCS_QT5

Project MESSAGE: + QCS_QT53

Project MESSAGE: + QCS_QT54

Project MESSAGE: + build64

Project MESSAGE: + thread

Project MESSAGE:

Project MESSAGE: Csound API include directory not specified.

Project MESSAGE: ... searching in /usr/local/include/csound

Project MESSAGE: CSOUND_API_INCLUDE_DIR set to /usr/local/include/csound

Project MESSAGE:

Project MESSAGE: Csound library directory not specified.

Project MESSAGE: ... searching in /usr/local/lib

Project MESSAGE: ... in /usr/local/lib for libcsound64.so libcsound64.a

Project MESSAGE: CSOUND_LIBRARY_DIR set to /usr/local/lib

Project MESSAGE:

Project MESSAGE: ... searching in /usr/lib

Project MESSAGE: ... in /usr/lib for libcsound64.so libcsound64.a

Project MESSAGE: Csound API include directory is /usr/local/include/csound

Project MESSAGE: Csound interfaces include directory is

Project MESSAGE: Csound library directory is /usr/local/lib

Project MESSAGE: Csound library is libcsound64.so libcsound64.a

Project MESSAGE:

Project MESSAGE: Configuring for HTML5 build.

Project MESSAGE: All HTML5 configuration is via environment variable CEF_HOME.

Project MESSAGE: This points to the installation directory, not the source directory.

Project MESSAGE: Including CEF related files for html5 build.

Project MESSAGE: DEFINES are: NOMINMAX CSOUND6 USE_QT5 USE_QT_GT_53 USE_QT_GT_54 QCS_HTML5

Project MESSAGE: INCLUDEPATH is: /usr/local/include/csound

Project MESSAGE: LIBS are: \Release\libcef.lib \out\Release\lib\libcef_dll_wrapper.lib user32.lib -L/usr/local/lib -lcsound64 -lcsnd6

Project MESSAGE: TARGET is: CsoundQt-d-cs6-debug

WARNING: Failure to find: src/qcefwebview.cpp

WARNING: Failure to find: src/cefclient_qt.h

WARNING: Failure to find: src/client_handler_qt.h

WARNING: Failure to find: src/qcefwebview.h

 

----------

 

Building without html5 option works.

 

 

Michael, can you guess, where is the problem?

 

 

Perhaps some of the configuration files of my sources did not get updated properly...

 

thanks,

tarmo

 

 

 

 


Date2015-07-25 20:23
FromMichael Gogins
SubjectRe: building CsoundQt with html5 on linux
AttachmentsNone  None  
I will try the Linux build myself probably sometime after next Wednesday. But did you install the Chromium Embedded Framework and follow the build instructions? Set the CEF_HOME variable?

Regards,
Mike


-----------------------------------------------------
Michael Gogins
Irreducible Productions
http://michaelgogins.tumblr.com
Michael dot Gogins at gmail dot com

On Sat, Jul 25, 2015 at 1:04 PM, Tarmo Johannes <tarmo.johannes@otsakool.edu.ee> wrote:

Hi!

 

I finally got to the point to try out the new html5 features in CsoundQt.

 

I failed to build int on linux (openSuse 13.2, 64bit, Qt 5.4.1)

 

I pulled latest sources from git, added CONFIG += html5 to the qmake options but I get an error:

 

----

 

g++: warning: /usr/local/include/csound: linker input file unused because linking not done

g++ -c -pipe -g -D_REENTRANT -Wall -W -fPIE -DNOMINMAX -DCSOUND6 -DUSE_QT5 -DUSE_QT_GT_53 -DUSE_QT_GT_54 -DQCS_HTML5 -DQT_PRINTSUPPORT_LIB -DQT_QUICKWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_QUICK_LIB -DQT_GUI_LIB -DQT_CONCURRENT_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CORE_LIB -I../qutecsound-code -I. -I -isystem /usr/local/include/csound -isystem /usr/include/qt5 -isystem /usr/include/qt5/QtPrintSupport -isystem /usr/include/qt5/QtQuickWidgets -isystem /usr/include/qt5/QtWidgets -isystem /usr/include/qt5/QtQuick -isystem /usr/include/qt5/QtGui -isystem /usr/include/qt5/QtConcurrent -isystem /usr/include/qt5/QtQml -isystem /usr/include/qt5/QtNetwork -isystem /usr/include/qt5/QtXml -isystem /usr/include/qt5/QtCore -Ibuild/moc -Ibuild/ui -I/usr/lib64/qt5/mkspecs/linux-g++ -o build/doubles/obj/configdialog.o ../qutecsound-code/src/configdialog.cpp

In file included from ../qutecsound-code/src/qutecsound.h:36:0,

from ../qutecsound-code/src/configdialog.cpp:25:

../qutecsound-code/src/types.h:29:20: fatal error: csound.h: No such file or directory

#include <csound.h>

 

----

 

the qmake output is:

 

-----

19:51:56: Starting: "/usr/lib64/qt5/bin/qmake-qt5" /home/tarmo/src/qutecsound/qutecsound-code/qcs.pro -r -spec linux-g++ CONFIG+=debug

Project MESSAGE: Building for Csound 6

Project MESSAGE:

Project MESSAGE: Building CsoundQt for Unix-based system.

Project MESSAGE:

Project MESSAGE: Building CsoundQt for the double precision version of Csound.

Project MESSAGE: Building debug version.

Project MESSAGE:

Project MESSAGE: CONFIG ...

Project MESSAGE: + lex

Project MESSAGE: + yacc

Project MESSAGE: + debug

Project MESSAGE: + exceptions

Project MESSAGE: + depend_includepath

Project MESSAGE: + testcase_targets

Project MESSAGE: + import_plugins

Project MESSAGE: + import_qpa_plugin

Project MESSAGE: + qt

Project MESSAGE: + warn_on

Project MESSAGE: + release

Project MESSAGE: + link_prl

Project MESSAGE: + incremental

Project MESSAGE: + shared

Project MESSAGE: + qpa

Project MESSAGE: + no_mocdepend

Project MESSAGE: + release

Project MESSAGE: + qt_no_framework

Project MESSAGE: + linux

Project MESSAGE: + unix

Project MESSAGE: + posix

Project MESSAGE: + gcc

Project MESSAGE: + debug

Project MESSAGE: + html5

Project MESSAGE: + csound6

Project MESSAGE: + QCS_QT5

Project MESSAGE: + QCS_QT53

Project MESSAGE: + QCS_QT54

Project MESSAGE: + build64

Project MESSAGE: + thread

Project MESSAGE:

Project MESSAGE: Csound API include directory not specified.

Project MESSAGE: ... searching in /usr/local/include/csound

Project MESSAGE: CSOUND_API_INCLUDE_DIR set to /usr/local/include/csound

Project MESSAGE:

Project MESSAGE: Csound library directory not specified.

Project MESSAGE: ... searching in /usr/local/lib

Project MESSAGE: ... in /usr/local/lib for libcsound64.so libcsound64.a

Project MESSAGE: CSOUND_LIBRARY_DIR set to /usr/local/lib

Project MESSAGE:

Project MESSAGE: ... searching in /usr/lib

Project MESSAGE: ... in /usr/lib for libcsound64.so libcsound64.a

Project MESSAGE: Csound API include directory is /usr/local/include/csound

Project MESSAGE: Csound interfaces include directory is

Project MESSAGE: Csound library directory is /usr/local/lib

Project MESSAGE: Csound library is libcsound64.so libcsound64.a

Project MESSAGE:

Project MESSAGE: Configuring for HTML5 build.

Project MESSAGE: All HTML5 configuration is via environment variable CEF_HOME.

Project MESSAGE: This points to the installation directory, not the source directory.

Project MESSAGE: Including CEF related files for html5 build.

Project MESSAGE: DEFINES are: NOMINMAX CSOUND6 USE_QT5 USE_QT_GT_53 USE_QT_GT_54 QCS_HTML5

Project MESSAGE: INCLUDEPATH is: /usr/local/include/csound

Project MESSAGE: LIBS are: \Release\libcef.lib \out\Release\lib\libcef_dll_wrapper.lib user32.lib -L/usr/local/lib -lcsound64 -lcsnd6

Project MESSAGE: TARGET is: CsoundQt-d-cs6-debug

WARNING: Failure to find: src/qcefwebview.cpp

WARNING: Failure to find: src/cefclient_qt.h

WARNING: Failure to find: src/client_handler_qt.h

WARNING: Failure to find: src/qcefwebview.h

 

----------

 

Building without html5 option works.

 

 

Michael, can you guess, where is the problem?

 

 

Perhaps some of the configuration files of my sources did not get updated properly...

 

thanks,

tarmo

 

 

 

 


------------------------------------------------------------------------------

_______________________________________________
Csound-users mailing list
Csound-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-users
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here