Csound Csound-dev Csound-tekno Search About

[Csnd] CsoundQT0.8.2 in Fedora20

Date2014-02-10 12:39
Fromhlolli
Subject[Csnd] CsoundQT0.8.2 in Fedora20
First I want to say sorry for posting this question here but nobody is
accepting to the csoundqt mailing list so I hope you forgive me.

What I'm trying to do is to compile csoundqt0.8.2 in QtCreator(since it
shows me more correct error messages that qmake or qmake-qt4). And now when
building qcs.pro I get errors showing
cannot find -lPythonQt_d
cannot find -lPythonQt_QtAll_d
cannot find -lPythonQt5
cannot find -lPythonQt5_QtAll

/usr/bin/ld: cannot find -lPythonQt_d
/usr/bin/ld: cannot find -lPythonQt_QtAll_d
/usr/bin/ld: cannot find -lPythonQt5
/usr/bin/ld: cannot find -lPythonQt5_QtAll
collect2: error: ld returned 1 exit status
make: *** [bin/CsoundQt-d-py-cs6-debug] Error 1
12:33:59: The process "/usr/bin/make" exited with code 2.
Error while building/deploying project qcs (kit: Desktop Qt 5.2.1 GCC 64bit)
When executing step 'Make'

To solve this I have tried to put symbolic links from 
    /home/Hlolli/src/PythonQt2.1_Qt4.8/lib to
    /usr/bin

But still getting same errors.

I don't want my worst enemy to feel my pain, but installing csoundqt on
fedora has been for last 24Hours hell(after trying to solve other errors
that don't pop up anymore).



--
View this message in context: http://csound.1045644.n5.nabble.com/CsoundQT0-8-2-in-Fedora20-tp5732485.html
Sent from the Csound - General mailing list archive at Nabble.com.

Date2014-02-10 14:04
FromTarmo Johannes
SubjectRe: [Csnd] CsoundQT0.8.2 in Fedora20

hi,

 

looks like you are trying to build CsounQt with PythonQt support (that is good plan!)

 

Can you first try to build it without it? ie omit

CONFIG+=pythonqt

 

(or can you post your qmake output to see if there is anything strange)

 

if that works and you go for PythonQt support,

 

how did you build and install PythonQt? Where are the libraries installed? Maybe doing sudo ldconfig after that would help? Or adding the path of the libs to /etc/ld.so.conf.d/

Please have a look for some guideleines to

http://sourceforge.net/p/csound/wiki/Building%20CsoundQt%20for%20Csound6%20on%20Debian-Ubuntu/

I am using PythonQt built with Qt 4.8, so I don't know if there are problems with Qt5

 

sorry for silence in CsoundQt list!

 

tarmo

 

 

On Monday 10 February 2014 04:39:44 hlolli wrote:

> First I want to say sorry for posting this question here but nobody is

> accepting to the csoundqt mailing list so I hope you forgive me.

>

> What I'm trying to do is to compile csoundqt0.8.2 in QtCreator(since it

> shows me more correct error messages that qmake or qmake-qt4). And now when

> building qcs.pro I get errors showing

> cannot find -lPythonQt_d

> cannot find -lPythonQt_QtAll_d

> cannot find -lPythonQt5

> cannot find -lPythonQt5_QtAll

>

> /usr/bin/ld: cannot find -lPythonQt_d

> /usr/bin/ld: cannot find -lPythonQt_QtAll_d

> /usr/bin/ld: cannot find -lPythonQt5

> /usr/bin/ld: cannot find -lPythonQt5_QtAll

> collect2: error: ld returned 1 exit status

> make: *** [bin/CsoundQt-d-py-cs6-debug] Error 1

> 12:33:59: The process "/usr/bin/make" exited with code 2.

> Error while building/deploying project qcs (kit: Desktop Qt 5.2.1 GCC 64bit)

> When executing step 'Make'

>

> To solve this I have tried to put symbolic links from

> /home/Hlolli/src/PythonQt2.1_Qt4.8/lib to

> /usr/bin

>

> But still getting same errors.

>

> I don't want my worst enemy to feel my pain, but installing csoundqt on

