-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
On 2012-02-16 22:28, Antoine Villeret wrote:
pdgst is working on 32 bit but i got an undefined symbol error on 64 bit : pdgst.pd_linux: undefined symbol: g_object_get_property
seems like a problem with gstreamer/glib...
and I also noticed that making Gem as a normal user lead to an error :
Assembler messages: Fatal error: can't create .libs/gem_modelOBJ_la-modelOBJ.o: Permission denied
i think you have leftovers from a previous build run as a different user (probably root).
something like: $ chown -R antoine . $ make
should do the trick (until next time you decide to run "sudo make")
hmst IOhannes