Thread: [Sndobj-devel] Build error: Source `_sndobj.so' not found
Status: Abandoned
Brought to you by:
veplaini
From: Mason F. <moo...@gm...> - 2009-10-18 19:26:11
Attachments:
scons.txt
scons-install.txt
|
Hello, Excited to get started using python SndObj but I am having issues building/installing it. The error is: scons: *** [/usr/lib/python2.6/dist-packages/_sndobj.so] Source `_sndobj.so' not found, needed by target `/usr/lib/python2.6/dist-packages/_sndobj.so'. I have tried copying _libsndobj.so to /usr/lib/python2.6/dist-packages/ and /usr/local/lib Any help would greatly appreciated. Thanks in advance, The build log and install log are attached -Mason Fischer |
From: victor <Vic...@nu...> - 2009-10-18 21:13:24
|
The Python module is called _sndobj.so, not _libsndobj.so. The SndObj library is built into either libsndobj.so or libsndobj.a, depending if you are using dynamic or static builds. Victor ----- Original Message ----- From: "Mason Fischer" <moo...@gm...> To: <snd...@li...> Sent: Sunday, October 18, 2009 8:17 PM Subject: [Sndobj-devel] Build error: Source `_sndobj.so' not found > Hello, > Excited to get started using python SndObj but I am having > issues building/installing it. > The error is: > > scons: *** [/usr/lib/python2.6/dist-packages/_sndobj.so] Source > `_sndobj.so' not found, needed by target > `/usr/lib/python2.6/dist-packages/_sndobj.so'. > > I have tried copying _libsndobj.so to > /usr/lib/python2.6/dist-packages/ and /usr/local/lib > > Any help would greatly appreciated. > > Thanks in advance, > > The build log and install log are attached > > -Mason Fischer > -------------------------------------------------------------------------------- > ------------------------------------------------------------------------------ > Come build with us! The BlackBerry(R) Developer Conference in SF, CA > is the only developer event you need to attend this year. Jumpstart your > developing skills, take BlackBerry mobile applications to market and stay > ahead of the curve. Join us from November 9 - 12, 2009. Register now! > http://p.sf.net/sfu/devconference -------------------------------------------------------------------------------- > _______________________________________________ > Sndobj-devel mailing list > Snd...@li... > https://lists.sourceforge.net/lists/listinfo/sndobj-devel > |
From: Daniel S. <das...@gm...> - 2009-10-19 00:49:41
|
Hi, What distribution are you building on? There are packages for debian based, x86, amd64, lpia, also if your using fedora, there is some work i think for building the appropriate rpm, maybe i could look into setting up some kind of repo if its needed. On Sun, Oct 18, 2009 at 3:17 PM, Mason Fischer <moo...@gm...>wrote: > Hello, > Excited to get started using python SndObj but I am having > issues building/installing it. > The error is: > > scons: *** [/usr/lib/python2.6/dist-packages/_sndobj.so] Source > `_sndobj.so' not found, needed by target > `/usr/lib/python2.6/dist-packages/_sndobj.so'. > > I have tried copying _libsndobj.so to > /usr/lib/python2.6/dist-packages/ and /usr/local/lib > > Any help would greatly appreciated. > > Thanks in advance, > > The build log and install log are attached > > -Mason Fischer > > > ------------------------------------------------------------------------------ > Come build with us! The BlackBerry(R) Developer Conference in SF, CA > is the only developer event you need to attend this year. Jumpstart your > developing skills, take BlackBerry mobile applications to market and stay > ahead of the curve. Join us from November 9 - 12, 2009. Register now! > http://p.sf.net/sfu/devconference > _______________________________________________ > Sndobj-devel mailing list > Snd...@li... > https://lists.sourceforge.net/lists/listinfo/sndobj-devel > > |
From: Daniel S. <das...@gm...> - 2009-10-19 15:15:35
|
I have a ppa you can use if your using jaunty, ill be making karmic packages after the official release when i have some time https://launchpad.net/~dasacc22/+archive/sndobj/+packages On Sun, Oct 18, 2009 at 11:23 PM, Mason Fischer <moo...@gm...>wrote: > Hey, > Yes, I meant that I copied _sndobj.so my mistake. I am using > Ubuntu. I am willing to help set up a repo if I can. > Thanks, > > -Mason Fischer > > On Sun, Oct 18, 2009 at 8:41 PM, Daniel Skinner <das...@gm...> > wrote: > > Hi, > > What distribution are you building on? There are packages for debian > based, > > x86, amd64, lpia, also if your using fedora, there is some work i think > for > > building the appropriate rpm, maybe i could look into setting up some > kind > > of repo if its needed. > > > > On Sun, Oct 18, 2009 at 3:17 PM, Mason Fischer <moo...@gm...> > > wrote: > >> > >> Hello, > >> Excited to get started using python SndObj but I am having > >> issues building/installing it. > >> The error is: > >> > >> scons: *** [/usr/lib/python2.6/dist-packages/_sndobj.so] Source > >> `_sndobj.so' not found, needed by target > >> `/usr/lib/python2.6/dist-packages/_sndobj.so'. > >> > >> I have tried copying _libsndobj.so to > >> /usr/lib/python2.6/dist-packages/ and /usr/local/lib > >> > >> Any help would greatly appreciated. > >> > >> Thanks in advance, > >> > >> The build log and install log are attached > >> > >> -Mason Fischer > >> > >> > >> > ------------------------------------------------------------------------------ > >> Come build with us! The BlackBerry(R) Developer Conference in SF, CA > >> is the only developer event you need to attend this year. Jumpstart your > >> developing skills, take BlackBerry mobile applications to market and > stay > >> ahead of the curve. Join us from November 9 - 12, 2009. Register now! > >> http://p.sf.net/sfu/devconference > >> _______________________________________________ > >> Sndobj-devel mailing list > >> Snd...@li... > >> https://lists.sourceforge.net/lists/listinfo/sndobj-devel > >> > > > > > |