> fedora has been for last 24Hours hell(after trying to solve other errors

> that don't pop up anymore).

>

>

>

> --

> View this message in context:

> http://csound.1045644.n5.nabble.com/CsoundQT0-8-2-in-Fedora20-tp5732485.htm

> l Sent from the Csound - General mailing list archive at Nabble.com.

>

>

> Send bugs reports to the Sourceforge bug trackers

> csound6:

> https://sourceforge.net/p/csound/tickets/

> csound5:

> https://sourceforge.net/p/csound/bugs/

> Discussions of bugs and features can be posted here

> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe

> csound"


Date2014-02-10 14:23
FromHlöðver Sigurðsson
SubjectRe: [Csnd] CsoundQT0.8.2 in Fedora20
Ok I omitted pythonqt config AND I used earlier version 0.8.0 and finally I have runnable CsoundQt-d-cs6 file!!

I've been struggling with this for some time, now I have some breaktrough finally.

I did get CsoundQt-d-cs6 file in 0.8.2 but opening of the file complained about missing pythonqt files.

Anyway, I'll let you know if I'm able to get PythonQt support(or not).




2014-02-10 14:04 GMT+00:00 Tarmo Johannes <tarmo.johannes@otsakool.edu.ee>:

hi,

 

looks like you are trying to build CsounQt with PythonQt support (that is good plan!)

 

Can you first try to build it without it? ie omit

CONFIG+=pythonqt

 

(or can you post your qmake output to see if there is anything strange)

 

if that works and you go for PythonQt support,

 

how did you build and install PythonQt? Where are the libraries installed? Maybe doing sudo ldconfig after that would help? Or adding the path of the libs to /etc/ld.so.conf.d/

Please have a look for some guideleines to

http://sourceforge.net/p/csound/wiki/Building%20CsoundQt%20for%20Csound6%20on%20Debian-Ubuntu/

I am using PythonQt built with Qt 4.8, so I don't know if there are problems with Qt5

 

sorry for silence in CsoundQt list!

 

tarmo

 

 

On Monday 10 February 2014 04:39:44 hlolli wrote:

> First I want to say sorry for posting this question here but nobody is

> accepting to the csoundqt mailing list so I hope you forgive me.

>

> What I'm trying to do is to compile csoundqt0.8.2 in QtCreator(since it

> shows me more correct error messages that qmake or qmake-qt4). And now when

> building qcs.pro I get errors showing

> cannot find -lPythonQt_d

> cannot find -lPythonQt_QtAll_d

> cannot find -lPythonQt5

> cannot find -lPythonQt5_QtAll

>

> /usr/bin/ld: cannot find -lPythonQt_d

> /usr/bin/ld: cannot find -lPythonQt_QtAll_d

> /usr/bin/ld: cannot find -lPythonQt5

> /usr/bin/ld: cannot find -lPythonQt5_QtAll

> collect2: error: ld returned 1 exit status

> make: *** [bin/CsoundQt-d-py-cs6-debug] Error 1

> 12:33:59: The process "/usr/bin/make" exited with code 2.

> Error while building/deploying project qcs (kit: Desktop Qt 5.2.1 GCC 64bit)

> When executing step 'Make'

>

> To solve this I have tried to put symbolic links from

> /home/Hlolli/src/PythonQt2.1_Qt4.8/lib to

> /usr/bin

>

> But still getting same errors.

>

> I don't want my worst enemy to feel my pain, but installing csoundqt on

> fedora has been for last 24Hours hell(after trying to solve other errors

> that don't pop up anymore).

>

>

>

> --

> View this message in context:

> http://csound.1045644.n5.nabble.com/CsoundQT0-8-2-in-Fedora20-tp5732485.htm

> l Sent from the Csound - General mailing list archive at Nabble.com.

>

>

> Send bugs reports to the Sourceforge bug trackers

> csound6:

> https://sourceforge.net/p/csound/tickets/

> csound5:

> https://sourceforge.net/p/csound/bugs/

> Discussions of bugs and features can be posted here

> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe

> csound"




--
Hlöðver Sigurðsson

Date2014-02-10 14:58
FromAndres Cabrera
SubjectRe: [Csnd] CsoundQT0.8.2 in Fedora20
Hi,

I haven't seen any requests for email approvals to the list. Are you sure you are sending them to the right place?

Also, you might need to make the symlinks to /usr/lib instead of /usr/bin (maybe /usr/local/lib is better)

Cheers,
Andrés


On Mon, Feb 10, 2014 at 6:23 AM, Hlöðver Sigurðsson <hlolli@gmail.com> wrote:
Ok I omitted pythonqt config AND I used earlier version 0.8.0 and finally I have runnable CsoundQt-d-cs6 file!!

I've been struggling with this for some time, now I have some breaktrough finally.

I did get CsoundQt-d-cs6 file in 0.8.2 but opening of the file complained about missing pythonqt files.

Anyway, I'll let you know if I'm able to get PythonQt support(or not).




2014-02-10 14:04 GMT+00:00 Tarmo Johannes <tarmo.johannes@otsakool.edu.ee>:

hi,

 

looks like you are trying to build CsounQt with PythonQt support (that is good plan!)

 

Can you first try to build it without it? ie omit

CONFIG+=pythonqt

 

(or can you post your qmake output to see if there is anything strange)

 

if that works and you go for PythonQt support,

 

how did you build and install PythonQt? Where are the libraries installed? Maybe doing sudo ldconfig after that would help? Or adding the path of the libs to /etc/ld.so.conf.d/

Please have a look for some guideleines to

http://sourceforge.net/p/csound/wiki/Building%20CsoundQt%20for%20Csound6%20on%20Debian-Ubuntu/

I am using PythonQt built with Qt 4.8, so I don't know if there are problems with Qt5

 

sorry for silence in CsoundQt list!

 

tarmo

 

 

On Monday 10 February 2014 04:39:44 hlolli wrote:

> First I want to say sorry for posting this question here but nobody is

> accepting to the csoundqt mailing list so I hope you forgive me.

>

> What I'm trying to do is to compile csoundqt0.8.2 in QtCreator(since it

> shows me more correct error messages that qmake or qmake-qt4). And now when

