install issues on ubuntu 12.04

View: New views
17 Messages — Rating Filter:   Alert me  

install issues on ubuntu 12.04

by mentalcase :: Rate this Message:

| View Threaded | Show Only this Message

hey there

Im trying to install Rtcmix on ubuntu 12.04 without any luck. Iv read many threads about people struggling to install it and and tried most of the solutions that worked for them but nothing helped. when I do the installation the bin folder with the executable binary does not appear. Any help would be highly appreciated as i need to get it working asap since its for my honours project.

kenzo

Parent Message unknown Re: install issues on ubuntu 12.04

by Michael Gogins-2 :: Rate this Message:

| View Threaded | Show Only this Message

Run configure without any options at all. If that works than add the options you need one at a time.

T-Mobile. America’s First Nationwide 4G Network

----- Reply message -----
From: "mentalcase" <kenzoabrahams@...>
To: <rtcmix-discuss@...>
Subject: [RTcmix-discuss]  install issues on ubuntu 12.04
Date: Wed, May 30, 2012 3:21 pm



hey there

Im trying to install Rtcmix on ubuntu 12.04 without any luck. Iv read many
threads about people struggling to install it and and tried most of the
solutions that worked for them but nothing helped. when I do the
installation the bin folder with the executable binary does not appear. Any
help would be highly appreciated as i need to get it working asap since its
for my honours project.

kenzo
--
View this message in context: http://old.nabble.com/install-issues-on-ubuntu-12.04-tp33934183p33934183.html
Sent from the music.columbia.edu - RTcmix-discuss mailing list archive at Nabble.com.

_______________________________________________
RTcmix-discuss mailing list
RTcmix-discuss@...
http://music.columbia.edu/mailman/listinfo/rtcmix-discuss

_______________________________________________
RTcmix-discuss mailing list
RTcmix-discuss@...
http://music.columbia.edu/mailman/listinfo/rtcmix-discuss

Parent Message unknown Re: install issues on ubuntu 12.04

by Joel Matthys :: Rate this Message:

| View Threaded | Show Only this Message

Try building with:

make | grep 'Error 2'

to find where the problem is.

Joel

mentalcase <kenzoabrahams@...> wrote:

>
>hey there
>
>Im trying to install Rtcmix on ubuntu 12.04 without any luck. Iv read many
>threads about people struggling to install it and and tried most of the
>solutions that worked for them but nothing helped. when I do the
>installation the bin folder with the executable binary does not appear. Any
>help would be highly appreciated as i need to get it working asap since its
>for my honours project.
>
>kenzo
>--
>View this message in context: http://old.nabble.com/install-issues-on-ubuntu-12.04-tp33934183p33934183.html
>Sent from the music.columbia.edu - RTcmix-discuss mailing list archive at Nabble.com.
>
>_______________________________________________
>RTcmix-discuss mailing list
>RTcmix-discuss@...
>http://music.columbia.edu/mailman/listinfo/rtcmix-discuss
_______________________________________________
RTcmix-discuss mailing list
RTcmix-discuss@...
http://music.columbia.edu/mailman/listinfo/rtcmix-discuss

Re: install issues on ubuntu 12.04

by John Gibson :: Rate this Message:

| View Threaded | Show Only this Message

And also ... Please capture the compiler output and post it somewhere and provide a link to ths list. Your build is not making it all the way.

J



On May 30, 2012, at 3:32 PM, "michael.gogins@..." <michael.gogins@...> wrote:

> Run configure without any options at all. If that works than add the options you need one at a time.
>
> T-Mobile. America’s First Nationwide 4G Network
>
> ----- Reply message -----
> From: "mentalcase" <kenzoabrahams@...>
> To: <rtcmix-discuss@...>
> Subject: [RTcmix-discuss]  install issues on ubuntu 12.04
> Date: Wed, May 30, 2012 3:21 pm
>
>
>
> hey there
>
> Im trying to install Rtcmix on ubuntu 12.04 without any luck. Iv read many
> threads about people struggling to install it and and tried most of the
> solutions that worked for them but nothing helped. when I do the
> installation the bin folder with the executable binary does not appear. Any
> help would be highly appreciated as i need to get it working asap since its
> for my honours project.
>
> kenzo
> --
> View this message in context: http://old.nabble.com/install-issues-on-ubuntu-12.04-tp33934183p33934183.html
> Sent from the music.columbia.edu - RTcmix-discuss mailing list archive at Nabble.com.
>
> _______________________________________________
> RTcmix-discuss mailing list
> RTcmix-discuss@...
> http://music.columbia.edu/mailman/listinfo/rtcmix-discuss
> _______________________________________________
> RTcmix-discuss mailing list
> RTcmix-discuss@...
> http://music.columbia.edu/mailman/listinfo/rtcmix-discuss
_______________________________________________
RTcmix-discuss mailing list
RTcmix-discuss@...
http://music.columbia.edu/mailman/listinfo/rtcmix-discuss

Re: install issues on ubuntu 12.04

by mentalcase :: Rate this Message:

| View Threaded | Show Only this Message

trying to capture the make output gives me a permission denied error but when i did the make | grep 'Error 2' i got a load of errors one in particular terminated my compilation

