Welcome, Guest. Please login or register. Did you miss your activation email?

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - ctornieri

Pages: [1]
1
Audio / Re: vorbisenc OS X issue
« on: February 23, 2016, 09:20:41 pm »
OK thanks. I did install it but something went wrong.

I made a clean install. Everything seems to work now.

Thanks for your support.

Christophe

2
Audio / Re: vorbisenc OS X issue
« on: February 23, 2016, 04:41:22 pm »
I've compiled the SFML library from the sources.

I've executed the following actions:

cmake
ccmake

- Turn on shared library build and set build type to release

make

I then use the library into my own code. Compilation went fine.

At execution time, I have the message described above. I have checked that libvorbis is installed.

Christophe

3
Audio / vorbisenc OS X issue
« on: February 22, 2016, 09:52:01 pm »
Hi,

I've compiled  SFML 2.3.2 on OSX and try to use it on my project. Everything compiles fine but when I try to start my application I have the following message:

dyld: Library not loaded: @rpath/../Frameworks/vorbisenc.framework/Versions/A/vorbisenc
  Referenced from: libsfml-audio.2.3.dylib
  Reason: image not found
Trace/BPT trap: 5

I do not know what is wrong ...

Thanks for your help.

Christophe

Pages: [1]
anything