> building qcs.pro I get errors showing

> cannot find -lPythonQt_d

> cannot find -lPythonQt_QtAll_d

> cannot find -lPythonQt5

> cannot find -lPythonQt5_QtAll

>

> /usr/bin/ld: cannot find -lPythonQt_d

> /usr/bin/ld: cannot find -lPythonQt_QtAll_d

> /usr/bin/ld: cannot find -lPythonQt5

> /usr/bin/ld: cannot find -lPythonQt5_QtAll

> collect2: error: ld returned 1 exit status

> make: *** [bin/CsoundQt-d-py-cs6-debug] Error 1

> 12:33:59: The process "/usr/bin/make" exited with code 2.

> Error while building/deploying project qcs (kit: Desktop Qt 5.2.1 GCC 64bit)

> When executing step 'Make'

>

> To solve this I have tried to put symbolic links from

> /home/Hlolli/src/PythonQt2.1_Qt4.8/lib to

> /usr/bin

>

> But still getting same errors.

>

> I don't want my worst enemy to feel my pain, but installing csoundqt on

> fedora has been for last 24Hours hell(after trying to solve other errors

> that don't pop up anymore).

>

>

>

> --

> View this message in context:

> http://csound.1045644.n5.nabble.com/CsoundQT0-8-2-in-Fedora20-tp5732485.htm

> l Sent from the Csound - General mailing list archive at Nabble.com.

>

>

> Send bugs reports to the Sourceforge bug trackers

> csound6:

> https://sourceforge.net/p/csound/tickets/

> csound5:

> https://sourceforge.net/p/csound/bugs/

> Discussions of bugs and features can be posted here

> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe

> csound"




--
Hlöðver Sigurðsson


Date2014-02-10 14:59
FromHlöðver Sigurðsson
SubjectRe: [Csnd] CsoundQT0.8.2 in Fedora20
Ok Im having the same errors now for any version. If I compile with csoundQT support I will get this when running CsoundQt-d-py-cs6

'/home/Hlolli/Downloads/csoundqt-0.8.0-src/bin/CsoundQt-d-py-cs6' 
/home/Hlolli/Downloads/csoundqt-0.8.0-src/bin/CsoundQt-d-py-cs6: error while loading shared libraries: libPythonQt.so.1: cannot open shared object file: No such file or directory

Any ideas?


2014-02-10 14:23 GMT+00:00 Hlöðver Sigurðsson <hlolli@gmail.com>:
Ok I omitted pythonqt config AND I used earlier version 0.8.0 and finally I have runnable CsoundQt-d-cs6 file!!

I've been struggling with this for some time, now I have some breaktrough finally.

I did get CsoundQt-d-cs6 file in 0.8.2 but opening of the file complained about missing pythonqt files.

Anyway, I'll let you know if I'm able to get PythonQt support(or not).




2014-02-10 14:04 GMT+00:00 Tarmo Johannes <tarmo.johannes@otsakool.edu.ee>:

hi,

 

looks like you are trying to build CsounQt with PythonQt support (that is good plan!)

 

Can you first try to build it without it? ie omit

CONFIG+=pythonqt

 

(or can you post your qmake output to see if there is anything strange)

 

if that works and you go for PythonQt support,

 

how did you build and install PythonQt? Where are the libraries installed? Maybe doing sudo ldconfig after that would help? Or adding the path of the libs to /etc/ld.so.conf.d/

Please have a look for some guideleines to

http://sourceforge.net/p/csound/wiki/Building%20CsoundQt%20for%20Csound6%20on%20Debian-Ubuntu/

I am using PythonQt built with Qt 4.8, so I don't know if there are problems with Qt5

 

sorry for silence in CsoundQt list!

 

tarmo

 

 

On Monday 10 February 2014 04:39:44 hlolli wrote:

> First I want to say sorry for posting this question here but nobody is

> accepting to the csoundqt mailing list so I hope you forgive me.

>

> What I'm trying to do is to compile csoundqt0.8.2 in QtCreator(since it

> shows me more correct error messages that qmake or qmake-qt4). And now when

> building qcs.pro I get errors showing

> cannot find -lPythonQt_d

> cannot find -lPythonQt_QtAll_d

> cannot find -lPythonQt5

> cannot find -lPythonQt5_QtAll

>

> /usr/bin/ld: cannot find -lPythonQt_d

> /usr/bin/ld: cannot find -lPythonQt_QtAll_d

> /usr/bin/ld: cannot find -lPythonQt5

> /usr/bin/ld: cannot find -lPythonQt5_QtAll

> collect2: error: ld returned 1 exit status

> make: *** [bin/CsoundQt-d-py-cs6-debug] Error 1

> 12:33:59: The process "/usr/bin/make" exited with code 2.

> Error while building/deploying project qcs (kit: Desktop Qt 5.2.1 GCC 64bit)

> When executing step 'Make'

>

> To solve this I have tried to put symbolic links from

> /home/Hlolli/src/PythonQt2.1_Qt4.8/lib to

> /usr/bin

>

> But still getting same errors.

>

