kmatheussen / radium

A graphical music editor. A next generation tracker.
http://users.notam02.no/~kjetism/radium/
GNU General Public License v2.0
842 stars 36 forks source link

"expr~.pd_linux: cannot open shared object file #7

Closed StudioDotfiles closed 11 years ago

StudioDotfiles commented 11 years ago

The change log of my checkout said: "pd: Update to latest libpd. Include extra externals" but it seems they where not actually included yet.

The last few lines of output where: New SoundProducer. Inputs: 0, Ouptuts: 2 New Chip. Inputs: 0, Ouptuts: 2 Made chip 0xb86c348 /usr/bin/ld: warning: cannot find entry symbol nd-group; defaulting to 0000000000002460 Unable to create libpds instance. Error message: "expr~.pd_linux: cannot open shared object file: No such file or directory" Filename: /tmp/libpd_1378411933_626525_931844394_5RCLdz Aborted

Oh, and I've never actually seen the crash-reporter.

kmatheussen commented 11 years ago

Did you rebuild packages?

rm bin/packages/deletemeorrebuild make packages

This is not a crash, so the crash reporter won't run.

StudioDotfiles commented 11 years ago

I did not. Unfortunately afterwards I still got the same error.

Then I tried renaming .pdextended and all was good again...

On 6 sep. 2013, at 09:12, Kjetil Matheussen notifications@github.com wrote:

Did you rebuild packages?

rm bin/packages/deletemeorrebuild make packages

This is not a crash, so the crash reporter won't run.

— Reply to this email directly or view it on GitHub.

kmatheussen commented 11 years ago

If you do a clean checkout of radium, it will work. I though just deleting bin/packages/deletemeorrebuild was enough, but it wasn't.