search for: libgsm

Displaying 20 results from an estimated 58 matches for "libgsm".

Did you mean: libgsf
2010 Jul 14
1
Re: Trouble with libgsm on Mac OS X 10.6.2
Below are my instructions for getting a libgsm friendly version of Wine compiled on SnowLeopard. I assume that you already have wine-devel installed and configured to your liking. I also assume that you use MacPorts for package management. [1] Uninstall wine-devel Code: sudo port uninstall wine-devel [2] Edit the portfile for wine-devel....
2010 Sep 11
2
Re: Trouble with libgsm on Mac OS X 10.6.2
ralniv wrote: > Below are my instructions for getting a libgsm friendly version of Wine compiled on SnowLeopard. I assume that you already have wine-devel installed and configured to your liking. I also assume that you use MacPorts for package management. > > [1] Uninstall wine-devel > > Code: > sudo port uninstall wine-devel > > &gt...
2010 Aug 21
1
Re: Trouble with libgsm on Mac OS X 10.6.2
I'm following the instructions posted above, and I'm still getting the: err:gsm:GSM_drvLoad Couldn't load libgsm.1.0.13.dylib: dlopen(libgsm.1.0.13.dylib, 258): image not found I've copied it to: /usr/lib/libgsm.1.0.13.dylib and symlinked it to: /usr/lib/libgsm.dylib and /usr/local/lib/libgsm.dylib just in case. Though, it still fails after the blue bar fills. It throws a: "err:mmtime:TIME_MMTime...
2010 Jun 22
4
Where can I find libgsm development files?
Code: configure: libgsm development files not found, gsm 06.10 codec won't be supported. Where can I find the source for libgsm? I've done thorough searches on Google and found nothing.
2010 Dec 04
2
Re: Trouble with libgsm on Mac OS X 10.6.2
The only way I could get rid of the err for gsm on launch was to copy libgsm to my DDO folder, even those I use DYLD_FALLBACK_LIBRARY_PATH, and libgsm is in all of those locations. Here's my launching script: Code: on run --edit this to be the correct location and file to run (typically only edit after the "drive_c") set toRun to "Volumes/P...
2010 Jul 14
3
Trouble with libgsm on Mac OS X 10.6.2
ralniv <wineforum-user at winehq.org> wrote: >Sent: Jul 14, 2010 12:48 AM >To: wine-users at winehq.org >Subject: [Wine] Re: Trouble with libgsm on Mac OS X 10.6.2 > >The above instructions lead to the following error in the Terminal window while running LOTRO... > > err:gsm:GSM_drvLoad Couldn't load libgsm.1.0.13.dylib: dlopen(libgsm.1.0.13.dylib, 258): image not found > >Not sure what "image not found" mean...
2009 Aug 09
4
Libgsm Dev 32 bit libs on 64 bit
Ubuntu 9.04, can't find the libgsm-dev for 32 bit, i installed the libgsm1-dev but believe that is 64 bit, any help would be appreaciated. -- Sincerely, MacNean C. Tyrrell -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://www.winehq.org/pipermail/wine-users/attachments/20090808/17c1864d/at...
2010 May 20
3
GSM Problems
...#39;t had any luck, I downloaded the most recent GSM library from http://www.quut.com/gsm/ and manually modified the Makefile to have it install to proper folders.. installed.. and heres proof that files are there in my /usr/lib folder! Code: -r--r--r-- 1 root root 53506 2010-05-14 01:40 /usr/lib/libgsm.a lrwxrwxrwx 1 root root 11 2010-05-14 01:45 /usr/lib/libgsm.so -> libgsm.so.1 and even during compile it recognizes the headers: Code: ./configure | grep gsm checking gsm.h usability... yes checking gsm.h presence... yes checking for gsm.h... yes checking gsm/gsm.h usability... yes che...
2010 Oct 30
1
Re: Trouble with libgsm on Mac OS X 10.6.2
Folks, In answer to the error "libgsm 32-bit development files not found," after completing the libtool command, you must copy the library to /usr/lib. "cp lib/* /usr/lib" would do nicely. HTH, David
2011 Jan 10
1
Re: Where can I find libgsm development files?
Did libgsm used to have a website but it got nuked? It isn't exactly in good practice to download source from anyone other than the producer.
2009 Aug 22
0
1.1.28 uploaded for Ubuntu, however libgsm (ventrillo) support broken on 64 bit
I've uploaded my 1.1.28 packages for Ubuntu (9.04 is already built, 8.10 and 8.04 are still building as I write this). One of the fixes in this package is to build with support for libgsm, a new feature in Wine that allows Ventrillo support. However, this will only work on 32-bit Ubuntu at this time, as there is no 32 bit version of this library available on Ubuntu 64. I've already fixed this in the development version (Ubuntu 9.10) and the "wine1.2" package there....
2010 Sep 01
1
Re: Trouble with libgsm on Mac OS X 10.6.2
Added the LD_LIBRARY_PATH you suggested mate, now it gives me this: > fixme:win:FlashWindowEx 0x32d170 > fixme:winsock:WSAIoctl WS_SIO_UDP_CONNRESET stub > fixme:keyboard:X11DRV_ActivateKeyboardLayout 0x4090409, 0000: semi-stub! > fixme:keyboard:X11DRV_ActivateKeyboardLayout 0x4090409, 0000: semi-stub! > fixme:keyboard:X11DRV_ActivateKeyboardLayout 0x4090409, 0000: semi-stub! >
2010 Sep 06
1
Re: Trouble with libgsm on Mac OS X 10.6.2
James McKenzie wrote: > doh123 wrote: > > > I'm not sure LD_LIBRARY_PATH actually does anything on OSX... > > > > there are a lot of related things you can do though... just look at 'man dyld' > > > > > > > Doh123: > > Yes it does. Look it up for FreeBSD. > > Without it, the only directories that will be examined for
2010 Sep 07
0
[Fwd: Re: Trouble with libgsm on Mac OS X 10.6.2]
James McKenzie wrote: > rwoodsmall wrote: >> James McKenzie wrote: >> >>> doh123 wrote: >>> >>> >>>> I'm not sure LD_LIBRARY_PATH actually does anything on OSX... >>>> >>>> there are a lot of related things you can do though... just look at >>>> 'man dyld' >>>> >>>>
2010 Sep 07
3
[Fwd: Trouble with libgsm on Mac OS X 10.6.2]
I'm far from an expert on the subject matter. Maybe some app that was written for Linux/BSD or whatever is looking at a LD_LIBRARY_PATH on its own and its nothing to do with the OS? I've never tried messing with LD_LIBRARY_PATH on OSX, but its not *supposed* to do anything normally. The OS Relies on DYLD_LIBRARY_PATH. If you change it, you have to make sure it encompasses every single
2010 Aug 27
3
Wine 1.2 on Mac Leopard, Civ4 startup error "Failed Initiating Python"
...all frames for .ani cursors not implemented. fixme:cursor:CURSORICON_CreateIconFromANI Loading all frames for .ani cursors not implemented. fixme:wave:widDsCreate DirectSoundCapture not implemented fixme:wave:widDsCreate The (slower) DirectSound HEL mode will be used instead. err:gsm:GSM_DriverProc libgsm support not compiled in! err:gsm:GSM_DriverProc libgsm support not compiled in! err:gsm:GSM_DriverProc libgsm support not compiled in! err:gsm:GSM_DriverProc libgsm support not compiled in! err:gsm:GSM_DriverProc libgsm support not compiled in! err:gsm:GSM_DriverProc libgsm support not compiled in!...
2003 Jun 24
3
Compiling Asterisk under Yellow Dog
Hi, I am trying to compile Asterisk under Yellow Dog 3.0 distributionn. I am getting an error gcc -shared -Xlinker -x -o codec_gsm.so codec_gsm.o -lgsm /usr/bin/ld: cannot find -lgsm May be I need packages that my distribution does not include? What do I need to download to get it compiled? Thanks Serge _________________________________________________________________ The new MSN 8: smart spam
2010 Aug 29
1
Re: Trouble with libgsm on Mac OS X 10.6.2
Code: Apple_PubSub_Socket_Render=/tmp/launch-mcYObM/Render BASH=/bin/bash BASH_ARGC=() BASH_ARGV=() BASH_LINENO=() BASH_SOURCE=() BASH_VERSINFO=([0]="3" [1]="2" [2]="17" [3]="1" [4]="release" [5]="i386-apple-darwin9.0") BASH_VERSION='3.2.17(1)-release' CLICOLOR=true COLUMNS=270 COMMAND_MODE=unix2003 DIRSTACK=()
2011 Jan 17
1
Continuously core dumping of 1.8 on SLES
...+++++++++++++++++++++++++++++++++++++++ And in /var/log/asterisk/messages: [Jan 14 17:46:59] NOTICE[16133] cdr.c: CDR simple logging enabled. [Jan 14 17:46:59] NOTICE[16133] loader.c: 211 modules will be loaded. [Jan 14 17:47:00] WARNING[16133] loader.c: Error loading module 'codec_gsm.so': libgsm.so.1: cannot open shared object file: No such file or directory [Jan 14 17:47:00] NOTICE[16133] res_odbc.c: res_odbc loaded. [Jan 14 17:47:00] NOTICE[16133] res_smdi.c: No SMDI interfaces are available to listen on, not starting SMDI listener. [Jan 14 17:47:00] WARNING[16133] loader.c: Error loadin...
2011 Nov 11
4
Compiling wine in Ubuntu Oneiric
...low. Code: configure: OpenCL 32-bit development files not found, OpenCL won't be supported. configure: libhal/libdbus 32-bit development files not found, no dynamic device support. configure: gstreamer-0.10 base plugins 32-bit development files not found, gstreamer support disabled configure: libgsm 32-bit development files not found, gsm 06.10 codec won't be supported. P.s, I bother compiling from source because of various patches that aren't in wine yet, ie, raw input patch for Deus Ex HR, a fix for Starcraft 2, etc. No idea what's going on, help would be great. If you need m...