> I don't want my worst enemy to feel my pain, but installing csoundqt on

> fedora has been for last 24Hours hell(after trying to solve other errors

> that don't pop up anymore).

>

>

>

> --

> View this message in context:

> http://csound.1045644.n5.nabble.com/CsoundQT0-8-2-in-Fedora20-tp5732485.htm

> l Sent from the Csound - General mailing list archive at Nabble.com.

>

>

> Send bugs reports to the Sourceforge bug trackers

> csound6:

> https://sourceforge.net/p/csound/tickets/

> csound5:

> https://sourceforge.net/p/csound/bugs/

> Discussions of bugs and features can be posted here

> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe

> csound"




--
Hlöðver Sigurðsson



--
Hlöðver Sigurðsson

Date2014-02-10 15:01
FromAndres Cabrera
SubjectRe: [Csnd] CsoundQT0.8.2 in Fedora20
Hi,

What this means is that the libraries were found when compiling but they are not being found when running. Maybe you need to run ldconfig?

Cheers,
Andrés


On Mon, Feb 10, 2014 at 6:59 AM, Hlöðver Sigurðsson <hlolli@gmail.com> wrote:
Ok Im having the same errors now for any version. If I compile with csoundQT support I will get this when running CsoundQt-d-py-cs6

'/home/Hlolli/Downloads/csoundqt-0.8.0-src/bin/CsoundQt-d-py-cs6' 
/home/Hlolli/Downloads/csoundqt-0.8.0-src/bin/CsoundQt-d-py-cs6: error while loading shared libraries: libPythonQt.so.1: cannot open shared object file: No such file or directory

Any ideas?


2014-02-10 14:23 GMT+00:00 Hlöðver Sigurðsson <hlolli@gmail.com>:

Ok I omitted pythonqt config AND I used earlier version 0.8.0 and finally I have runnable CsoundQt-d-cs6 file!!

I've been struggling with this for some time, now I have some breaktrough finally.

I did get CsoundQt-d-cs6 file in 0.8.2 but opening of the file complained about missing pythonqt files.

Anyway, I'll let you know if I'm able to get PythonQt support(or not).




2014-02-10 14:04 GMT+00:00 Tarmo Johannes <tarmo.johannes@otsakool.edu.ee>:

hi,

 

looks like you are trying to build CsounQt with PythonQt support (that is good plan!)

 

Can you first try to build it without it? ie omit

CONFIG+=pythonqt

 

(or can you post your qmake output to see if there is anything strange)

 

if that works and you go for PythonQt support,

 

how did you build and install PythonQt? Where are the libraries installed? Maybe doing sudo ldconfig after that would help? Or adding the path of the libs to /etc/ld.so.conf.d/

Please have a look for some guideleines to

http://sourceforge.net/p/csound/wiki/Building%20CsoundQt%20for%20Csound6%20on%20Debian-Ubuntu/

I am using PythonQt built with Qt 4.8, so I don't know if there are problems with Qt5

 

sorry for silence in CsoundQt list!

 

tarmo

 

 

On Monday 10 February 2014 04:39:44 hlolli wrote:

> First I want to say sorry for posting this question here but nobody is

> accepting to the csoundqt mailing list so I hope you forgive me.

>

> What I'm trying to do is to compile csoundqt0.8.2 in QtCreator(since it

> shows me more correct error messages that qmake or qmake-qt4). And now when

> building qcs.pro I get errors showing

> cannot find -lPythonQt_d

> cannot find -lPythonQt_QtAll_d

> cannot find -lPythonQt5

> cannot find -lPythonQt5_QtAll

>

> /usr/bin/ld: cannot find -lPythonQt_d

> /usr/bin/ld: cannot find -lPythonQt_QtAll_d

> /usr/bin/ld: cannot find -lPythonQt5

> /usr/bin/ld: cannot find -lPythonQt5_QtAll

> collect2: error: ld returned 1 exit status

> make: *** [bin/CsoundQt-d-py-cs6-debug] Error 1

> 12:33:59: The process "/usr/bin/make" exited with code 2.

> Error while building/deploying project qcs (kit: Desktop Qt 5.2.1 GCC 64bit)

> When executing step 'Make'

>

> To solve this I have tried to put symbolic links from

> /home/Hlolli/src/PythonQt2.1_Qt4.8/lib to

> /usr/bin

>

> But still getting same errors.

>

> I don't want my worst enemy to feel my pain, but installing csoundqt on

