|
View:
New views
17 Messages
—
Rating Filter:
Alert me
|
|
|
install issues with librtcmixHere we go again... this feels like 2007.
I had a functioning RTcmix install which I unfortunately deleted (I wiped out the entire directory) before running "make uninstall; make clean; make distclean", which is what I think is needed before reinstalling in another location -- right? So, of course, I go to "make" RTcmix in a different directory, and it doesn't work: "library not found for -lrtcmix" I get libgen.dylib but not librtcmix.dylib. No binaries are created. What configuration do I need to change to get RTcmix to build librtcmix? Some library path issue, I think, but I don't know how to straighten the kinks out. Thanks! Neil -- Neil Thornock, D.M. No Stopping, Standing, or Parking: http://neilthornock.net/mp3s/nostopping.mp3 Assistant Professor of Music Composition/Theory Brigham Young University _______________________________________________ RTcmix-discuss mailing list RTcmix-discuss@... http://music.columbia.edu/mailman/listinfo/rtcmix-discuss |
|
|
Re: install issues with librtcmixNow you need to do...
./configure --with-python make make install (for example, if you're using python ever) J On Dec 15, 2011, at 4:27 PM, Neil Thornock wrote: > Here we go again... this feels like 2007. > > I had a functioning RTcmix install which I unfortunately deleted (I > wiped out the entire directory) before running "make uninstall; make > clean; make distclean", which is what I think is needed before > reinstalling in another location -- right? > > So, of course, I go to "make" RTcmix in a different directory, and it > doesn't work: > > "library not found for -lrtcmix" > > I get libgen.dylib but not librtcmix.dylib. No binaries are created. > > What configuration do I need to change to get RTcmix to build > librtcmix? Some library path issue, I think, but I don't know how to > straighten the kinks out. > > Thanks! > Neil > > -- > Neil Thornock, D.M. > No Stopping, Standing, or Parking: > http://neilthornock.net/mp3s/nostopping.mp3 > Assistant Professor of Music > Composition/Theory > Brigham Young University > _______________________________________________ > 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 with librtcmixYes... which I do... but I get this on "make":
ld: library not found for -lrtcmix collect2: ld returned 1 exit status and no "bin" directory (no binaries whatsoever) on "make install". Just to be clear: I failed to "distclean" on my previous install. Thanks John -- hope to see you in WI. On Thu, Dec 15, 2011 at 2:31 PM, John Gibson <johgibso@...> wrote: > Now you need to do... > > ./configure --with-python > make > make install > > (for example, if you're using python ever) > > J > > > On Dec 15, 2011, at 4:27 PM, Neil Thornock wrote: > >> Here we go again... this feels like 2007. >> >> I had a functioning RTcmix install which I unfortunately deleted (I >> wiped out the entire directory) before running "make uninstall; make >> clean; make distclean", which is what I think is needed before >> reinstalling in another location -- right? >> >> So, of course, I go to "make" RTcmix in a different directory, and it >> doesn't work: >> >> "library not found for -lrtcmix" >> >> I get libgen.dylib but not librtcmix.dylib. No binaries are created. >> >> What configuration do I need to change to get RTcmix to build >> librtcmix? Some library path issue, I think, but I don't know how to >> straighten the kinks out. >> >> Thanks! >> Neil >> >> -- >> Neil Thornock, D.M. >> No Stopping, Standing, or Parking: >> http://neilthornock.net/mp3s/nostopping.mp3 >> Assistant Professor of Music >> Composition/Theory >> Brigham Young University >> _______________________________________________ >> 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 -- Neil Thornock, D.M. No Stopping, Standing, or Parking: http://neilthornock.net/mp3s/nostopping.mp3 Assistant Professor of Music Composition/Theory Brigham Young University _______________________________________________ RTcmix-discuss mailing list RTcmix-discuss@... http://music.columbia.edu/mailman/listinfo/rtcmix-discuss |
|
|
Re: install issues with librtcmixMaybe I didn't understand. Anyway, I would start over again with a fresh tarball from rtcmix.org.
J On Dec 15, 2011, at 4:31 PM, John Gibson <johgibso@...> wrote: > Now you need to do... > > ./configure --with-python > make > make install > > (for example, if you're using python ever) > > J > > > On Dec 15, 2011, at 4:27 PM, Neil Thornock wrote: > >> Here we go again... this feels like 2007. >> >> I had a functioning RTcmix install which I unfortunately deleted (I >> wiped out the entire directory) before running "make uninstall; make >> clean; make distclean", which is what I think is needed before >> reinstalling in another location -- right? >> >> So, of course, I go to "make" RTcmix in a different directory, and it >> doesn't work: >> >> "library not found for -lrtcmix" >> >> I get libgen.dylib but not librtcmix.dylib. No binaries are created. >> >> What configuration do I need to change to get RTcmix to build >> librtcmix? Some library path issue, I think, but I don't know how to >> straighten the kinks out. >> >> Thanks! >> Neil >> >> -- >> Neil Thornock, D.M. >> No Stopping, Standing, or Parking: >> http://neilthornock.net/mp3s/nostopping.mp3 >> Assistant Professor of Music >> Composition/Theory >> Brigham Young University >> _______________________________________________ >> 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 with librtcmixAre there library links that get cached somewhere?
I've tried various tarballs, old and new, with exactly the same results; something tells me some library linkage is cached... On Thu, Dec 15, 2011 at 2:37 PM, John Gibson <johgibso@...> wrote: > Maybe I didn't understand. Anyway, I would start over again with a fresh tarball from rtcmix.org. > > J > > > > On Dec 15, 2011, at 4:31 PM, John Gibson <johgibso@...> wrote: > >> Now you need to do... >> >> ./configure --with-python >> make >> make install >> >> (for example, if you're using python ever) >> >> J >> >> >> On Dec 15, 2011, at 4:27 PM, Neil Thornock wrote: >> >>> Here we go again... this feels like 2007. >>> >>> I had a functioning RTcmix install which I unfortunately deleted (I >>> wiped out the entire directory) before running "make uninstall; make >>> clean; make distclean", which is what I think is needed before >>> reinstalling in another location -- right? >>> >>> So, of course, I go to "make" RTcmix in a different directory, and it >>> doesn't work: >>> >>> "library not found for -lrtcmix" >>> >>> I get libgen.dylib but not librtcmix.dylib. No binaries are created. >>> >>> What configuration do I need to change to get RTcmix to build >>> librtcmix? Some library path issue, I think, but I don't know how to >>> straighten the kinks out. >>> >>> Thanks! >>> Neil >>> >>> -- >>> Neil Thornock, D.M. >>> No Stopping, Standing, or Parking: >>> http://neilthornock.net/mp3s/nostopping.mp3 >>> Assistant Professor of Music >>> Composition/Theory >>> Brigham Young University >>> _______________________________________________ >>> 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 -- Neil Thornock, D.M. No Stopping, Standing, or Parking: http://neilthornock.net/mp3s/nostopping.mp3 Assistant Professor of Music Composition/Theory Brigham Young University _______________________________________________ RTcmix-discuss mailing list RTcmix-discuss@... http://music.columbia.edu/mailman/listinfo/rtcmix-discuss |
|
|
Re: install issues with librtcmixI've seen instances where a make fails, then creates a *file* called
bin. Try creating the bin directory yourself and see what happens. Also, if you do make &>output.txt and wait for it to finish, you can see exactly where the first instance of "library not found" occurs. It sounds like an include path (eg., -I<something> or -L<something>) isn't getting passed along to the compiler. You should always be able to do "make distclean" then start over. D On 12/15/11 4:41 PM, Neil Thornock wrote: > Are there library links that get cached somewhere? > > I've tried various tarballs, old and new, with exactly the same > results; something tells me some library linkage is cached... > > On Thu, Dec 15, 2011 at 2:37 PM, John Gibson<johgibso@...> wrote: >> Maybe I didn't understand. Anyway, I would start over again with a fresh tarball from rtcmix.org. >> >> J >> >> >> >> On Dec 15, 2011, at 4:31 PM, John Gibson<johgibso@...> wrote: >> >>> Now you need to do... >>> >>> ./configure --with-python >>> make >>> make install >>> >>> (for example, if you're using python ever) >>> >>> J >>> >>> >>> On Dec 15, 2011, at 4:27 PM, Neil Thornock wrote: >>> >>>> Here we go again... this feels like 2007. >>>> >>>> I had a functioning RTcmix install which I unfortunately deleted (I >>>> wiped out the entire directory) before running "make uninstall; make >>>> clean; make distclean", which is what I think is needed before >>>> reinstalling in another location -- right? >>>> >>>> So, of course, I go to "make" RTcmix in a different directory, and it >>>> doesn't work: >>>> >>>> "library not found for -lrtcmix" >>>> >>>> I get libgen.dylib but not librtcmix.dylib. No binaries are created. >>>> >>>> What configuration do I need to change to get RTcmix to build >>>> librtcmix? Some library path issue, I think, but I don't know how to >>>> straighten the kinks out. >>>> >>>> Thanks! >>>> Neil >>>> >>>> -- >>>> Neil Thornock, D.M. >>>> No Stopping, Standing, or Parking: >>>> http://neilthornock.net/mp3s/nostopping.mp3 >>>> Assistant Professor of Music >>>> Composition/Theory >>>> Brigham Young University >>>> _______________________________________________ >>>> 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 > > -- Technical Director Virginia Center for Computer Music http://people.virginia.edu/~djt7p/ (434) 924-7355 _______________________________________________ RTcmix-discuss mailing list RTcmix-discuss@... http://music.columbia.edu/mailman/listinfo/rtcmix-discuss |
|
|
Re: install issues with librtcmixNo, these aren't cached. Can you grab a new tarball and show us the output of your configure and make?
J On Dec 15, 2011, at 4:41 PM, Neil Thornock <neilthornock@...> wrote: > Are there library links that get cached somewhere? > > I've tried various tarballs, old and new, with exactly the same > results; something tells me some library linkage is cached... > > On Thu, Dec 15, 2011 at 2:37 PM, John Gibson <johgibso@...> wrote: >> Maybe I didn't understand. Anyway, I would start over again with a fresh tarball from rtcmix.org. >> >> J >> >> >> >> On Dec 15, 2011, at 4:31 PM, John Gibson <johgibso@...> wrote: >> >>> Now you need to do... >>> >>> ./configure --with-python >>> make >>> make install >>> >>> (for example, if you're using python ever) >>> >>> J >>> >>> >>> On Dec 15, 2011, at 4:27 PM, Neil Thornock wrote: >>> >>>> Here we go again... this feels like 2007. >>>> >>>> I had a functioning RTcmix install which I unfortunately deleted (I >>>> wiped out the entire directory) before running "make uninstall; make >>>> clean; make distclean", which is what I think is needed before >>>> reinstalling in another location -- right? >>>> >>>> So, of course, I go to "make" RTcmix in a different directory, and it >>>> doesn't work: >>>> >>>> "library not found for -lrtcmix" >>>> >>>> I get libgen.dylib but not librtcmix.dylib. No binaries are created. >>>> >>>> What configuration do I need to change to get RTcmix to build >>>> librtcmix? Some library path issue, I think, but I don't know how to >>>> straighten the kinks out. >>>> >>>> Thanks! >>>> Neil >>>> >>>> -- >>>> Neil Thornock, D.M. >>>> No Stopping, Standing, or Parking: >>>> http://neilthornock.net/mp3s/nostopping.mp3 >>>> Assistant Professor of Music >>>> Composition/Theory >>>> Brigham Young University >>>> _______________________________________________ >>>> 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 > > > > -- > Neil Thornock, D.M. > No Stopping, Standing, or Parking: > http://neilthornock.net/mp3s/nostopping.mp3 > Assistant Professor of Music > Composition/Theory > Brigham Young University > _______________________________________________ > 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 with librtcmix
In my experience, when an install fails and a file of bin is created (rather than a directory) you need to remove it manually. Not even distclean gets rid of it. And it mucks up any further attempts to build.
Joel On Thu, 2011-12-15 at 16:58 -0500, John Gibson wrote: No, these aren't cached. Can you grab a new tarball and show us the output of your configure and make? J On Dec 15, 2011, at 4:41 PM, Neil Thornock <neilthornock@...> wrote: > Are there library links that get cached somewhere? > > I've tried various tarballs, old and new, with exactly the same > results; something tells me some library linkage is cached... > > On Thu, Dec 15, 2011 at 2:37 PM, John Gibson <johgibso@...> wrote: >> Maybe I didn't understand. Anyway, I would start over again with a fresh tarball from rtcmix.org. >> >> J >> >> >> >> On Dec 15, 2011, at 4:31 PM, John Gibson <johgibso@...> wrote: >> >>> Now you need to do... >>> >>> ./configure --with-python >>> make >>> make install >>> >>> (for example, if you're using python ever) >>> >>> J >>> >>> >>> On Dec 15, 2011, at 4:27 PM, Neil Thornock wrote: >>> >>>> Here we go again... this feels like 2007. >>>> >>>> I had a functioning RTcmix install which I unfortunately deleted (I >>>> wiped out the entire directory) before running "make uninstall; make >>>> clean; make distclean", which is what I think is needed before >>>> reinstalling in another location -- right? >>>> >>>> So, of course, I go to "make" RTcmix in a different directory, and it >>>> doesn't work: >>>> >>>> "library not found for -lrtcmix" >>>> >>>> I get libgen.dylib but not librtcmix.dylib. No binaries are created. >>>> >>>> What configuration do I need to change to get RTcmix to build >>>> librtcmix? Some library path issue, I think, but I don't know how to >>>> straighten the kinks out. >>>> >>>> Thanks! >>>> Neil >>>> >>>> -- >>>> Neil Thornock, D.M. >>>> No Stopping, Standing, or Parking: >>>> http://neilthornock.net/mp3s/nostopping.mp3 >>>> Assistant Professor of Music >>>> Composition/Theory >>>> Brigham Young University >>>> _______________________________________________ >>>> 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 > > > > -- > Neil Thornock, D.M. > No Stopping, Standing, or Parking: > http://neilthornock.net/mp3s/nostopping.mp3 > Assistant Professor of Music > Composition/Theory > Brigham Young University > _______________________________________________ > 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 with librtcmixAnother clue:
No rule to make target `/Users/Shared/RTcmix-all-121511/src/audio/librtaudio.a', needed by `cmixplay' On Thu, Dec 15, 2011 at 3:04 PM, Neil Thornock <neilthornock@...> wrote: > Hmmm... my files aren't making it through to the list, so here they are: > > neilthornock.net/conf.out > neilthornock.net/make.out > > Hopefully that works! > > Like I said in one of my "too-big-posts" -- no bin of any type gets > made. CMIX itself never "makes" successfully. > > On Thu, Dec 15, 2011 at 3:03 PM, Neil Thornock <neilthornock@...> wrote: >> Here they are, with a fresh tarball. >> >> To answer the "bin" issue -- no bin of any type whatsoever gets >> created. CMIX itself never gets "made" successfully. >> >> On Thu, Dec 15, 2011 at 3:01 PM, Joel Matthys <jwmatthys@...> wrote: >>> In my experience, when an install fails and a file of bin is created (rather >>> than a directory) you need to remove it manually. Not even distclean gets >>> rid of it. And it mucks up any further attempts to build. >>> >>> Joel >>> >>> >>> On Thu, 2011-12-15 at 16:58 -0500, John Gibson wrote: >>> >>> No, these aren't cached. Can you grab a new tarball and show us the output >>> of your configure and make? >>> >>> J >>> >>> >>> >>> On Dec 15, 2011, at 4:41 PM, Neil Thornock <neilthornock@...> wrote: >>> >>>> Are there library links that get cached somewhere? >>>> >>>> I've tried various tarballs, old and new, with exactly the same >>>> results; something tells me some library linkage is cached... >>>> >>>> On Thu, Dec 15, 2011 at 2:37 PM, John Gibson <johgibso@...> wrote: >>>>> Maybe I didn't understand. Anyway, I would start over again with a fresh >>>>> tarball from rtcmix.org. >>>>> >>>>> J >>>>> >>>>> >>>>> >>>>> On Dec 15, 2011, at 4:31 PM, John Gibson <johgibso@...> wrote: >>>>> >>>>>> Now you need to do... >>>>>> >>>>>> ./configure --with-python >>>>>> make >>>>>> make install >>>>>> >>>>>> (for example, if you're using python ever) >>>>>> >>>>>> J >>>>>> >>>>>> >>>>>> On Dec 15, 2011, at 4:27 PM, Neil Thornock wrote: >>>>>> >>>>>>> Here we go again... this feels like 2007. >>>>>>> >>>>>>> I had a functioning RTcmix install which I unfortunately deleted (I >>>>>>> wiped out the entire directory) before running "make uninstall; make >>>>>>> clean; make distclean", which is what I think is needed before >>>>>>> reinstalling in another location -- right? >>>>>>> >>>>>>> So, of course, I go to "make" RTcmix in a different directory, and it >>>>>>> doesn't work: >>>>>>> >>>>>>> "library not found for -lrtcmix" >>>>>>> >>>>>>> I get libgen.dylib but not librtcmix.dylib. No binaries are created. >>>>>>> >>>>>>> What configuration do I need to change to get RTcmix to build >>>>>>> librtcmix? Some library path issue, I think, but I don't know how to >>>>>>> straighten the kinks out. >>>>>>> >>>>>>> Thanks! >>>>>>> Neil >>>>>>> >>>>>>> -- >>>>>>> Neil Thornock, D.M. >>>>>>> No Stopping, Standing, or Parking: >>>>>>> http://neilthornock.net/mp3s/nostopping.mp3 >>>>>>> Assistant Professor of Music >>>>>>> Composition/Theory >>>>>>> Brigham Young University >>>>>>> _______________________________________________ >>>>>>> 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 >>>> >>>> >>>> >>>> -- >>>> Neil Thornock, D.M. >>>> No Stopping, Standing, or Parking: >>>> http://neilthornock.net/mp3s/nostopping.mp3 >>>> Assistant Professor of Music >>>> Composition/Theory >>>> Brigham Young University >>>> _______________________________________________ >>>> 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 >>> >> >> >> >> -- >> Neil Thornock, D.M. >> No Stopping, Standing, or Parking: >> http://neilthornock.net/mp3s/nostopping.mp3 >> Assistant Professor of Music >> Composition/Theory >> Brigham Young University > > > > -- > Neil Thornock, D.M. > No Stopping, Standing, or Parking: > http://neilthornock.net/mp3s/nostopping.mp3 > Assistant Professor of Music > Composition/Theory > Brigham Young University -- Neil Thornock, D.M. No Stopping, Standing, or Parking: http://neilthornock.net/mp3s/nostopping.mp3 Assistant Professor of Music Composition/Theory Brigham Young University _______________________________________________ RTcmix-discuss mailing list RTcmix-discuss@... http://music.columbia.edu/mailman/listinfo/rtcmix-discuss |
|
|
Re: install issues with librtcmixNeil, what OS version are you running? Also, the output of gcc --version might be useful.
The same snapshot builds on my 10.6.8 machine. J On Dec 15, 2011, at 5:08 PM, Neil Thornock wrote: > Another clue: > > No rule to make target > `/Users/Shared/RTcmix-all-121511/src/audio/librtaudio.a', needed by > `cmixplay' > > On Thu, Dec 15, 2011 at 3:04 PM, Neil Thornock <neilthornock@...> wrote: >> Hmmm... my files aren't making it through to the list, so here they are: >> >> neilthornock.net/conf.out >> neilthornock.net/make.out >> >> Hopefully that works! >> >> Like I said in one of my "too-big-posts" -- no bin of any type gets >> made. CMIX itself never "makes" successfully. >> >> On Thu, Dec 15, 2011 at 3:03 PM, Neil Thornock <neilthornock@...> wrote: >>> Here they are, with a fresh tarball. >>> >>> To answer the "bin" issue -- no bin of any type whatsoever gets >>> created. CMIX itself never gets "made" successfully. >>> >>> On Thu, Dec 15, 2011 at 3:01 PM, Joel Matthys <jwmatthys@...> wrote: >>>> In my experience, when an install fails and a file of bin is created (rather >>>> than a directory) you need to remove it manually. Not even distclean gets >>>> rid of it. And it mucks up any further attempts to build. >>>> >>>> Joel >>>> >>>> >>>> On Thu, 2011-12-15 at 16:58 -0500, John Gibson wrote: >>>> >>>> No, these aren't cached. Can you grab a new tarball and show us the output >>>> of your configure and make? >>>> >>>> J >>>> >>>> >>>> >>>> On Dec 15, 2011, at 4:41 PM, Neil Thornock <neilthornock@...> wrote: >>>> >>>>> Are there library links that get cached somewhere? >>>>> >>>>> I've tried various tarballs, old and new, with exactly the same >>>>> results; something tells me some library linkage is cached... >>>>> >>>>> On Thu, Dec 15, 2011 at 2:37 PM, John Gibson <johgibso@...> wrote: >>>>>> Maybe I didn't understand. Anyway, I would start over again with a fresh >>>>>> tarball from rtcmix.org. >>>>>> >>>>>> J >>>>>> >>>>>> >>>>>> >>>>>> On Dec 15, 2011, at 4:31 PM, John Gibson <johgibso@...> wrote: >>>>>> >>>>>>> Now you need to do... >>>>>>> >>>>>>> ./configure --with-python >>>>>>> make >>>>>>> make install >>>>>>> >>>>>>> (for example, if you're using python ever) >>>>>>> >>>>>>> J >>>>>>> >>>>>>> >>>>>>> On Dec 15, 2011, at 4:27 PM, Neil Thornock wrote: >>>>>>> >>>>>>>> Here we go again... this feels like 2007. >>>>>>>> >>>>>>>> I had a functioning RTcmix install which I unfortunately deleted (I >>>>>>>> wiped out the entire directory) before running "make uninstall; make >>>>>>>> clean; make distclean", which is what I think is needed before >>>>>>>> reinstalling in another location -- right? >>>>>>>> >>>>>>>> So, of course, I go to "make" RTcmix in a different directory, and it >>>>>>>> doesn't work: >>>>>>>> >>>>>>>> "library not found for -lrtcmix" >>>>>>>> >>>>>>>> I get libgen.dylib but not librtcmix.dylib. No binaries are created. >>>>>>>> >>>>>>>> What configuration do I need to change to get RTcmix to build >>>>>>>> librtcmix? Some library path issue, I think, but I don't know how to >>>>>>>> straighten the kinks out. >>>>>>>> >>>>>>>> Thanks! >>>>>>>> Neil >>>>>>>> >>>>>>>> -- >>>>>>>> Neil Thornock, D.M. >>>>>>>> No Stopping, Standing, or Parking: >>>>>>>> http://neilthornock.net/mp3s/nostopping.mp3 >>>>>>>> Assistant Professor of Music >>>>>>>> Composition/Theory >>>>>>>> Brigham Young University >>>>>>>> _______________________________________________ >>>>>>>> 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 >>>>> >>>>> >>>>> >>>>> -- >>>>> Neil Thornock, D.M. >>>>> No Stopping, Standing, or Parking: >>>>> http://neilthornock.net/mp3s/nostopping.mp3 >>>>> Assistant Professor of Music >>>>> Composition/Theory >>>>> Brigham Young University >>>>> _______________________________________________ >>>>> 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 >>>> >>> >>> >>> >>> -- >>> Neil Thornock, D.M. >>> No Stopping, Standing, or Parking: >>> http://neilthornock.net/mp3s/nostopping.mp3 >>> Assistant Professor of Music >>> Composition/Theory >>> Brigham Young University >> >> >> >> -- >> Neil Thornock, D.M. >> No Stopping, Standing, or Parking: >> http://neilthornock.net/mp3s/nostopping.mp3 >> Assistant Professor of Music >> Composition/Theory >> Brigham Young University > > > > -- > Neil Thornock, D.M. > No Stopping, Standing, or Parking: > http://neilthornock.net/mp3s/nostopping.mp3 > Assistant Professor of Music > Composition/Theory > Brigham Young University > _______________________________________________ > 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 with librtcmix10.5.8
i686-apple-darwin9-gcc-4.0.1 (GCC) 4.0.1 (Apple Inc. build 5490) I had this building perfectly yesterday. I wanted to rebuild today to relink everything in a different location. Is everybody sure this isn't somehow the result of not distcleaning my other install? Thanks for the help -- hopefully it's sort-out-able. On Thu, Dec 15, 2011 at 3:23 PM, John Gibson <johgibso@...> wrote: > Neil, what OS version are you running? Also, the output of gcc --version might be useful. > > The same snapshot builds on my 10.6.8 machine. > > J > > On Dec 15, 2011, at 5:08 PM, Neil Thornock wrote: > >> Another clue: >> >> No rule to make target >> `/Users/Shared/RTcmix-all-121511/src/audio/librtaudio.a', needed by >> `cmixplay' >> >> On Thu, Dec 15, 2011 at 3:04 PM, Neil Thornock <neilthornock@...> wrote: >>> Hmmm... my files aren't making it through to the list, so here they are: >>> >>> neilthornock.net/conf.out >>> neilthornock.net/make.out >>> >>> Hopefully that works! >>> >>> Like I said in one of my "too-big-posts" -- no bin of any type gets >>> made. CMIX itself never "makes" successfully. >>> >>> On Thu, Dec 15, 2011 at 3:03 PM, Neil Thornock <neilthornock@...> wrote: >>>> Here they are, with a fresh tarball. >>>> >>>> To answer the "bin" issue -- no bin of any type whatsoever gets >>>> created. CMIX itself never gets "made" successfully. >>>> >>>> On Thu, Dec 15, 2011 at 3:01 PM, Joel Matthys <jwmatthys@...> wrote: >>>>> In my experience, when an install fails and a file of bin is created (rather >>>>> than a directory) you need to remove it manually. Not even distclean gets >>>>> rid of it. And it mucks up any further attempts to build. >>>>> >>>>> Joel >>>>> >>>>> >>>>> On Thu, 2011-12-15 at 16:58 -0500, John Gibson wrote: >>>>> >>>>> No, these aren't cached. Can you grab a new tarball and show us the output >>>>> of your configure and make? >>>>> >>>>> J >>>>> >>>>> >>>>> >>>>> On Dec 15, 2011, at 4:41 PM, Neil Thornock <neilthornock@...> wrote: >>>>> >>>>>> Are there library links that get cached somewhere? >>>>>> >>>>>> I've tried various tarballs, old and new, with exactly the same >>>>>> results; something tells me some library linkage is cached... >>>>>> >>>>>> On Thu, Dec 15, 2011 at 2:37 PM, John Gibson <johgibso@...> wrote: >>>>>>> Maybe I didn't understand. Anyway, I would start over again with a fresh >>>>>>> tarball from rtcmix.org. >>>>>>> >>>>>>> J >>>>>>> >>>>>>> >>>>>>> >>>>>>> On Dec 15, 2011, at 4:31 PM, John Gibson <johgibso@...> wrote: >>>>>>> >>>>>>>> Now you need to do... >>>>>>>> >>>>>>>> ./configure --with-python >>>>>>>> make >>>>>>>> make install >>>>>>>> >>>>>>>> (for example, if you're using python ever) >>>>>>>> >>>>>>>> J >>>>>>>> >>>>>>>> >>>>>>>> On Dec 15, 2011, at 4:27 PM, Neil Thornock wrote: >>>>>>>> >>>>>>>>> Here we go again... this feels like 2007. >>>>>>>>> >>>>>>>>> I had a functioning RTcmix install which I unfortunately deleted (I >>>>>>>>> wiped out the entire directory) before running "make uninstall; make >>>>>>>>> clean; make distclean", which is what I think is needed before >>>>>>>>> reinstalling in another location -- right? >>>>>>>>> >>>>>>>>> So, of course, I go to "make" RTcmix in a different directory, and it >>>>>>>>> doesn't work: >>>>>>>>> >>>>>>>>> "library not found for -lrtcmix" >>>>>>>>> >>>>>>>>> I get libgen.dylib but not librtcmix.dylib. No binaries are created. >>>>>>>>> >>>>>>>>> What configuration do I need to change to get RTcmix to build >>>>>>>>> librtcmix? Some library path issue, I think, but I don't know how to >>>>>>>>> straighten the kinks out. >>>>>>>>> >>>>>>>>> Thanks! >>>>>>>>> Neil >>>>>>>>> >>>>>>>>> -- >>>>>>>>> Neil Thornock, D.M. >>>>>>>>> No Stopping, Standing, or Parking: >>>>>>>>> http://neilthornock.net/mp3s/nostopping.mp3 >>>>>>>>> Assistant Professor of Music >>>>>>>>> Composition/Theory >>>>>>>>> Brigham Young University >>>>>>>>> _______________________________________________ >>>>>>>>> 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 >>>>>> >>>>>> >>>>>> >>>>>> -- >>>>>> Neil Thornock, D.M. >>>>>> No Stopping, Standing, or Parking: >>>>>> http://neilthornock.net/mp3s/nostopping.mp3 >>>>>> Assistant Professor of Music >>>>>> Composition/Theory >>>>>> Brigham Young University >>>>>> _______________________________________________ >>>>>> 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 >>>>> >>>> >>>> >>>> >>>> -- >>>> Neil Thornock, D.M. >>>> No Stopping, Standing, or Parking: >>>> http://neilthornock.net/mp3s/nostopping.mp3 >>>> Assistant Professor of Music >>>> Composition/Theory >>>> Brigham Young University >>> >>> >>> >>> -- >>> Neil Thornock, D.M. >>> No Stopping, Standing, or Parking: >>> http://neilthornock.net/mp3s/nostopping.mp3 >>> Assistant Professor of Music >>> Composition/Theory >>> Brigham Young University >> >> >> >> -- >> Neil Thornock, D.M. >> No Stopping, Standing, or Parking: >> http://neilthornock.net/mp3s/nostopping.mp3 >> Assistant Professor of Music >> Composition/Theory >> Brigham Young University >> _______________________________________________ >> 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 -- Neil Thornock, D.M. No Stopping, Standing, or Parking: http://neilthornock.net/mp3s/nostopping.mp3 Assistant Professor of Music Composition/Theory Brigham Young University _______________________________________________ RTcmix-discuss mailing list RTcmix-discuss@... http://music.columbia.edu/mailman/listinfo/rtcmix-discuss |
|
|
Re: install issues with librtcmixOkay, that's it. Doug's new multiprocessor code uses a header that doesn't exist on 10.5.8.
Doug is there a way to ifdef this out cleanly? J On Dec 15, 2011, at 5:28 PM, Neil Thornock wrote: > 10.5.8 > i686-apple-darwin9-gcc-4.0.1 (GCC) 4.0.1 (Apple Inc. build 5490) > > I had this building perfectly yesterday. I wanted to rebuild today to > relink everything in a different location. Is everybody sure this > isn't somehow the result of not distcleaning my other install? > > Thanks for the help -- hopefully it's sort-out-able. > > On Thu, Dec 15, 2011 at 3:23 PM, John Gibson <johgibso@...> wrote: >> Neil, what OS version are you running? Also, the output of gcc --version might be useful. >> >> The same snapshot builds on my 10.6.8 machine. >> >> J >> >> On Dec 15, 2011, at 5:08 PM, Neil Thornock wrote: >> >>> Another clue: >>> >>> No rule to make target >>> `/Users/Shared/RTcmix-all-121511/src/audio/librtaudio.a', needed by >>> `cmixplay' >>> >>> On Thu, Dec 15, 2011 at 3:04 PM, Neil Thornock <neilthornock@...> wrote: >>>> Hmmm... my files aren't making it through to the list, so here they are: >>>> >>>> neilthornock.net/conf.out >>>> neilthornock.net/make.out >>>> >>>> Hopefully that works! >>>> >>>> Like I said in one of my "too-big-posts" -- no bin of any type gets >>>> made. CMIX itself never "makes" successfully. >>>> >>>> On Thu, Dec 15, 2011 at 3:03 PM, Neil Thornock <neilthornock@...> wrote: >>>>> Here they are, with a fresh tarball. >>>>> >>>>> To answer the "bin" issue -- no bin of any type whatsoever gets >>>>> created. CMIX itself never gets "made" successfully. >>>>> >>>>> On Thu, Dec 15, 2011 at 3:01 PM, Joel Matthys <jwmatthys@...> wrote: >>>>>> In my experience, when an install fails and a file of bin is created (rather >>>>>> than a directory) you need to remove it manually. Not even distclean gets >>>>>> rid of it. And it mucks up any further attempts to build. >>>>>> >>>>>> Joel >>>>>> >>>>>> >>>>>> On Thu, 2011-12-15 at 16:58 -0500, John Gibson wrote: >>>>>> >>>>>> No, these aren't cached. Can you grab a new tarball and show us the output >>>>>> of your configure and make? >>>>>> >>>>>> J >>>>>> >>>>>> >>>>>> >>>>>> On Dec 15, 2011, at 4:41 PM, Neil Thornock <neilthornock@...> wrote: >>>>>> >>>>>>> Are there library links that get cached somewhere? >>>>>>> >>>>>>> I've tried various tarballs, old and new, with exactly the same >>>>>>> results; something tells me some library linkage is cached... >>>>>>> >>>>>>> On Thu, Dec 15, 2011 at 2:37 PM, John Gibson <johgibso@...> wrote: >>>>>>>> Maybe I didn't understand. Anyway, I would start over again with a fresh >>>>>>>> tarball from rtcmix.org. >>>>>>>> >>>>>>>> J >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> On Dec 15, 2011, at 4:31 PM, John Gibson <johgibso@...> wrote: >>>>>>>> >>>>>>>>> Now you need to do... >>>>>>>>> >>>>>>>>> ./configure --with-python >>>>>>>>> make >>>>>>>>> make install >>>>>>>>> >>>>>>>>> (for example, if you're using python ever) >>>>>>>>> >>>>>>>>> J >>>>>>>>> >>>>>>>>> >>>>>>>>> On Dec 15, 2011, at 4:27 PM, Neil Thornock wrote: >>>>>>>>> >>>>>>>>>> Here we go again... this feels like 2007. >>>>>>>>>> >>>>>>>>>> I had a functioning RTcmix install which I unfortunately deleted (I >>>>>>>>>> wiped out the entire directory) before running "make uninstall; make >>>>>>>>>> clean; make distclean", which is what I think is needed before >>>>>>>>>> reinstalling in another location -- right? >>>>>>>>>> >>>>>>>>>> So, of course, I go to "make" RTcmix in a different directory, and it >>>>>>>>>> doesn't work: >>>>>>>>>> >>>>>>>>>> "library not found for -lrtcmix" >>>>>>>>>> >>>>>>>>>> I get libgen.dylib but not librtcmix.dylib. No binaries are created. >>>>>>>>>> >>>>>>>>>> What configuration do I need to change to get RTcmix to build >>>>>>>>>> librtcmix? Some library path issue, I think, but I don't know how to >>>>>>>>>> straighten the kinks out. >>>>>>>>>> >>>>>>>>>> Thanks! >>>>>>>>>> Neil >>>>>>>>>> >>>>>>>>>> -- >>>>>>>>>> Neil Thornock, D.M. >>>>>>>>>> No Stopping, Standing, or Parking: >>>>>>>>>> http://neilthornock.net/mp3s/nostopping.mp3 >>>>>>>>>> Assistant Professor of Music >>>>>>>>>> Composition/Theory >>>>>>>>>> Brigham Young University >>>>>>>>>> _______________________________________________ >>>>>>>>>> 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 >>>>>>> >>>>>>> >>>>>>> >>>>>>> -- >>>>>>> Neil Thornock, D.M. >>>>>>> No Stopping, Standing, or Parking: >>>>>>> http://neilthornock.net/mp3s/nostopping.mp3 >>>>>>> Assistant Professor of Music >>>>>>> Composition/Theory >>>>>>> Brigham Young University >>>>>>> _______________________________________________ >>>>>>> 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 >>>>>> >>>>> >>>>> >>>>> >>>>> -- >>>>> Neil Thornock, D.M. >>>>> No Stopping, Standing, or Parking: >>>>> http://neilthornock.net/mp3s/nostopping.mp3 >>>>> Assistant Professor of Music >>>>> Composition/Theory >>>>> Brigham Young University >>>> >>>> >>>> >>>> -- >>>> Neil Thornock, D.M. >>>> No Stopping, Standing, or Parking: >>>> http://neilthornock.net/mp3s/nostopping.mp3 >>>> Assistant Professor of Music >>>> Composition/Theory >>>> Brigham Young University >>> >>> >>> >>> -- >>> Neil Thornock, D.M. >>> No Stopping, Standing, or Parking: >>> http://neilthornock.net/mp3s/nostopping.mp3 >>> Assistant Professor of Music >>> Composition/Theory >>> Brigham Young University >>> _______________________________________________ >>> 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 > > > > -- > Neil Thornock, D.M. > No Stopping, Standing, or Parking: > http://neilthornock.net/mp3s/nostopping.mp3 > Assistant Professor of Music > Composition/Theory > Brigham Young University > _______________________________________________ > 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 with librtcmixWouldn't that only apply if I specify multi-threaded support in the
configure options? On Thu, Dec 15, 2011 at 3:31 PM, John Gibson <johgibso@...> wrote: > Okay, that's it. Doug's new multiprocessor code uses a header that doesn't exist on 10.5.8. > > Doug is there a way to ifdef this out cleanly? > > J > > > On Dec 15, 2011, at 5:28 PM, Neil Thornock wrote: > >> 10.5.8 >> i686-apple-darwin9-gcc-4.0.1 (GCC) 4.0.1 (Apple Inc. build 5490) >> >> I had this building perfectly yesterday. I wanted to rebuild today to >> relink everything in a different location. Is everybody sure this >> isn't somehow the result of not distcleaning my other install? >> >> Thanks for the help -- hopefully it's sort-out-able. >> >> On Thu, Dec 15, 2011 at 3:23 PM, John Gibson <johgibso@...> wrote: >>> Neil, what OS version are you running? Also, the output of gcc --version might be useful. >>> >>> The same snapshot builds on my 10.6.8 machine. >>> >>> J >>> >>> On Dec 15, 2011, at 5:08 PM, Neil Thornock wrote: >>> >>>> Another clue: >>>> >>>> No rule to make target >>>> `/Users/Shared/RTcmix-all-121511/src/audio/librtaudio.a', needed by >>>> `cmixplay' >>>> >>>> On Thu, Dec 15, 2011 at 3:04 PM, Neil Thornock <neilthornock@...> wrote: >>>>> Hmmm... my files aren't making it through to the list, so here they are: >>>>> >>>>> neilthornock.net/conf.out >>>>> neilthornock.net/make.out >>>>> >>>>> Hopefully that works! >>>>> >>>>> Like I said in one of my "too-big-posts" -- no bin of any type gets >>>>> made. CMIX itself never "makes" successfully. >>>>> >>>>> On Thu, Dec 15, 2011 at 3:03 PM, Neil Thornock <neilthornock@...> wrote: >>>>>> Here they are, with a fresh tarball. >>>>>> >>>>>> To answer the "bin" issue -- no bin of any type whatsoever gets >>>>>> created. CMIX itself never gets "made" successfully. >>>>>> >>>>>> On Thu, Dec 15, 2011 at 3:01 PM, Joel Matthys <jwmatthys@...> wrote: >>>>>>> In my experience, when an install fails and a file of bin is created (rather >>>>>>> than a directory) you need to remove it manually. Not even distclean gets >>>>>>> rid of it. And it mucks up any further attempts to build. >>>>>>> >>>>>>> Joel >>>>>>> >>>>>>> >>>>>>> On Thu, 2011-12-15 at 16:58 -0500, John Gibson wrote: >>>>>>> >>>>>>> No, these aren't cached. Can you grab a new tarball and show us the output >>>>>>> of your configure and make? >>>>>>> >>>>>>> J >>>>>>> >>>>>>> >>>>>>> >>>>>>> On Dec 15, 2011, at 4:41 PM, Neil Thornock <neilthornock@...> wrote: >>>>>>> >>>>>>>> Are there library links that get cached somewhere? >>>>>>>> >>>>>>>> I've tried various tarballs, old and new, with exactly the same >>>>>>>> results; something tells me some library linkage is cached... >>>>>>>> >>>>>>>> On Thu, Dec 15, 2011 at 2:37 PM, John Gibson <johgibso@...> wrote: >>>>>>>>> Maybe I didn't understand. Anyway, I would start over again with a fresh >>>>>>>>> tarball from rtcmix.org. >>>>>>>>> >>>>>>>>> J >>>>>>>>> >>>>>>>>> >>>>>>>>> >>>>>>>>> On Dec 15, 2011, at 4:31 PM, John Gibson <johgibso@...> wrote: >>>>>>>>> >>>>>>>>>> Now you need to do... >>>>>>>>>> >>>>>>>>>> ./configure --with-python >>>>>>>>>> make >>>>>>>>>> make install >>>>>>>>>> >>>>>>>>>> (for example, if you're using python ever) >>>>>>>>>> >>>>>>>>>> J >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> On Dec 15, 2011, at 4:27 PM, Neil Thornock wrote: >>>>>>>>>> >>>>>>>>>>> Here we go again... this feels like 2007. >>>>>>>>>>> >>>>>>>>>>> I had a functioning RTcmix install which I unfortunately deleted (I >>>>>>>>>>> wiped out the entire directory) before running "make uninstall; make >>>>>>>>>>> clean; make distclean", which is what I think is needed before >>>>>>>>>>> reinstalling in another location -- right? >>>>>>>>>>> >>>>>>>>>>> So, of course, I go to "make" RTcmix in a different directory, and it >>>>>>>>>>> doesn't work: >>>>>>>>>>> >>>>>>>>>>> "library not found for -lrtcmix" >>>>>>>>>>> >>>>>>>>>>> I get libgen.dylib but not librtcmix.dylib. No binaries are created. >>>>>>>>>>> >>>>>>>>>>> What configuration do I need to change to get RTcmix to build >>>>>>>>>>> librtcmix? Some library path issue, I think, but I don't know how to >>>>>>>>>>> straighten the kinks out. >>>>>>>>>>> >>>>>>>>>>> Thanks! >>>>>>>>>>> Neil >>>>>>>>>>> >>>>>>>>>>> -- >>>>>>>>>>> Neil Thornock, D.M. >>>>>>>>>>> No Stopping, Standing, or Parking: >>>>>>>>>>> http://neilthornock.net/mp3s/nostopping.mp3 >>>>>>>>>>> Assistant Professor of Music >>>>>>>>>>> Composition/Theory >>>>>>>>>>> Brigham Young University >>>>>>>>>>> _______________________________________________ >>>>>>>>>>> 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 >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> -- >>>>>>>> Neil Thornock, D.M. >>>>>>>> No Stopping, Standing, or Parking: >>>>>>>> http://neilthornock.net/mp3s/nostopping.mp3 >>>>>>>> Assistant Professor of Music >>>>>>>> Composition/Theory >>>>>>>> Brigham Young University >>>>>>>> _______________________________________________ >>>>>>>> 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 >>>>>>> >>>>>> >>>>>> >>>>>> >>>>>> -- >>>>>> Neil Thornock, D.M. >>>>>> No Stopping, Standing, or Parking: >>>>>> http://neilthornock.net/mp3s/nostopping.mp3 >>>>>> Assistant Professor of Music >>>>>> Composition/Theory >>>>>> Brigham Young University >>>>> >>>>> >>>>> >>>>> -- >>>>> Neil Thornock, D.M. >>>>> No Stopping, Standing, or Parking: >>>>> http://neilthornock.net/mp3s/nostopping.mp3 >>>>> Assistant Professor of Music >>>>> Composition/Theory >>>>> Brigham Young University >>>> >>>> >>>> >>>> -- >>>> Neil Thornock, D.M. >>>> No Stopping, Standing, or Parking: >>>> http://neilthornock.net/mp3s/nostopping.mp3 >>>> Assistant Professor of Music >>>> Composition/Theory >>>> Brigham Young University >>>> _______________________________________________ >>>> 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 >> >> >> >> -- >> Neil Thornock, D.M. >> No Stopping, Standing, or Parking: >> http://neilthornock.net/mp3s/nostopping.mp3 >> Assistant Professor of Music >> Composition/Theory >> Brigham Young University >> _______________________________________________ >> 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 -- Neil Thornock, D.M. No Stopping, Standing, or Parking: http://neilthornock.net/mp3s/nostopping.mp3 Assistant Professor of Music Composition/Theory Brigham Young University _______________________________________________ RTcmix-discuss mailing list RTcmix-discuss@... http://music.columbia.edu/mailman/listinfo/rtcmix-discuss |
|
|
Re: install issues with librtcmixAh - -that's it.
Neil, in the meantime you might try checking out one of the older tarballs (within the last month or week or one of those). brad On Dec 15, 2011, at 5:31 PM, John Gibson wrote: > Okay, that's it. Doug's new multiprocessor code uses a header that doesn't exist on 10.5.8. > > Doug is there a way to ifdef this out cleanly? > > J > > > On Dec 15, 2011, at 5:28 PM, Neil Thornock wrote: > >> 10.5.8 >> i686-apple-darwin9-gcc-4.0.1 (GCC) 4.0.1 (Apple Inc. build 5490) >> >> I had this building perfectly yesterday. I wanted to rebuild today to >> relink everything in a different location. Is everybody sure this >> isn't somehow the result of not distcleaning my other install? >> >> Thanks for the help -- hopefully it's sort-out-able. >> >> On Thu, Dec 15, 2011 at 3:23 PM, John Gibson <johgibso@...> wrote: >>> Neil, what OS version are you running? Also, the output of gcc --version might be useful. >>> >>> The same snapshot builds on my 10.6.8 machine. >>> >>> J >>> >>> On Dec 15, 2011, at 5:08 PM, Neil Thornock wrote: >>> >>>> Another clue: >>>> >>>> No rule to make target >>>> `/Users/Shared/RTcmix-all-121511/src/audio/librtaudio.a', needed by >>>> `cmixplay' >>>> >>>> On Thu, Dec 15, 2011 at 3:04 PM, Neil Thornock <neilthornock@...> wrote: >>>>> Hmmm... my files aren't making it through to the list, so here they are: >>>>> >>>>> neilthornock.net/conf.out >>>>> neilthornock.net/make.out >>>>> >>>>> Hopefully that works! >>>>> >>>>> Like I said in one of my "too-big-posts" -- no bin of any type gets >>>>> made. CMIX itself never "makes" successfully. >>>>> >>>>> On Thu, Dec 15, 2011 at 3:03 PM, Neil Thornock <neilthornock@...> wrote: >>>>>> Here they are, with a fresh tarball. >>>>>> >>>>>> To answer the "bin" issue -- no bin of any type whatsoever gets >>>>>> created. CMIX itself never gets "made" successfully. >>>>>> >>>>>> On Thu, Dec 15, 2011 at 3:01 PM, Joel Matthys <jwmatthys@...> wrote: >>>>>>> In my experience, when an install fails and a file of bin is created (rather >>>>>>> than a directory) you need to remove it manually. Not even distclean gets >>>>>>> rid of it. And it mucks up any further attempts to build. >>>>>>> >>>>>>> Joel >>>>>>> >>>>>>> >>>>>>> On Thu, 2011-12-15 at 16:58 -0500, John Gibson wrote: >>>>>>> >>>>>>> No, these aren't cached. Can you grab a new tarball and show us the output >>>>>>> of your configure and make? >>>>>>> >>>>>>> J >>>>>>> >>>>>>> >>>>>>> >>>>>>> On Dec 15, 2011, at 4:41 PM, Neil Thornock <neilthornock@...> wrote: >>>>>>> >>>>>>>> Are there library links that get cached somewhere? >>>>>>>> >>>>>>>> I've tried various tarballs, old and new, with exactly the same >>>>>>>> results; something tells me some library linkage is cached... >>>>>>>> >>>>>>>> On Thu, Dec 15, 2011 at 2:37 PM, John Gibson <johgibso@...> wrote: >>>>>>>>> Maybe I didn't understand. Anyway, I would start over again with a fresh >>>>>>>>> tarball from rtcmix.org. >>>>>>>>> >>>>>>>>> J >>>>>>>>> >>>>>>>>> >>>>>>>>> >>>>>>>>> On Dec 15, 2011, at 4:31 PM, John Gibson <johgibso@...> wrote: >>>>>>>>> >>>>>>>>>> Now you need to do... >>>>>>>>>> >>>>>>>>>> ./configure --with-python >>>>>>>>>> make >>>>>>>>>> make install >>>>>>>>>> >>>>>>>>>> (for example, if you're using python ever) >>>>>>>>>> >>>>>>>>>> J >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> On Dec 15, 2011, at 4:27 PM, Neil Thornock wrote: >>>>>>>>>> >>>>>>>>>>> Here we go again... this feels like 2007. >>>>>>>>>>> >>>>>>>>>>> I had a functioning RTcmix install which I unfortunately deleted (I >>>>>>>>>>> wiped out the entire directory) before running "make uninstall; make >>>>>>>>>>> clean; make distclean", which is what I think is needed before >>>>>>>>>>> reinstalling in another location -- right? >>>>>>>>>>> >>>>>>>>>>> So, of course, I go to "make" RTcmix in a different directory, and it >>>>>>>>>>> doesn't work: >>>>>>>>>>> >>>>>>>>>>> "library not found for -lrtcmix" >>>>>>>>>>> >>>>>>>>>>> I get libgen.dylib but not librtcmix.dylib. No binaries are created. >>>>>>>>>>> >>>>>>>>>>> What configuration do I need to change to get RTcmix to build >>>>>>>>>>> librtcmix? Some library path issue, I think, but I don't know how to >>>>>>>>>>> straighten the kinks out. >>>>>>>>>>> >>>>>>>>>>> Thanks! >>>>>>>>>>> Neil >>>>>>>>>>> >>>>>>>>>>> -- >>>>>>>>>>> Neil Thornock, D.M. >>>>>>>>>>> No Stopping, Standing, or Parking: >>>>>>>>>>> http://neilthornock.net/mp3s/nostopping.mp3 >>>>>>>>>>> Assistant Professor of Music >>>>>>>>>>> Composition/Theory >>>>>>>>>>> Brigham Young University >>>>>>>>>>> _______________________________________________ >>>>>>>>>>> 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 >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> -- >>>>>>>> Neil Thornock, D.M. >>>>>>>> No Stopping, Standing, or Parking: >>>>>>>> http://neilthornock.net/mp3s/nostopping.mp3 >>>>>>>> Assistant Professor of Music >>>>>>>> Composition/Theory >>>>>>>> Brigham Young University >>>>>>>> _______________________________________________ >>>>>>>> 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 >>>>>>> >>>>>> >>>>>> >>>>>> >>>>>> -- >>>>>> Neil Thornock, D.M. >>>>>> No Stopping, Standing, or Parking: >>>>>> http://neilthornock.net/mp3s/nostopping.mp3 >>>>>> Assistant Professor of Music >>>>>> Composition/Theory >>>>>> Brigham Young University >>>>> >>>>> >>>>> >>>>> -- >>>>> Neil Thornock, D.M. >>>>> No Stopping, Standing, or Parking: >>>>> http://neilthornock.net/mp3s/nostopping.mp3 >>>>> Assistant Professor of Music >>>>> Composition/Theory >>>>> Brigham Young University >>>> >>>> >>>> >>>> -- >>>> Neil Thornock, D.M. >>>> No Stopping, Standing, or Parking: >>>> http://neilthornock.net/mp3s/nostopping.mp3 >>>> Assistant Professor of Music >>>> Composition/Theory >>>> Brigham Young University >>>> _______________________________________________ >>>> 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 >> >> >> >> -- >> Neil Thornock, D.M. >> No Stopping, Standing, or Parking: >> http://neilthornock.net/mp3s/nostopping.mp3 >> Assistant Professor of Music >> Composition/Theory >> Brigham Young University >> _______________________________________________ >> 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 with librtcmixThat must be it. My old 2009 tarball (which I was using yesterday)
works just fine. I'll live 2 years in the past for now! Thanks guys! It's been a pleasurable afternoon! On Thu, Dec 15, 2011 at 3:34 PM, Brad Garton <garton@...> wrote: > Ah - -that's it. > > Neil, in the meantime you might try checking out one of the older tarballs > (within the last month or week or one of those). > > brad > > > On Dec 15, 2011, at 5:31 PM, John Gibson wrote: > >> Okay, that's it. Doug's new multiprocessor code uses a header that doesn't exist on 10.5.8. >> >> Doug is there a way to ifdef this out cleanly? >> >> J >> >> >> On Dec 15, 2011, at 5:28 PM, Neil Thornock wrote: >> >>> 10.5.8 >>> i686-apple-darwin9-gcc-4.0.1 (GCC) 4.0.1 (Apple Inc. build 5490) >>> >>> I had this building perfectly yesterday. I wanted to rebuild today to >>> relink everything in a different location. Is everybody sure this >>> isn't somehow the result of not distcleaning my other install? >>> >>> Thanks for the help -- hopefully it's sort-out-able. >>> >>> On Thu, Dec 15, 2011 at 3:23 PM, John Gibson <johgibso@...> wrote: >>>> Neil, what OS version are you running? Also, the output of gcc --version might be useful. >>>> >>>> The same snapshot builds on my 10.6.8 machine. >>>> >>>> J >>>> >>>> On Dec 15, 2011, at 5:08 PM, Neil Thornock wrote: >>>> >>>>> Another clue: >>>>> >>>>> No rule to make target >>>>> `/Users/Shared/RTcmix-all-121511/src/audio/librtaudio.a', needed by >>>>> `cmixplay' >>>>> >>>>> On Thu, Dec 15, 2011 at 3:04 PM, Neil Thornock <neilthornock@...> wrote: >>>>>> Hmmm... my files aren't making it through to the list, so here they are: >>>>>> >>>>>> neilthornock.net/conf.out >>>>>> neilthornock.net/make.out >>>>>> >>>>>> Hopefully that works! >>>>>> >>>>>> Like I said in one of my "too-big-posts" -- no bin of any type gets >>>>>> made. CMIX itself never "makes" successfully. >>>>>> >>>>>> On Thu, Dec 15, 2011 at 3:03 PM, Neil Thornock <neilthornock@...> wrote: >>>>>>> Here they are, with a fresh tarball. >>>>>>> >>>>>>> To answer the "bin" issue -- no bin of any type whatsoever gets >>>>>>> created. CMIX itself never gets "made" successfully. >>>>>>> >>>>>>> On Thu, Dec 15, 2011 at 3:01 PM, Joel Matthys <jwmatthys@...> wrote: >>>>>>>> In my experience, when an install fails and a file of bin is created (rather >>>>>>>> than a directory) you need to remove it manually. Not even distclean gets >>>>>>>> rid of it. And it mucks up any further attempts to build. >>>>>>>> >>>>>>>> Joel >>>>>>>> >>>>>>>> >>>>>>>> On Thu, 2011-12-15 at 16:58 -0500, John Gibson wrote: >>>>>>>> >>>>>>>> No, these aren't cached. Can you grab a new tarball and show us the output >>>>>>>> of your configure and make? >>>>>>>> >>>>>>>> J >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> On Dec 15, 2011, at 4:41 PM, Neil Thornock <neilthornock@...> wrote: >>>>>>>> >>>>>>>>> Are there library links that get cached somewhere? >>>>>>>>> >>>>>>>>> I've tried various tarballs, old and new, with exactly the same >>>>>>>>> results; something tells me some library linkage is cached... >>>>>>>>> >>>>>>>>> On Thu, Dec 15, 2011 at 2:37 PM, John Gibson <johgibso@...> wrote: >>>>>>>>>> Maybe I didn't understand. Anyway, I would start over again with a fresh >>>>>>>>>> tarball from rtcmix.org. >>>>>>>>>> >>>>>>>>>> J >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> On Dec 15, 2011, at 4:31 PM, John Gibson <johgibso@...> wrote: >>>>>>>>>> >>>>>>>>>>> Now you need to do... >>>>>>>>>>> >>>>>>>>>>> ./configure --with-python >>>>>>>>>>> make >>>>>>>>>>> make install >>>>>>>>>>> >>>>>>>>>>> (for example, if you're using python ever) >>>>>>>>>>> >>>>>>>>>>> J >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> On Dec 15, 2011, at 4:27 PM, Neil Thornock wrote: >>>>>>>>>>> >>>>>>>>>>>> Here we go again... this feels like 2007. >>>>>>>>>>>> >>>>>>>>>>>> I had a functioning RTcmix install which I unfortunately deleted (I >>>>>>>>>>>> wiped out the entire directory) before running "make uninstall; make >>>>>>>>>>>> clean; make distclean", which is what I think is needed before >>>>>>>>>>>> reinstalling in another location -- right? >>>>>>>>>>>> >>>>>>>>>>>> So, of course, I go to "make" RTcmix in a different directory, and it >>>>>>>>>>>> doesn't work: >>>>>>>>>>>> >>>>>>>>>>>> "library not found for -lrtcmix" >>>>>>>>>>>> >>>>>>>>>>>> I get libgen.dylib but not librtcmix.dylib. No binaries are created. >>>>>>>>>>>> >>>>>>>>>>>> What configuration do I need to change to get RTcmix to build >>>>>>>>>>>> librtcmix? Some library path issue, I think, but I don't know how to >>>>>>>>>>>> straighten the kinks out. >>>>>>>>>>>> >>>>>>>>>>>> Thanks! >>>>>>>>>>>> Neil >>>>>>>>>>>> >>>>>>>>>>>> -- >>>>>>>>>>>> Neil Thornock, D.M. >>>>>>>>>>>> No Stopping, Standing, or Parking: >>>>>>>>>>>> http://neilthornock.net/mp3s/nostopping.mp3 >>>>>>>>>>>> Assistant Professor of Music >>>>>>>>>>>> Composition/Theory >>>>>>>>>>>> Brigham Young University >>>>>>>>>>>> _______________________________________________ >>>>>>>>>>>> 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 >>>>>>>>> >>>>>>>>> >>>>>>>>> >>>>>>>>> -- >>>>>>>>> Neil Thornock, D.M. >>>>>>>>> No Stopping, Standing, or Parking: >>>>>>>>> http://neilthornock.net/mp3s/nostopping.mp3 >>>>>>>>> Assistant Professor of Music >>>>>>>>> Composition/Theory >>>>>>>>> Brigham Young University >>>>>>>>> _______________________________________________ >>>>>>>>> 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 >>>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>> -- >>>>>>> Neil Thornock, D.M. >>>>>>> No Stopping, Standing, or Parking: >>>>>>> http://neilthornock.net/mp3s/nostopping.mp3 >>>>>>> Assistant Professor of Music >>>>>>> Composition/Theory >>>>>>> Brigham Young University >>>>>> >>>>>> >>>>>> >>>>>> -- >>>>>> Neil Thornock, D.M. >>>>>> No Stopping, Standing, or Parking: >>>>>> http://neilthornock.net/mp3s/nostopping.mp3 >>>>>> Assistant Professor of Music >>>>>> Composition/Theory >>>>>> Brigham Young University >>>>> >>>>> >>>>> >>>>> -- >>>>> Neil Thornock, D.M. >>>>> No Stopping, Standing, or Parking: >>>>> http://neilthornock.net/mp3s/nostopping.mp3 >>>>> Assistant Professor of Music >>>>> Composition/Theory >>>>> Brigham Young University >>>>> _______________________________________________ >>>>> 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 >>> >>> >>> >>> -- >>> Neil Thornock, D.M. >>> No Stopping, Standing, or Parking: >>> http://neilthornock.net/mp3s/nostopping.mp3 >>> Assistant Professor of Music >>> Composition/Theory >>> Brigham Young University >>> _______________________________________________ >>> 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 -- Neil Thornock, D.M. No Stopping, Standing, or Parking: http://neilthornock.net/mp3s/nostopping.mp3 Assistant Professor of Music Composition/Theory Brigham Young University _______________________________________________ RTcmix-discuss mailing list RTcmix-discuss@... http://music.columbia.edu/mailman/listinfo/rtcmix-discuss |
|
|
Re: install issues with librtcmixNeil, I have a tarball I retrieved from my time machine backup from last July. It does not have the same dependency, so you could try that. I'll send it to you.
J On Dec 15, 2011, at 5:38 PM, Neil Thornock wrote: > That must be it. My old 2009 tarball (which I was using yesterday) > works just fine. > > I'll live 2 years in the past for now! > > Thanks guys! It's been a pleasurable afternoon! > > On Thu, Dec 15, 2011 at 3:34 PM, Brad Garton <garton@...> wrote: >> Ah - -that's it. >> >> Neil, in the meantime you might try checking out one of the older tarballs >> (within the last month or week or one of those). >> >> brad >> >> >> On Dec 15, 2011, at 5:31 PM, John Gibson wrote: >> >>> Okay, that's it. Doug's new multiprocessor code uses a header that doesn't exist on 10.5.8. >>> >>> Doug is there a way to ifdef this out cleanly? >>> >>> J >>> >>> >>> On Dec 15, 2011, at 5:28 PM, Neil Thornock wrote: >>> >>>> 10.5.8 >>>> i686-apple-darwin9-gcc-4.0.1 (GCC) 4.0.1 (Apple Inc. build 5490) >>>> >>>> I had this building perfectly yesterday. I wanted to rebuild today to >>>> relink everything in a different location. Is everybody sure this >>>> isn't somehow the result of not distcleaning my other install? >>>> >>>> Thanks for the help -- hopefully it's sort-out-able. >>>> >>>> On Thu, Dec 15, 2011 at 3:23 PM, John Gibson <johgibso@...> wrote: >>>>> Neil, what OS version are you running? Also, the output of gcc --version might be useful. >>>>> >>>>> The same snapshot builds on my 10.6.8 machine. >>>>> >>>>> J >>>>> >>>>> On Dec 15, 2011, at 5:08 PM, Neil Thornock wrote: >>>>> >>>>>> Another clue: >>>>>> >>>>>> No rule to make target >>>>>> `/Users/Shared/RTcmix-all-121511/src/audio/librtaudio.a', needed by >>>>>> `cmixplay' >>>>>> >>>>>> On Thu, Dec 15, 2011 at 3:04 PM, Neil Thornock <neilthornock@...> wrote: >>>>>>> Hmmm... my files aren't making it through to the list, so here they are: >>>>>>> >>>>>>> neilthornock.net/conf.out >>>>>>> neilthornock.net/make.out >>>>>>> >>>>>>> Hopefully that works! >>>>>>> >>>>>>> Like I said in one of my "too-big-posts" -- no bin of any type gets >>>>>>> made. CMIX itself never "makes" successfully. >>>>>>> >>>>>>> On Thu, Dec 15, 2011 at 3:03 PM, Neil Thornock <neilthornock@...> wrote: >>>>>>>> Here they are, with a fresh tarball. >>>>>>>> >>>>>>>> To answer the "bin" issue -- no bin of any type whatsoever gets >>>>>>>> created. CMIX itself never gets "made" successfully. >>>>>>>> >>>>>>>> On Thu, Dec 15, 2011 at 3:01 PM, Joel Matthys <jwmatthys@...> wrote: >>>>>>>>> In my experience, when an install fails and a file of bin is created (rather >>>>>>>>> than a directory) you need to remove it manually. Not even distclean gets >>>>>>>>> rid of it. And it mucks up any further attempts to build. >>>>>>>>> >>>>>>>>> Joel >>>>>>>>> >>>>>>>>> >>>>>>>>> On Thu, 2011-12-15 at 16:58 -0500, John Gibson wrote: >>>>>>>>> >>>>>>>>> No, these aren't cached. Can you grab a new tarball and show us the output >>>>>>>>> of your configure and make? >>>>>>>>> >>>>>>>>> J >>>>>>>>> >>>>>>>>> >>>>>>>>> >>>>>>>>> On Dec 15, 2011, at 4:41 PM, Neil Thornock <neilthornock@...> wrote: >>>>>>>>> >>>>>>>>>> Are there library links that get cached somewhere? >>>>>>>>>> >>>>>>>>>> I've tried various tarballs, old and new, with exactly the same >>>>>>>>>> results; something tells me some library linkage is cached... >>>>>>>>>> >>>>>>>>>> On Thu, Dec 15, 2011 at 2:37 PM, John Gibson <johgibso@...> wrote: >>>>>>>>>>> Maybe I didn't understand. Anyway, I would start over again with a fresh >>>>>>>>>>> tarball from rtcmix.org. >>>>>>>>>>> >>>>>>>>>>> J >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> On Dec 15, 2011, at 4:31 PM, John Gibson <johgibso@...> wrote: >>>>>>>>>>> >>>>>>>>>>>> Now you need to do... >>>>>>>>>>>> >>>>>>>>>>>> ./configure --with-python >>>>>>>>>>>> make >>>>>>>>>>>> make install >>>>>>>>>>>> >>>>>>>>>>>> (for example, if you're using python ever) >>>>>>>>>>>> >>>>>>>>>>>> J >>>>>>>>>>>> >>>>>>>>>>>> >>>>>>>>>>>> On Dec 15, 2011, at 4:27 PM, Neil Thornock wrote: >>>>>>>>>>>> >>>>>>>>>>>>> Here we go again... this feels like 2007. >>>>>>>>>>>>> >>>>>>>>>>>>> I had a functioning RTcmix install which I unfortunately deleted (I >>>>>>>>>>>>> wiped out the entire directory) before running "make uninstall; make >>>>>>>>>>>>> clean; make distclean", which is what I think is needed before >>>>>>>>>>>>> reinstalling in another location -- right? >>>>>>>>>>>>> >>>>>>>>>>>>> So, of course, I go to "make" RTcmix in a different directory, and it >>>>>>>>>>>>> doesn't work: >>>>>>>>>>>>> >>>>>>>>>>>>> "library not found for -lrtcmix" >>>>>>>>>>>>> >>>>>>>>>>>>> I get libgen.dylib but not librtcmix.dylib. No binaries are created. >>>>>>>>>>>>> >>>>>>>>>>>>> What configuration do I need to change to get RTcmix to build >>>>>>>>>>>>> librtcmix? Some library path issue, I think, but I don't know how to >>>>>>>>>>>>> straighten the kinks out. >>>>>>>>>>>>> >>>>>>>>>>>>> Thanks! >>>>>>>>>>>>> Neil >>>>>>>>>>>>> >>>>>>>>>>>>> -- >>>>>>>>>>>>> Neil Thornock, D.M. >>>>>>>>>>>>> No Stopping, Standing, or Parking: >>>>>>>>>>>>> http://neilthornock.net/mp3s/nostopping.mp3 >>>>>>>>>>>>> Assistant Professor of Music >>>>>>>>>>>>> Composition/Theory >>>>>>>>>>>>> Brigham Young University >>>>>>>>>>>>> _______________________________________________ >>>>>>>>>>>>> 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 >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> -- >>>>>>>>>> Neil Thornock, D.M. >>>>>>>>>> No Stopping, Standing, or Parking: >>>>>>>>>> http://neilthornock.net/mp3s/nostopping.mp3 >>>>>>>>>> Assistant Professor of Music >>>>>>>>>> Composition/Theory >>>>>>>>>> Brigham Young University >>>>>>>>>> _______________________________________________ >>>>>>>>>> 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 >>>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> -- >>>>>>>> Neil Thornock, D.M. >>>>>>>> No Stopping, Standing, or Parking: >>>>>>>> http://neilthornock.net/mp3s/nostopping.mp3 >>>>>>>> Assistant Professor of Music >>>>>>>> Composition/Theory >>>>>>>> Brigham Young University >>>>>>> >>>>>>> >>>>>>> >>>>>>> -- >>>>>>> Neil Thornock, D.M. >>>>>>> No Stopping, Standing, or Parking: >>>>>>> http://neilthornock.net/mp3s/nostopping.mp3 >>>>>>> Assistant Professor of Music >>>>>>> Composition/Theory >>>>>>> Brigham Young University >>>>>> >>>>>> >>>>>> >>>>>> -- >>>>>> Neil Thornock, D.M. >>>>>> No Stopping, Standing, or Parking: >>>>>> http://neilthornock.net/mp3s/nostopping.mp3 >>>>>> Assistant Professor of Music >>>>>> Composition/Theory >>>>>> Brigham Young University >>>>>> _______________________________________________ >>>>>> 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 >>>> >>>> >>>> >>>> -- >>>> Neil Thornock, D.M. >>>> No Stopping, Standing, or Parking: >>>> http://neilthornock.net/mp3s/nostopping.mp3 >>>> Assistant Professor of Music >>>> Composition/Theory >>>> Brigham Young University >>>> _______________________________________________ >>>> 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 > > > > -- > Neil Thornock, D.M. > No Stopping, Standing, or Parking: > http://neilthornock.net/mp3s/nostopping.mp3 > Assistant Professor of Music > Composition/Theory > Brigham Young University > _______________________________________________ > 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 |
| Free embeddable forum powered by Nabble | Forum Help |