/usr/bin/ld.bfd.real: STRUM2.o: relocation R_X86_64_32 against `.data' can not be used when making a shared object; recompile with -fPIC

i get these throughout my make and the one that terminated the compile is

making in happykeys...
make[3]: Entering directory `/usr/local/src/RTcmix-all/apps/imbed/happykeys'
g++ -Wno-deprecated -I. -I/usr/local/src/RTcmix-all/include -I../../../src/rtcmix -g -O2 -Wall -Wno-unused -DLINUX -m64     -c -o happykeys.o happykeys.cpp
happykeys.cpp:20: fatal error: curses.h: No such file or directory
compilation terminated.
make[3]: *** [happykeys.o] Error 1
make[3]: Leaving directory `/usr/local/src/RTcmix-all/apps/imbed/happykeys'
done in happykeys


John Gibson wrote:
And also ... Please capture the compiler output and post it somewhere and provide a link to ths list. Your build is not making it all the way.

J



On May 30, 2012, at 3:32 PM, "michael.gogins@gmail.com" <michael.gogins@gmail.com> wrote:

> Run configure without any options at all. If that works than add the options you need one at a time.
>
> T-Mobile. America’s First Nationwide 4G Network
>
> ----- Reply message -----
> From: "mentalcase" <kenzoabrahams@gmail.com>
> To: <rtcmix-discuss@music.columbia.edu>
> Subject: [RTcmix-discuss]  install issues on ubuntu 12.04
> Date: Wed, May 30, 2012 3:21 pm
>
>
>
> hey there
>
> Im trying to install Rtcmix on ubuntu 12.04 without any luck. Iv read many
> threads about people struggling to install it and and tried most of the
> solutions that worked for them but nothing helped. when I do the
> installation the bin folder with the executable binary does not appear. Any
> help would be highly appreciated as i need to get it working asap since its
> for my honours project.
>
> kenzo
> --
> View this message in context: http://old.nabble.com/install-issues-on-ubuntu-12.04-tp33934183p33934183.html
> Sent from the music.columbia.edu - RTcmix-discuss mailing list archive at Nabble.com.
>
> _______________________________________________
> RTcmix-discuss mailing list
> RTcmix-discuss@music.columbia.edu
> http://music.columbia.edu/mailman/listinfo/rtcmix-discuss
> _______________________________________________
> RTcmix-discuss mailing list
> RTcmix-discuss@music.columbia.edu
> http://music.columbia.edu/mailman/listinfo/rtcmix-discuss
_______________________________________________
RTcmix-discuss mailing list
RTcmix-discuss@music.columbia.edu
http://music.columbia.edu/mailman/listinfo/rtcmix-discuss

Parent Message unknown Re: install issues on ubuntu 12.04

by Joel Matthys :: Rate this Message:

| View Threaded | Show Only this Message

The curses.h error is an easy one to fix. Libcurses (or is it libncurses?) is available in the aptitude repositories.

You could try capturing the build output with

make &> make.log

which redirects everything to make.log

I got a bunch of those 64bit errors too. Try editing

mentalcase <kenzoabrahams@...> wrote:

>
>trying to capture the make output gives me a permission denied error but when
>i did the make | grep 'Error 2' i got a load of errors one in particular
>terminated my compilation
>
>/usr/bin/ld.bfd.real: STRUM2.o: relocation R_X86_64_32 against `.data' can
>not be used when making a shared object; recompile with -fPIC
>
>i get these throughout my make and the one that terminated the compile is
>
>making in happykeys...
>make[3]: Entering directory `/usr/local/src/RTcmix-all/apps/imbed/happykeys'
>g++ -Wno-deprecated -I. -I/usr/local/src/RTcmix-all/include
>-I../../../src/rtcmix -g -O2 -Wall -Wno-unused -DLINUX -m64     -c -o
>happykeys.o happykeys.cpp
>happykeys.cpp:20: fatal error: curses.h: No such file or directory
>compilation terminated.
>make[3]: *** [happykeys.o] Error 1
>make[3]: Leaving directory `/usr/local/src/RTcmix-all/apps/imbed/happykeys'
>done in happykeys
>
>
>
>John Gibson wrote:
>>
>> And also ... Please capture the compiler output and post it somewhere and
>> provide a link to ths list. Your build is not making it all the way.
>>
>> J
>>
>>
>>
>> On May 30, 2012, at 3:32 PM, "michael.gogins@..."
>> <michael.gogins@...> wrote:
>>
>>> Run configure without any options at all. If that works than add the
>>> options you need one at a time.
>>>
>>> T-Mobile. America’s First Nationwide 4G Network
>>>
>>> ----- Reply message -----
>>> From: "mentalcase" <kenzoabrahams@...>
>>> To: <rtcmix-discuss@...>
>>> Subject: [RTcmix-discuss]  install issues on ubuntu 12.04
>>> Date: Wed, May 30, 2012 3:21 pm
>>>
>>>
>>>
>>> hey there
>>>
>>> Im trying to install Rtcmix on ubuntu 12.04 without any luck. Iv read
>>> many
>>> threads about people struggling to install it and and tried most of the
>>> solutions that worked for them but nothing helped. when I do the
>>> installation the bin folder with the executable binary does not appear.
>>> Any
>>> help would be highly appreciated as i need to get it working asap since
>>> its
>>> for my honours project.
>>>
>>> kenzo
>>> --
>>> View this message in context:
>>> http://old.nabble.com/install-issues-on-ubuntu-12.04-tp33934183p33934183.html
>>> Sent from the music.columbia.edu - RTcmix-discuss mailing list archive at
>>> Nabble.com.
>>>
>>> _______________________________________________
>>> RTcmix-discuss mailing list
>>> RTcmix-discuss@...
>>> http://music.columbia.edu/mailman/listinfo/rtcmix-discuss
>>> _______________________________________________
>>> RTcmix-discuss mailing list
>>> RTcmix-discuss@...
>>> http://music.columbia.edu/mailman/listinfo/rtcmix-discuss
>> _______________________________________________
>> RTcmix-discuss mailing list
>> RTcmix-discuss@...
>> http://music.columbia.edu/mailman/listinfo/rtcmix-discuss
>>
>>
>
>--
>View this message in context: http://old.nabble.com/install-issues-on-ubuntu-12.04-tp33934183p33935172.html
>Sent from the music.columbia.edu - RTcmix-discuss mailing list archive at Nabble.com.
>
>_______________________________________________
>RTcmix-discuss mailing list
>RTcmix-discuss@...
>http://music.columbia.edu/mailman/listinfo/rtcmix-discuss
_______________________________________________
RTcmix-discuss mailing list
RTcmix-discuss@...
http://music.columbia.edu/mailman/listinfo/rtcmix-discuss