> fedora has been for last 24Hours hell(after trying to solve other errors

> that don't pop up anymore).

>

>

>

> --

> View this message in context:

> http://csound.1045644.n5.nabble.com/CsoundQT0-8-2-in-Fedora20-tp5732485.htm

> l Sent from the Csound - General mailing list archive at Nabble.com.

>

>

> Send bugs reports to the Sourceforge bug trackers

> csound6:

> https://sourceforge.net/p/csound/tickets/

> csound5:

> https://sourceforge.net/p/csound/bugs/

> Discussions of bugs and features can be posted here

> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe

> csound"




--
Hlöðver Sigurðsson



--
Hlöðver Sigurðsson


Date2014-02-10 15:24
FromHlöðver Sigurðsson
SubjectRe: [Csnd] CsoundQT0.8.2 in Fedora20
I did run ldconfig and rebooted also.

I have pythonqt.conf file in ld.so.confg.d directory with this text:

/home/Hlolli/src/PythonQt2.1_Qt4.8

something missing maybe?


2014-02-10 15:01 GMT+00:00 Andres Cabrera <mantaraya36@gmail.com>:
Hi,

What this means is that the libraries were found when compiling but they are not being found when running. Maybe you need to run ldconfig?

Cheers,
Andrés


On Mon, Feb 10, 2014 at 6:59 AM, Hlöðver Sigurðsson <hlolli@gmail.com> wrote:
Ok Im having the same errors now for any version. If I compile with csoundQT support I will get this when running CsoundQt-d-py-cs6

'/home/Hlolli/Downloads/csoundqt-0.8.0-src/bin/CsoundQt-d-py-cs6' 
/home/Hlolli/Downloads/csoundqt-0.8.0-src/bin/CsoundQt-d-py-cs6: error while loading shared libraries: libPythonQt.so.1: cannot open shared object file: No such file or directory

Any ideas?


2014-02-10 14:23 GMT+00:00 Hlöðver Sigurðsson <hlolli@gmail.com>:

Ok I omitted pythonqt config AND I used earlier version 0.8.0 and finally I have runnable CsoundQt-d-cs6 file!!

I've been struggling with this for some time, now I have some breaktrough finally.

I did get CsoundQt-d-cs6 file in 0.8.2 but opening of the file complained about missing pythonqt files.

Anyway, I'll let you know if I'm able to get PythonQt support(or not).




2014-02-10 14:04 GMT+00:00 Tarmo Johannes <tarmo.johannes@otsakool.edu.ee>:

hi,

 

looks like you are trying to build CsounQt with PythonQt support (that is good plan!)

 

Can you first try to build it without it? ie omit

CONFIG+=pythonqt

 

(or can you post your qmake output to see if there is anything strange)

 

if that works and you go for PythonQt support,

 

how did you build and install PythonQt? Where are the libraries installed? Maybe doing sudo ldconfig after that would help? Or adding the path of the libs to /etc/ld.so.conf.d/

Please have a look for some guideleines to

http://sourceforge.net/p/csound/wiki/Building%20CsoundQt%20for%20Csound6%20on%20Debian-Ubuntu/

I am using PythonQt built with Qt 4.8, so I don't know if there are problems with Qt5

 

sorry for silence in CsoundQt list!

 

tarmo

 

 

On Monday 10 February 2014 04:39:44 hlolli wrote:

> First I want to say sorry for posting this question here but nobody is

> accepting to the csoundqt mailing list so I hope you forgive me.

>

> What I'm trying to do is to compile csoundqt0.8.2 in QtCreator(since it

> shows me more correct error messages that qmake or qmake-qt4). And now when

> building qcs.pro I get errors showing

> cannot find -lPythonQt_d

> cannot find -lPythonQt_QtAll_d

> cannot find -lPythonQt5

> cannot find -lPythonQt5_QtAll

>

> /usr/bin/ld: cannot find -lPythonQt_d

> /usr/bin/ld: cannot find -lPythonQt_QtAll_d

> /usr/bin/ld: cannot find -lPythonQt5

> /usr/bin/ld: cannot find -lPythonQt5_QtAll

> collect2: error: ld returned 1 exit status

> make: *** [bin/CsoundQt-d-py-cs6-debug] Error 1

> 12:33:59: The process "/usr/bin/make" exited with code 2.

> Error while building/deploying project qcs (kit: Desktop Qt 5.2.1 GCC 64bit)

> When executing step 'Make'

>

> To solve this I have tried to put symbolic links from

> /home/Hlolli/src/PythonQt2.1_Qt4.8/lib to

> /usr/bin

>

> But still getting same errors.

>

> I don't want my worst enemy to feel my pain, but installing csoundqt on

> fedora has been for last 24Hours hell(after trying to solve other errors

> that don't pop up anymore).

>

>

>

> --

> View this message in context:

> http://csound.1045644.n5.nabble.com/CsoundQT0-8-2-in-Fedora20-tp5732485.htm

> l Sent from the Csound - General mailing list archive at Nabble.com.

>

>

> Send bugs reports to the Sourceforge bug trackers

> csound6:

> https://sourceforge.net/p/csound/tickets/

> csound5:

> https://sourceforge.net/p/csound/bugs/

> Discussions of bugs and features can be posted here

> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe

> csound"




--
Hlöðver Sigurðsson



--
Hlöðver Sigurðsson




--
Hlöðver Sigurðsson

Date2014-02-10 15:31
FromAndres Cabrera
SubjectRe: [Csnd] CsoundQT0.8.2 in Fedora20
On your message you mentioned that you linked to /usr/bin. It should be /usr/lib, but maybe it was just a typo?

Cheers,
Andrés


On Mon, Feb 10, 2014 at 7:24 AM, Hlöðver Sigurðsson <hlolli@gmail.com> wrote:
I did run ldconfig and rebooted also.

I have pythonqt.conf file in ld.so.confg.d directory with this text:

/home/Hlolli/src/PythonQt2.1_Qt4.8

something missing maybe?


2014-02-10 15:01 GMT+00:00 Andres Cabrera <mantaraya36@gmail.com>:

Hi,

What this means is that the libraries were found when compiling but they are not being found when running. Maybe you need to run ldconfig?

Cheers,
Andrés


On Mon, Feb 10, 2014 at 6:59 AM, Hlöðver Sigurðsson <hlolli@gmail.com> wrote:
Ok Im having the same errors now for any version. If I compile with csoundQT support I will get this when running CsoundQt-d-py-cs6

'/home/Hlolli/Downloads/csoundqt-0.8.0-src/bin/CsoundQt-d-py-cs6' 
/home/Hlolli/Downloads/csoundqt-0.8.0-src/bin/CsoundQt-d-py-cs6: error while loading shared libraries: libPythonQt.so.1: cannot open shared object file: No such file or directory

Any ideas?


2014-02-10 14:23 GMT+00:00 Hlöðver Sigurðsson <hlolli@gmail.com>:

Ok I omitted pythonqt config AND I used earlier version 0.8.0 and finally I have runnable CsoundQt-d-cs6 file!!

I've been struggling with this for some time, now I have some breaktrough finally.

I did get CsoundQt-d-cs6 file in 0.8.2 but opening of the file complained about missing pythonqt files.

Anyway, I'll let you know if I'm able to get PythonQt support(or not).




2014-02-10 14:04 GMT+00:00 Tarmo Johannes <tarmo.johannes@otsakool.edu.ee>:

hi,

 

looks like you are trying to build CsounQt with PythonQt support (that is good plan!)

 

Can you first try to build it without it? ie omit

CONFIG+=pythonqt

 

(or can you post your qmake output to see if there is anything strange)

 

if that works and you go for PythonQt support,

 

how did you build and install PythonQt? Where are the libraries installed? Maybe doing sudo ldconfig after that would help? Or adding the path of the libs to /etc/ld.so.conf.d/

Please have a look for some guideleines to

http://sourceforge.net/p/csound/wiki/Building%20CsoundQt%20for%20Csound6%20on%20Debian-Ubuntu/

I am using PythonQt built with Qt 4.8, so I don't know if there are problems with Qt5

 

sorry for silence in CsoundQt list!

 

tarmo

 

 

On Monday 10 February 2014 04:39:44 hlolli wrote:

> First I want to say sorry for posting this question here but nobody is

> accepting to the csoundqt mailing list so I hope you forgive me.

>

> What I'm trying to do is to compile csoundqt0.8.2 in QtCreator(since it

> shows me more correct error messages that qmake or qmake-qt4). And now when

> building qcs.pro I get errors showing

> cannot find -lPythonQt_d

> cannot find -lPythonQt_QtAll_d

> cannot find -lPythonQt5

> cannot find -lPythonQt5_QtAll

>

> /usr/bin/ld: cannot find -lPythonQt_d

> /usr/bin/ld: cannot find -lPythonQt_QtAll_d

> /usr/bin/ld: cannot find -lPythonQt5

> /usr/bin/ld: cannot find -lPythonQt5_QtAll

> collect2: error: ld returned 1 exit status

> make: *** [bin/CsoundQt-d-py-cs6-debug] Error 1

> 12:33:59: The process "/usr/bin/make" exited with code 2.

> Error while building/deploying project qcs (kit: Desktop Qt 5.2.1 GCC 64bit)

> When executing step 'Make'

>

> To solve this I have tried to put symbolic links from

> /home/Hlolli/src/PythonQt2.1_Qt4.8/lib to

> /usr/bin

>

> But still getting same errors.

>

> I don't want my worst enemy to feel my pain, but installing csoundqt on