Parent Message unknown Re: install issues on ubuntu 12.04

by Joel Matthys :: Rate this Message:

| View Threaded | Show Only this Message

Oops! I was saying, trying editing defs.conf and adding -fPIC to the OPT flags.

Joel

mentalcase <kenzoabrahams@...> wrote:

>
>trying to capture the make output gives me a permission denied error but when
>i did the make | grep 'Error 2' i got a load of errors one in particular
>terminated my compilation
>
>/usr/bin/ld.bfd.real: STRUM2.o: relocation R_X86_64_32 against `.data' can
>not be used when making a shared object; recompile with -fPIC
>
>i get these throughout my make and the one that terminated the compile is
>
>making in happykeys...
>make[3]: Entering directory `/usr/local/src/RTcmix-all/apps/imbed/happykeys'
>g++ -Wno-deprecated -I. -I/usr/local/src/RTcmix-all/include
>-I../../../src/rtcmix -g -O2 -Wall -Wno-unused -DLINUX -m64     -c -o
>happykeys.o happykeys.cpp
>happykeys.cpp:20: fatal error: curses.h: No such file or directory
>compilation terminated.
>make[3]: *** [happykeys.o] Error 1
>make[3]: Leaving directory `/usr/local/src/RTcmix-all/apps/imbed/happykeys'
>done in happykeys
>
>
>
>John Gibson wrote:
>>
>> And also ... Please capture the compiler output and post it somewhere and
>> provide a link to ths list. Your build is not making it all the way.
>>
>> J
>>
>>
>>
>> On May 30, 2012, at 3:32 PM, "michael.gogins@..."
>> <michael.gogins@...> wrote:
>>
>>> Run configure without any options at all. If that works than add the
>>> options you need one at a time.
>>>
>>> T-Mobile. America’s First Nationwide 4G Network
>>>
>>> ----- Reply message -----
>>> From: "mentalcase" <kenzoabrahams@...>
>>> To: <rtcmix-discuss@...>
>>> Subject: [RTcmix-discuss]  install issues on ubuntu 12.04
>>> Date: Wed, May 30, 2012 3:21 pm
>>>
>>>
>>>
>>> hey there
>>>
>>> Im trying to install Rtcmix on ubuntu 12.04 without any luck. Iv read
>>> many
>>> threads about people struggling to install it and and tried most of the
>>> solutions that worked for them but nothing helped. when I do the
>>> installation the bin folder with the executable binary does not appear.
>>> Any
>>> help would be highly appreciated as i need to get it working asap since
>>> its
>>> for my honours project.
>>>
>>> kenzo
>>> --
>>> View this message in context:
>>> http://old.nabble.com/install-issues-on-ubuntu-12.04-tp33934183p33934183.html
>>> Sent from the music.columbia.edu - RTcmix-discuss mailing list archive at
>>> Nabble.com.
>>>
>>> _______________________________________________
>>> RTcmix-discuss mailing list
>>> RTcmix-discuss@...
>>> http://music.columbia.edu/mailman/listinfo/rtcmix-discuss
>>> _______________________________________________
>>> RTcmix-discuss mailing list
>>> RTcmix-discuss@...
>>> http://music.columbia.edu/mailman/listinfo/rtcmix-discuss
>> _______________________________________________
>> RTcmix-discuss mailing list
>> RTcmix-discuss@...
>> http://music.columbia.edu/mailman/listinfo/rtcmix-discuss
>>
>>
>
>--
>View this message in context: http://old.nabble.com/install-issues-on-ubuntu-12.04-tp33934183p33935172.html
>Sent from the music.columbia.edu - RTcmix-discuss mailing list archive at Nabble.com.
>
>_______________________________________________
>RTcmix-discuss mailing list
>RTcmix-discuss@...
>http://music.columbia.edu/mailman/listinfo/rtcmix-discuss
_______________________________________________
RTcmix-discuss mailing list
RTcmix-discuss@...
http://music.columbia.edu/mailman/listinfo/rtcmix-discuss

Re: install issues on ubuntu 12.04

by John Gibson :: Rate this Message:

| View Threaded | Show Only this Message

This.  And be sure to add this to defs.conf *after* doing your configure.
This is an old problem for us on Ubuntu and probably some other distros.
I would like a way to autodetect this situation during configure and get
-fPIC into those flags. If anybody knows how, speak up.

J

On May 30, 2012, at 7:56 PM, Joel Matthys wrote:

> Oops! I was saying, trying editing defs.conf and adding -fPIC to the OPT flags.
>
> Joel
>
> mentalcase <kenzoabrahams@...> wrote:
>
>>
>> trying to capture the make output gives me a permission denied error but when
>> i did the make | grep 'Error 2' i got a load of errors one in particular
>> terminated my compilation
>>
>> /usr/bin/ld.bfd.real: STRUM2.o: relocation R_X86_64_32 against `.data' can
>> not be used when making a shared object; recompile with -fPIC
>>
>> i get these throughout my make and the one that terminated the compile is
>>
>> making in happykeys...
>> make[3]: Entering directory `/usr/local/src/RTcmix-all/apps/imbed/happykeys'
>> g++ -Wno-deprecated -I. -I/usr/local/src/RTcmix-all/include
>> -I../../../src/rtcmix -g -O2 -Wall -Wno-unused -DLINUX -m64     -c -o
>> happykeys.o happykeys.cpp
>> happykeys.cpp:20: fatal error: curses.h: No such file or directory
>> compilation terminated.
>> make[3]: *** [happykeys.o] Error 1
>> make[3]: Leaving directory `/usr/local/src/RTcmix-all/apps/imbed/happykeys'
>> done in happykeys
>>
>>
>>
>> John Gibson wrote:
>>>
>>> And also ... Please capture the compiler output and post it somewhere and
>>> provide a link to ths list. Your build is not making it all the way.
>>>
>>> J
>>>
>>>
>>>
>>> On May 30, 2012, at 3:32 PM, "michael.gogins@..."
>>> <michael.gogins@...> wrote:
>>>
>>>> Run configure without any options at all. If that works than add the
>>>> options you need one at a time.
>>>>
>>>> T-Mobile. America’s First Nationwide 4G Network
>>>>
>>>> ----- Reply message -----
>>>> From: "mentalcase" <kenzoabrahams@...>
>>>> To: <rtcmix-discuss@...>
>>>> Subject: [RTcmix-discuss]  install issues on ubuntu 12.04
>>>> Date: Wed, May 30, 2012 3:21 pm
>>>>
>>>>
>>>>
>>>> hey there
>>>>
>>>> Im trying to install Rtcmix on ubuntu 12.04 without any luck. Iv read
>>>> many
>>>> threads about people struggling to install it and and tried most of the
>>>> solutions that worked for them but nothing helped. when I do the
>>>> installation the bin folder with the executable binary does not appear.
>>>> Any
>>>> help would be highly appreciated as i need to get it working asap since
>>>> its
>>>> for my honours project.
>>>>
>>>> kenzo
>>>> --
>>>> View this message in context:
>>>> http://old.nabble.com/install-issues-on-ubuntu-12.04-tp33934183p33934183.html
>>>> Sent from the music.columbia.edu - RTcmix-discuss mailing list archive at
>>>> Nabble.com.
>>>>
>>>> _______________________________________________
>>>> RTcmix-discuss mailing list
>>>> RTcmix-discuss@...
>>>> http://music.columbia.edu/mailman/listinfo/rtcmix-discuss
>>>> _______________________________________________
>>>> RTcmix-discuss mailing list
>>>> RTcmix-discuss@...
>>>> http://music.columbia.edu/mailman/listinfo/rtcmix-discuss
>>> _______________________________________________
>>> RTcmix-discuss mailing list
>>> RTcmix-discuss@...
>>> http://music.columbia.edu/mailman/listinfo/rtcmix-discuss
>>>
>>>
>>
>> --
>> View this message in context: http://old.nabble.com/install-issues-on-ubuntu-12.04-tp33934183p33935172.html
>> Sent from the music.columbia.edu - RTcmix-discuss mailing list archive at Nabble.com.
>>
>> _______________________________________________
>> RTcmix-discuss mailing list
>> RTcmix-discuss@...
>> http://music.columbia.edu/mailman/listinfo/rtcmix-discuss
> _______________________________________________
> RTcmix-discuss mailing list
> RTcmix-discuss@...
> http://music.columbia.edu/mailman/listinfo/rtcmix-discuss