> fedora has been for last 24Hours hell(after trying to solve other errors

> that don't pop up anymore).

>

>

>

> --

> View this message in context:

> http://csound.1045644.n5.nabble.com/CsoundQT0-8-2-in-Fedora20-tp5732485.htm

> l Sent from the Csound - General mailing list archive at Nabble.com.

>

>

> Send bugs reports to the Sourceforge bug trackers

> csound6:

> https://sourceforge.net/p/csound/tickets/

> csound5:

> https://sourceforge.net/p/csound/bugs/

> Discussions of bugs and features can be posted here

> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe

> csound"




--
Hlöðver Sigurðsson



--
Hlöðver Sigurðsson




--
Hlöðver Sigurðsson


Date2014-02-10 15:42
FromHlöðver Sigurðsson
SubjectRe: [Csnd] CsoundQT0.8.2 in Fedora20
It now works. But I'm still very confused of why. Thanks!

I was originally setting up symbolic links trying to guide the QtCreator to correct pythonqt files, didn't know it was so crucial.

-Hlolli


2014-02-10 15:31 GMT+00:00 Andres Cabrera <mantaraya36@gmail.com>:
On your message you mentioned that you linked to /usr/bin. It should be /usr/lib, but maybe it was just a typo?

Cheers,
Andrés


On Mon, Feb 10, 2014 at 7:24 AM, Hlöðver Sigurðsson <hlolli@gmail.com> wrote:
I did run ldconfig and rebooted also.

I have pythonqt.conf file in ld.so.confg.d directory with this text:

/home/Hlolli/src/PythonQt2.1_Qt4.8

something missing maybe?


2014-02-10 15:01 GMT+00:00 Andres Cabrera <mantaraya36@gmail.com>:

Hi,

What this means is that the libraries were found when compiling but they are not being found when running. Maybe you need to run ldconfig?

Cheers,
Andrés


On Mon, Feb 10, 2014 at 6:59 AM, Hlöðver Sigurðsson <hlolli@gmail.com> wrote:
Ok Im having the same errors now for any version. If I compile with csoundQT support I will get this when running CsoundQt-d-py-cs6

'/home/Hlolli/Downloads/csoundqt-0.8.0-src/bin/CsoundQt-d-py-cs6' 
/home/Hlolli/Downloads/csoundqt-0.8.0-src/bin/CsoundQt-d-py-cs6: error while loading shared libraries: libPythonQt.so.1: cannot open shared object file: No such file or directory

Any ideas?


2014-02-10 14:23 GMT+00:00 Hlöðver Sigurðsson <hlolli@gmail.com>:

Ok I omitted pythonqt config AND I used earlier version 0.8.0 and finally I have runnable CsoundQt-d-cs6 file!!

I've been struggling with this for some time, now I have some breaktrough finally.

I did get CsoundQt-d-cs6 file in 0.8.2 but opening of the file complained about missing pythonqt files.

Anyway, I'll let you know if I'm able to get PythonQt support(or not).




2014-02-10 14:04 GMT+00:00 Tarmo Johannes <tarmo.johannes@otsakool.edu.ee>:

hi,

 

looks like you are trying to build CsounQt with PythonQt support (that is good plan!)

 

Can you first try to build it without it? ie omit

CONFIG+=pythonqt

 

(or can you post your qmake output to see if there is anything strange)

 

if that works and you go for PythonQt support,

 

how did you build and install PythonQt? Where are the libraries installed? Maybe doing sudo ldconfig after that would help? Or adding the path of the libs to /etc/ld.so.conf.d/

Please have a look for some guideleines to

http://sourceforge.net/p/csound/wiki/Building%20CsoundQt%20for%20Csound6%20on%20Debian-Ubuntu/

I am using PythonQt built with Qt 4.8, so I don't know if there are problems with Qt5

 

sorry for silence in CsoundQt list!

 

tarmo

 

 

On Monday 10 February 2014 04:39:44 hlolli wrote:

> First I want to say sorry for posting this question here but nobody is

> accepting to the csoundqt mailing list so I hope you forgive me.

>

> What I'm trying to do is to compile csoundqt0.8.2 in QtCreator(since it

> shows me more correct error messages that qmake or qmake-qt4). And now when

> building qcs.pro I get errors showing

> cannot find -lPythonQt_d

> cannot find -lPythonQt_QtAll_d

> cannot find -lPythonQt5

> cannot find -lPythonQt5_QtAll

>

> /usr/bin/ld: cannot find -lPythonQt_d

> /usr/bin/ld: cannot find -lPythonQt_QtAll_d

> /usr/bin/ld: cannot find -lPythonQt5

> /usr/bin/ld: cannot find -lPythonQt5_QtAll

> collect2: error: ld returned 1 exit status

> make: *** [bin/CsoundQt-d-py-cs6-debug] Error 1

> 12:33:59: The process "/usr/bin/make" exited with code 2.

> Error while building/deploying project qcs (kit: Desktop Qt 5.2.1 GCC 64bit)

> When executing step 'Make'

>

> To solve this I have tried to put symbolic links from

> /home/Hlolli/src/PythonQt2.1_Qt4.8/lib to

> /usr/bin

>

> But still getting same errors.

>

> I don't want my worst enemy to feel my pain, but installing csoundqt on