_______________________________________________
RTcmix-discuss mailing list
RTcmix-discuss@...
http://music.columbia.edu/mailman/listinfo/rtcmix-discuss

Re: install issues on ubuntu 12.04

by Douglas Scott-2 :: Rate this Message:

| View Threaded | Show Only this Message

I find it hard to believe that the autoconf system doesn't have a way to detect the need
for PIC.  It has just about everything else.

-DS




-----Original Message-----
From: John Gibson <johgibso@...>
To: A discussion list for RTcmix <rtcmix-discuss@...>
Sent: Wed, May 30, 2012 5:07 pm
Subject: Re: [RTcmix-discuss] install issues on ubuntu 12.04

This.  And be sure to add this to defs.conf *after* doing your configure.
This is an old problem for us on Ubuntu and probably some other distros.
I would like a way to autodetect this situation during configure and get
-fPIC into those flags. If anybody knows how, speak up.

J

On May 30, 2012, at 7:56 PM, Joel Matthys wrote:

> Oops! I was saying, trying editing defs.conf and adding -fPIC to the OPT 
flags.
> 
> Joel
> 
> mentalcase <kenzoabrahams@...> wrote:
> 
>> 
>> trying to capture the make output gives me a permission denied error but when
>> i did the make | grep 'Error 2' i got a load of errors one in particular
>> terminated my compilation
>> 
>> /usr/bin/ld.bfd.real: STRUM2.o: relocation R_X86_64_32 against `.data' can
>> not be used when making a shared object; recompile with -fPIC
>> 
>> i get these throughout my make and the one that terminated the compile is
>> 
>> making in happykeys...
>> make[3]: Entering directory `/usr/local/src/RTcmix-all/apps/imbed/happykeys'
>> g++ -Wno-deprecated -I. -I/usr/local/src/RTcmix-all/include
>> -I../../../src/rtcmix	 -g -O2 -Wall -Wno-unused -DLINUX -m64     -c -o
>> happykeys.o happykeys.cpp
>> happykeys.cpp:20: fatal error: curses.h: No such file or directory
>> compilation terminated.
>> make[3]: *** [happykeys.o] Error 1
>> make[3]: Leaving directory `/usr/local/src/RTcmix-all/apps/imbed/happykeys'
>> done in happykeys
>> 
>> 
>> 
>> John Gibson wrote:
>>> 
>>> And also ... Please capture the compiler output and post it somewhere and
>>> provide a link to ths list. Your build is not making it all the way. 
>>> 
>>> J
>>> 
>>> 
>>> 
>>> On May 30, 2012, at 3:32 PM, "michael.gogins@..."
>>> <michael.gogins@...> wrote:
>>> 
>>>> Run configure without any options at all. If that works than add the
>>>> options you need one at a time.
>>>> 
>>>> T-Mobile. America’s First Nationwide 4G Network
>>>> 
>>>> ----- Reply message -----
>>>> From: "mentalcase" <kenzoabrahams@...>
>>>> To: <rtcmix-discuss@...>
>>>> Subject: [RTcmix-discuss]  install issues on ubuntu 12.04
>>>> Date: Wed, May 30, 2012 3:21 pm
>>>> 
>>>> 
>>>> 
>>>> hey there 
>>>> 
>>>> Im trying to install Rtcmix on ubuntu 12.04 without any luck. Iv read
>>>> many
>>>> threads about people struggling to install it and and tried most of the
>>>> solutions that worked for them but nothing helped. when I do the
>>>> installation the bin folder with the executable binary does not appear.
>>>> Any
>>>> help would be highly appreciated as i need to get it working asap since
>>>> its
>>>> for my honours project.
>>>> 
>>>> kenzo
>>>> -- 
>>>> View this message in context:
>>>> http://old.nabble.com/install-issues-on-ubuntu-12.04-tp33934183p33934183.html
>>>> Sent from the music.columbia.edu - RTcmix-discuss mailing list archive at
>>>> Nabble.com.
>>>> 
>>>> _______________________________________________
>>>> RTcmix-discuss mailing list
>>>> RTcmix-discuss@...
>>>> http://music.columbia.edu/mailman/listinfo/rtcmix-discuss
>>>> _______________________________________________
>>>> RTcmix-discuss mailing list
>>>> RTcmix-discuss@...
>>>> http://music.columbia.edu/mailman/listinfo/rtcmix-discuss
>>> _______________________________________________
>>> RTcmix-discuss mailing list
>>> RTcmix-discuss@...
>>> http://music.columbia.edu/mailman/listinfo/rtcmix-discuss
>>> 
>>> 
>> 
>> -- 
>> View this message in context: http://old.nabble.com/install-issues-on-ubuntu-12.04-tp33934183p33935172.html
>> Sent from the music.columbia.edu - RTcmix-discuss mailing list archive at 
Nabble.com.
>> 
>> _______________________________________________
>> RTcmix-discuss mailing list
>> RTcmix-discuss@...
>> http://music.columbia.edu/mailman/listinfo/rtcmix-discuss
> _______________________________________________
> RTcmix-discuss mailing list
> RTcmix-discuss@...
> http://music.columbia.edu/mailman/listinfo/rtcmix-discuss

_______________________________________________
RTcmix-discuss mailing list
RTcmix-discuss@...
http://music.columbia.edu/mailman/listinfo/rtcmix-discuss

_______________________________________________
RTcmix-discuss mailing list
RTcmix-discuss@...
http://music.columbia.edu/mailman/listinfo/rtcmix-discuss

Re: install issues on ubuntu 12.04

by Brad Garton-2 :: Rate this Message:

| View Threaded | Show Only this Message

On May 30, 2012, at 6:33 PM, mentalcase wrote:

> trying to capture the make output gives me a permission denied error

That seems odd -- I'm assuming you do have write permissions in the
RTcmix directory?

brad

_______________________________________________
RTcmix-discuss mailing list
RTcmix-discuss@...
http://music.columbia.edu/mailman/listinfo/rtcmix-discuss

Re: install issues on ubuntu 12.04

by mentalcase :: Rate this Message:

| View Threaded | Show Only this Message

i have write permissions and it installed properly but there seems to be another problem when i try to run CMIX with a score it tells me

*** FATAL ERROR [rtsetparams]:  AudioDevice: OSS device open failed: No such file or directory

i tried configuring it with alsa as well but when i did the configure --with-alsa i got the output

checking alsa/asoundlib.h usability... no
checking alsa/asoundlib.h presence... no
checking for alsa/asoundlib.h... no
configure: WARNING: ALSA asoundlib.h not present; using OSS instead of ALSA
checking for snd_pcm_open in -lasound... no
configure: WARNING: ALSA library not present; using OSS instead of ALSA
configure: creating ./config.status

Brad Garton-2 wrote:
On May 30, 2012, at 6:33 PM, mentalcase wrote:

> trying to capture the make output gives me a permission denied error

That seems odd -- I'm assuming you do have write permissions in the
RTcmix directory?

brad

_______________________________________________
RTcmix-discuss mailing list
RTcmix-discuss@music.columbia.edu
http://music.columbia.edu/mailman/listinfo/rtcmix-discuss

Re: install issues on ubuntu 12.04

by Joel Matthys :: Rate this Message:

| View Threaded | Show Only this Message

Looks like you need the alsa headers:
sudo apt-get install libasound2-dev

Joel

On Fri, 1 Jun 2012 00:18:05 -0700 (PDT)
mentalcase <kenzoabrahams@...> wrote:

>
> i have write permissions and it installed properly but there seems to be
> another problem when i try to run CMIX with a score it tells me
>
> *** FATAL ERROR [rtsetparams]:  AudioDevice: OSS device open failed: No such
> file or directory
>
> i tried configuring it with alsa as well but when i did the configure
> --with-alsa i got the output
>
> checking alsa/asoundlib.h usability... no
> checking alsa/asoundlib.h presence... no
> checking for alsa/asoundlib.h... no
> configure: WARNING: ALSA asoundlib.h not present; using OSS instead of ALSA
> checking for snd_pcm_open in -lasound... no
> configure: WARNING: ALSA library not present; using OSS instead of ALSA
> configure: creating ./config.status
>
>
> Brad Garton-2 wrote:
> >
> > On May 30, 2012, at 6:33 PM, mentalcase wrote:
> >
> >> trying to capture the make output gives me a permission denied error
> >
> > That seems odd -- I'm assuming you do have write permissions in the
> > RTcmix directory?
> >
> > brad
> >
> > _______________________________________________
> > RTcmix-discuss mailing list
> > RTcmix-discuss@...
> > http://music.columbia.edu/mailman/listinfo/rtcmix-discuss
> >
> >
>
> --
> View this message in context: http://old.nabble.com/install-issues-on-ubuntu-12.04-tp33934183p33943114.html
> Sent from the music.columbia.edu - RTcmix-discuss mailing list archive at Nabble.com.
>
> _______________________________________________
> RTcmix-discuss mailing list
> RTcmix-discuss@...
> http://music.columbia.edu/mailman/listinfo/rtcmix-discuss


--
Joel Matthys <jwmatthys@...>
_______________________________________________
RTcmix-discuss mailing list
RTcmix-discuss@...
http://music.columbia.edu/mailman/listinfo/rtcmix-discuss

Re: install issues on ubuntu 12.04

by mentalcase :: Rate this Message:

| View Threaded | Show Only this Message

iv downloaded the alsa library and i dont get that error anymore but i dont hear any sound when i try to run 1 one of the sample scores in docs/sample_scores it looks like its playing but no sound

Kenzo

Joel Matthys wrote:
Looks like you need the alsa headers:
sudo apt-get install libasound2-dev

Joel

On Fri, 1 Jun 2012 00:18:05 -0700 (PDT)
mentalcase <kenzoabrahams@gmail.com> wrote:

>
> i have write permissions and it installed properly but there seems to be
> another problem when i try to run CMIX with a score it tells me
>
> *** FATAL ERROR [rtsetparams]:  AudioDevice: OSS device open failed: No such
> file or directory
>
> i tried configuring it with alsa as well but when i did the configure
> --with-alsa i got the output
>
> checking alsa/asoundlib.h usability... no
> checking alsa/asoundlib.h presence... no
> checking for alsa/asoundlib.h... no
> configure: WARNING: ALSA asoundlib.h not present; using OSS instead of ALSA
> checking for snd_pcm_open in -lasound... no
> configure: WARNING: ALSA library not present; using OSS instead of ALSA
> configure: creating ./config.status
>
>
> Brad Garton-2 wrote:
> >
> > On May 30, 2012, at 6:33 PM, mentalcase wrote:
> >
> >> trying to capture the make output gives me a permission denied error
> >
> > That seems odd -- I'm assuming you do have write permissions in the
> > RTcmix directory?
> >
> > brad
> >
> > _______________________________________________
> > RTcmix-discuss mailing list
> > RTcmix-discuss@music.columbia.edu
> > http://music.columbia.edu/mailman/listinfo/rtcmix-discuss
> >
> >
>
> --
> View this message in context: http://old.nabble.com/install-issues-on-ubuntu-12.04-tp33934183p33943114.html
> Sent from the music.columbia.edu - RTcmix-discuss mailing list archive at Nabble.com.
>
> _______________________________________________
> RTcmix-discuss mailing list
> RTcmix-discuss@music.columbia.edu
> http://music.columbia.edu/mailman/listinfo/rtcmix-discuss


--
Joel Matthys <jwmatthys@yahoo.com>
_______________________________________________
RTcmix-discuss mailing list
RTcmix-discuss@music.columbia.edu
http://music.columbia.edu/mailman/listinfo/rtcmix-discuss

Re: install issues on ubuntu 12.04

by mentalcase :: Rate this Message:

| View Threaded | Show Only this Message

I also find that i get this error when trying to run any score file

--------> RTcmix 4.0.1 (CMIX) <--------
============================
rtsetparams:  44100 2
*** FATAL ERROR [rtsetparams]:  AudioDevice: This format conversion is currently not supported!

I have no idea what this means.
Kenzo


iv downloaded the alsa library and i dont get that error anymore but i dont hear any sound when i try to run 1 one of the sample scores in docs/sample_scores it looks like its playing but no sound

Kenzo

Joel Matthys wrote:
Looks like you need the alsa headers:
sudo apt-get install libasound2-dev

Joel

On Fri, 1 Jun 2012 00:18:05 -0700 (PDT)
mentalcase <kenzoabrahams@gmail.com> wrote:

>
> i have write permissions and it installed properly but there seems to be
> another problem when i try to run CMIX with a score it tells me
>
> *** FATAL ERROR [rtsetparams]:  AudioDevice: OSS device open failed: No such
> file or directory
>
> i tried configuring it with alsa as well but when i did the configure
> --with-alsa i got the output
>
> checking alsa/asoundlib.h usability... no
> checking alsa/asoundlib.h presence... no
> checking for alsa/asoundlib.h... no
> configure: WARNING: ALSA asoundlib.h not present; using OSS instead of ALSA
> checking for snd_pcm_open in -lasound... no
> configure: WARNING: ALSA library not present; using OSS instead of ALSA
> configure: creating ./config.status
>
>
> Brad Garton-2 wrote:
> >
> > On May 30, 2012, at 6:33 PM, mentalcase wrote:
> >
> >> trying to capture the make output gives me a permission denied error
> >
> > That seems odd -- I'm assuming you do have write permissions in the
> > RTcmix directory?
> >
> > brad
> >
> > _______________________________________________
> > RTcmix-discuss mailing list
> > RTcmix-discuss@music.columbia.edu
> > http://music.columbia.edu/mailman/listinfo/rtcmix-discuss
> >
> >
>
> --
> View this message in context: http://old.nabble.com/install-issues-on-ubuntu-12.04-tp33934183p33943114.html
> Sent from the music.columbia.edu - RTcmix-discuss mailing list archive at Nabble.com.
>
> _______________________________________________
> RTcmix-discuss mailing list
> RTcmix-discuss@music.columbia.edu
> http://music.columbia.edu/mailman/listinfo/rtcmix-discuss


--
Joel Matthys <jwmatthys@yahoo.com>
_______________________________________________
RTcmix-discuss mailing list
RTcmix-discuss@music.columbia.edu
http://music.columbia.edu/mailman/listinfo/rtcmix-discuss


Re: install issues on ubuntu 12.04

by Joel Matthys :: Rate this Message:

| View Threaded | Show Only this Message

It means that you're *almost* there! RTcmix just needs the right audio
device setting.

Paste this in the terminal

echo 'device = "plughw"' > ~/.rtcmixrc

And cross your fingers!

On 06/01/2012 05:44 AM, mentalcase wrote:

> I also find that i get this error when trying to run any score file
>
> -------->  RTcmix 4.0.1 (CMIX)<--------
> ============================
> rtsetparams:  44100 2
> *** FATAL ERROR [rtsetparams]:  AudioDevice: This format conversion is
> currently not supported!
>
> I have no idea what this means.
> Kenzo
>
>
> mentalcase wrote:
>> iv downloaded the alsa library and i dont get that error anymore but i
>> dont hear any sound when i try to run 1 one of the sample scores in
>> docs/sample_scores it looks like its playing but no sound
>>
>> Kenzo
>>
>>
>> Joel Matthys wrote:
>>> Looks like you need the alsa headers:
>>> sudo apt-get install libasound2-dev
>>>
>>> Joel
>>>
>>> On Fri, 1 Jun 2012 00:18:05 -0700 (PDT)
>>> mentalcase<kenzoabrahams@...>  wrote:
>>>
>>>> i have write permissions and it installed properly but there seems to be
>>>> another problem when i try to run CMIX with a score it tells me
>>>>
>>>> *** FATAL ERROR [rtsetparams]:  AudioDevice: OSS device open failed: No
>>>> such
>>>> file or directory
>>>>
>>>> i tried configuring it with alsa as well but when i did the configure
>>>> --with-alsa i got the output
>>>>
>>>> checking alsa/asoundlib.h usability... no
>>>> checking alsa/asoundlib.h presence... no
>>>> checking for alsa/asoundlib.h... no
>>>> configure: WARNING: ALSA asoundlib.h not present; using OSS instead of
>>>> ALSA
>>>> checking for snd_pcm_open in -lasound... no
>>>> configure: WARNING: ALSA library not present; using OSS instead of ALSA
>>>> configure: creating ./config.status
>>>>
>>>>
>>>> Brad Garton-2 wrote:
>>>>> On May 30, 2012, at 6:33 PM, mentalcase wrote:
>>>>>
>>>>>> trying to capture the make output gives me a permission denied error
>>>>> That seems odd -- I'm assuming you do have write permissions in the
>>>>> RTcmix directory?
>>>>>
>>>>> brad
>>>>>
>>>>> _______________________________________________
>>>>> RTcmix-discuss mailing list
>>>>> RTcmix-discuss@...
>>>>> http://music.columbia.edu/mailman/listinfo/rtcmix-discuss
>>>>>
>>>>>
>>>> --
>>>> View this message in context:
>>>> http://old.nabble.com/install-issues-on-ubuntu-12.04-tp33934183p33943114.html
>>>> Sent from the music.columbia.edu - RTcmix-discuss mailing list archive
>>>> at Nabble.com.
>>>>
>>>> _______________________________________________
>>>> RTcmix-discuss mailing list
>>>> RTcmix-discuss@...
>>>> http://music.columbia.edu/mailman/listinfo/rtcmix-discuss
>>>
>>> --
>>> Joel Matthys<jwmatthys@...>
>>> _______________________________________________
>>> RTcmix-discuss mailing list
>>> RTcmix-discuss@...
>>> http://music.columbia.edu/mailman/listinfo/rtcmix-discuss
>>>
>>>
>>

_______________________________________________
RTcmix-discuss mailing list
RTcmix-discuss@...
http://music.columbia.edu/mailman/listinfo/rtcmix-discuss

Re: install issues on ubuntu 12.04

by John Gibson :: Rate this Message:

| View Threaded | Show Only this Message

Hi Joel,

I just updated the INSTALL file to include the advice you've been giving mentalcase. Would you have a look at it when you get a chance and let me know if I should change something, or if there are other things I should say? Thanks!

J


On Jun 1, 2012, at 9:55 AM, Joel Matthys wrote:

> It means that you're *almost* there! RTcmix just needs the right audio device setting.
>
> Paste this in the terminal
>
> echo 'device = "plughw"' > ~/.rtcmixrc
>
> And cross your fingers!
>
> On 06/01/2012 05:44 AM, mentalcase wrote:
>> I also find that i get this error when trying to run any score file
>>
>> -------->  RTcmix 4.0.1 (CMIX)<--------
>> ============================
>> rtsetparams:  44100 2
>> *** FATAL ERROR [rtsetparams]:  AudioDevice: This format conversion is
>> currently not supported!
>>
>> I have no idea what this means.
>> Kenzo
>>
>>
>> mentalcase wrote:
>>> iv downloaded the alsa library and i dont get that error anymore but i
>>> dont hear any sound when i try to run 1 one of the sample scores in
>>> docs/sample_scores it looks like its playing but no sound
>>>
>>> Kenzo
>>>
>>>
>>> Joel Matthys wrote:
>>>> Looks like you need the alsa headers:
>>>> sudo apt-get install libasound2-dev
>>>>
>>>> Joel
>>>>
>>>> On Fri, 1 Jun 2012 00:18:05 -0700 (PDT)
>>>> mentalcase<kenzoabrahams@...>  wrote:
>>>>
>>>>> i have write permissions and it installed properly but there seems to be
>>>>> another problem when i try to run CMIX with a score it tells me
>>>>>
>>>>> *** FATAL ERROR [rtsetparams]:  AudioDevice: OSS device open failed: No
>>>>> such
>>>>> file or directory
>>>>>
>>>>> i tried configuring it with alsa as well but when i did the configure
>>>>> --with-alsa i got the output
>>>>>
>>>>> checking alsa/asoundlib.h usability... no
>>>>> checking alsa/asoundlib.h presence... no
>>>>> checking for alsa/asoundlib.h... no
>>>>> configure: WARNING: ALSA asoundlib.h not present; using OSS instead of
>>>>> ALSA
>>>>> checking for snd_pcm_open in -lasound... no
>>>>> configure: WARNING: ALSA library not present; using OSS instead of ALSA
>>>>> configure: creating ./config.status
>>>>>
>>>>>
>>>>> Brad Garton-2 wrote:
>>>>>> On May 30, 2012, at 6:33 PM, mentalcase wrote:
>>>>>>
>>>>>>> trying to capture the make output gives me a permission denied error
>>>>>> That seems odd -- I'm assuming you do have write permissions in the
>>>>>> RTcmix directory?
>>>>>>
>>>>>> brad
>>>>>>
>>>>>> _______________________________________________
>>>>>> RTcmix-discuss mailing list
>>>>>> RTcmix-discuss@...
>>>>>> http://music.columbia.edu/mailman/listinfo/rtcmix-discuss
>>>>>>
>>>>>>
>>>>> --
>>>>> View this message in context:
>>>>> http://old.nabble.com/install-issues-on-ubuntu-12.04-tp33934183p33943114.html
>>>>> Sent from the music.columbia.edu - RTcmix-discuss mailing list archive
>>>>> at Nabble.com.
>>>>>
>>>>> _______________________________________________
>>>>> RTcmix-discuss mailing list
>>>>> RTcmix-discuss@...
>>>>> http://music.columbia.edu/mailman/listinfo/rtcmix-discuss
>>>>
>>>> --
>>>> Joel Matthys<jwmatthys@...>
>>>> _______________________________________________
>>>> RTcmix-discuss mailing list
>>>> RTcmix-discuss@...
>>>> http://music.columbia.edu/mailman/listinfo/rtcmix-discuss
>>>>
>>>>
>>>
>
> _______________________________________________
> RTcmix-discuss mailing list
> RTcmix-discuss@...
> http://music.columbia.edu/mailman/listinfo/rtcmix-discuss

_______________________________________________
RTcmix-discuss mailing list
RTcmix-discuss@...
http://music.columbia.edu/mailman/listinfo/rtcmix-discuss

Re: install issues on ubuntu 12.04

by mentalcase :: Rate this Message:

| View Threaded | Show Only this Message

It works thank you very much i do appreciate it.

Kenzo


It means that you're *almost* there! RTcmix just needs the right audio
device setting.

Paste this in the terminal

echo 'device = "plughw"' > ~/.rtcmixrc

And cross your fingers!