> fedora has been for last 24Hours hell(after trying to solve other errors

> that don't pop up anymore).

>

>

>

> --

> View this message in context:

> http://csound.1045644.n5.nabble.com/CsoundQT0-8-2-in-Fedora20-tp5732485.htm

> l Sent from the Csound - General mailing list archive at Nabble.com.

>

>

> Send bugs reports to the Sourceforge bug trackers

> csound6:

> https://sourceforge.net/p/csound/tickets/

> csound5:

> https://sourceforge.net/p/csound/bugs/

> Discussions of bugs and features can be posted here

> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe

> csound"




--
Hlöðver Sigurðsson



--
Hlöðver Sigurðsson




--
Hlöðver Sigurðsson




--
Hlöðver Sigurðsson

Date2014-02-10 23:40
FromAndres Cabrera
SubjectRe: [Csnd] CsoundQT0.8.2 in Fedora20
Hi,

Glad it worked. From what you describe you were pointing the linker to the right place, but then the libraries weren't visible when running the application.

Cheers,
Andrés


On Mon, Feb 10, 2014 at 7:42 AM, Hlöðver Sigurðsson <hlolli@gmail.com> wrote:
It now works. But I'm still very confused of why. Thanks!

I was originally setting up symbolic links trying to guide the QtCreator to correct pythonqt files, didn't know it was so crucial.

-Hlolli


2014-02-10 15:31 GMT+00:00 Andres Cabrera <mantaraya36@gmail.com>:

On your message you mentioned that you linked to /usr/bin. It should be /usr/lib, but maybe it was just a typo?

Cheers,
Andrés


On Mon, Feb 10, 2014 at 7:24 AM, Hlöðver Sigurðsson <hlolli@gmail.com> wrote:
I did run ldconfig and rebooted also.

I have pythonqt.conf file in ld.so.confg.d directory with this text:

/home/Hlolli/src/PythonQt2.1_Qt4.8

something missing maybe?


2014-02-10 15:01 GMT+00:00 Andres Cabrera <mantaraya36@gmail.com>:

Hi,

What this means is that the libraries were found when compiling but they are not being found when running. Maybe you need to run ldconfig?

Cheers,
Andrés


On Mon, Feb 10, 2014 at 6:59 AM, Hlöðver Sigurðsson <hlolli@gmail.com> wrote:
Ok Im having the same errors now for any version. If I compile with csoundQT support I will get this when running CsoundQt-d-py-cs6

'/home/Hlolli/Downloads/csoundqt-0.8.0-src/bin/CsoundQt-d-py-cs6' 
/home/Hlolli/Downloads/csoundqt-0.8.0-src/bin/CsoundQt-d-py-cs6: error while loading shared libraries: libPythonQt.so.1: cannot open shared object file: No such file or directory

Any ideas?


2014-02-10 14:23 GMT+00:00 Hlöðver Sigurðsson <hlolli@gmail.com>:

Ok I omitted pythonqt config AND I used earlier version 0.8.0 and finally I have runnable CsoundQt-d-cs6 file!!

I've been struggling with this for some time, now I have some breaktrough finally.

I did get CsoundQt-d-cs6 file in 0.8.2 but opening of the file complained about missing pythonqt files.

Anyway, I'll let you know if I'm able to get PythonQt support(or not).




2014-02-10 14:04 GMT+00:00 Tarmo Johannes <tarmo.johannes@otsakool.edu.ee>:

hi,

 

looks like you are trying to build CsounQt with PythonQt support (that is good plan!)

 

Can you first try to build it without it? ie omit

CONFIG+=pythonqt

 

(or can you post your qmake output to see if there is anything strange)

 

if that works and you go for PythonQt support,

 

how did you build and install PythonQt? Where are the libraries installed? Maybe doing sudo ldconfig after that would help? Or adding the path of the libs to /etc/ld.so.conf.d/

Please have a look for some guideleines to

http://sourceforge.net/p/csound/wiki/Building%20CsoundQt%20for%20Csound6%20on%20Debian-Ubuntu/

I am using PythonQt built with Qt 4.8, so I don't know if there are problems with Qt5

 

sorry for silence in CsoundQt list!

 

tarmo

 

 

On Monday 10 February 2014 04:39:44 hlolli wrote:

> First I want to say sorry for posting this question here but nobody is

> accepting to the csoundqt mailing list so I hope you forgive me.

>

> What I'm trying to do is to compile csoundqt0.8.2 in QtCreator(since it

> shows me more correct error messages that qmake or qmake-qt4). And now when

> building qcs.pro I get errors showing

> cannot find -lPythonQt_d

> cannot find -lPythonQt_QtAll_d

> cannot find -lPythonQt5

> cannot find -lPythonQt5_QtAll

>

> /usr/bin/ld: cannot find -lPythonQt_d

> /usr/bin/ld: cannot find -lPythonQt_QtAll_d

> /usr/bin/ld: cannot find -lPythonQt5

> /usr/bin/ld: cannot find -lPythonQt5_QtAll

> collect2: error: ld returned 1 exit status

> make: *** [bin/CsoundQt-d-py-cs6-debug] Error 1

> 12:33:59: The process "/usr/bin/make" exited with code 2.

> Error while building/deploying project qcs (kit: Desktop Qt 5.2.1 GCC 64bit)

> When executing step 'Make'

>

> To solve this I have tried to put symbolic links from

> /home/Hlolli/src/PythonQt2.1_Qt4.8/lib to

> /usr/bin

>

> But still getting same errors.

>

> I don't want my worst enemy to feel my pain, but installing csoundqt on

> fedora has been for last 24Hours hell(after trying to solve other errors

> that don't pop up anymore).

>

>

>

> --

> View this message in context:

> http://csound.1045644.n5.nabble.com/CsoundQT0-8-2-in-Fedora20-tp5732485.htm

> l Sent from the Csound - General mailing list archive at Nabble.com.

>

>

> Send bugs reports to the Sourceforge bug trackers

> csound6:

> https://sourceforge.net/p/csound/tickets/

> csound5:

> https://sourceforge.net/p/csound/bugs/

> Discussions of bugs and features can be posted here

> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe

> csound"




--
Hlöðver Sigurðsson



--
Hlöðver Sigurðsson




--
Hlöðver Sigurðsson




--
Hlöðver Sigurðsson