search for: symbian

Displaying 20 results from an estimated 168 matches for "symbian".

2006 Jan 02
0
Speex 1.1.11.1 not work on symbian
Dear sirs, Speex fails to link with my application on symbian, sdk versions 2nd edition fp2 and fp3 with this errors: ..\..\..\SYMBIAN\8.0A\S60_2ND_FP2\EPOC32\RELEASE\ARMI\UREL\SPEEX.LIB(../../../SYMBIAN/8.0A/S60_2ND_FP2/EPOC32/BUILD/SRC/SPEEX/SYMBIAN/SPEEX/ARMI/UREL/SPEEX.o)(.text+0x158):Speex.c: undefined reference to `floor' ..\..\..\SYMBIAN\8.0A\S60_...
2006 Apr 21
2
error in abld build wins udeb
I am trying to compile speex.1.1.12 for Symbian OS but I get lots of errors: C:\Programmi\Symbian\7.0s\Series60_v21\Series60Ex\speex-1.1.12\symbian>abld buil d wins udeb make -r -f "\Programmi\Symbian\7.0s\Series60_v21\EPOC32\BUILD\PROGRAMMI\SYMBI AN\7.0S\SERIES60_V21\SERIES60EX\SPEEX- 1.1.12\SYMBIAN\EXPORT.make" EXPORT VERBOSE...
2006 Apr 21
0
errors in abld build wins udeb
I am trying to compile speex.1.1.12 for Symbian OS but I get lots of errors: C:\Programmi\Symbian\7.0s\Series60_v21\Series60Ex\speex-1.1.12\symbian>abld buil d wins udeb make -r -f "\Programmi\Symbian\7.0s\Series60_v21\EPOC32\BUILD\PROGRAMMI\SYMBI AN\7.0S\SERIES60_V21\SERIES60EX\SPEEX- 1.1.12\SYMBIAN\EXPORT.make" EXPORT VERBOSE...
2006 Apr 21
0
error in abld build wins udeb
Le vendredi 21 avril 2006 ? 12:12 +0200, Paola Ruo Rui a ?crit : > I am trying to compile speex.1.1.12 for Symbian OS but I get lots of > errors: I think you might (no guaranty) have a better chance of getting help if your error messages are in a language people on this list understand. Jean-Marc > > C:\Programmi\Symbian\7.0s\Series60_v21\Series60Ex\speex-1.1.12 > \symbian>abld buil > d...
2009 Jun 24
1
Building Speex project in Symbian(Carbide C/C++)
Hi Everybody: I am doing the project in speex, and want to make the lib/dll in symbian platform. I checked there is one symbian project file, including bld and mmp files in speex-1.2rc1. But while I import the project and compile in Carbide. It showing so many errors: ***Invoking abld command perl.exe -S ABLD.PL \Symbian\Carbide\workspace\speex\symbian\ export mak...
2006 Oct 20
5
To symbian and speex developers! Building instructions
Hello to everyone! During building speex library for Symbian OS I encountered some problems. All thess problems can be solved by modifying the speex sources. I don't have access to SVN repository of speex, so I will just describe the changes to be done: 1) mmp file in symbian derictory misses windows.c sources. You need to add this string into speex.mmp...
2006 Oct 11
2
Symbian port
A couple of things to be noted on the symbian port. 1. the spokn.mmp file is missing window.c, please add that. 2. smallft.c is not required. it has global data that prevents compilation on symbian. 3. lbr_48k_tabels.c has a global variable called dummy_epic_48k_variable on line 37. this has to be commneted out too. 4. check that all tables...
2006 Nov 15
2
[PATCH] symbian port
hi, this patch should fix the symbian build. /alfred -------------- next part -------------- A non-text attachment was scrubbed... Name: speex-symbian2.patch Type: text/x-patch Size: 2669 bytes Desc: not available Url : http://lists.xiph.org/pipermail/speex-dev/attachments/20061115/5ac4915e/speex-symbian2.bin
2006 Nov 15
1
[PATCH] symbian port
...ere are some errors in the speex.mmp file. the filters.c is duplicated, and the fft/kiss.c files are still missing.. /alfred Jean-Marc Valin wrote: > Applied in svn. Thanks. > > Jean-Marc > > Alfred E. Heggestad a ?crit : >> hi, >> >> this patch should fix the symbian build. >> >> >> /alfred >> >> >> ------------------------------------------------------------------------ >> >> Index: symbian/bld.inf >> =================================================================== >> --- symbian/bld.inf (revision...
2004 Mar 01
1
Vorbis on Symbian
Hey all, I was searching the internet and came across some code in the Vorbis repository that claims to have ported Ogg Vorbis to Symbian. I downloaded the tarball and was able to compile it on my system. So I'm new to Symbian audio programming, and even newer to Vorbis. :) Is there a quick 'n dirty API I can use to just start playing an OGG file from within my Symbian app, or do I have to code on top of vorbisfile as...
2007 Dec 11
0
[PATCH] update symbian build
This patch updates the symbian build files to latest svn trunk, and also adds a new makefile for speexdsp. Signed-off-by: Alfred E. Heggestad <aeh@db.org> --- Index: symbian/speexdsp.mmp =================================================================== --- symbian/speexdsp.mmp (revision 0) +++ symbian/speexdsp.mmp (revi...
2006 Oct 22
2
Bug with the new preprocessor
...e with subject or body 'help' to speex-dev-request@xiph.org You can reach the person managing the list at speex-dev-owner@xiph.org When replying, please edit your Subject line so it is more specific than "Re: Contents of Speex-dev digest..." Today's Topics: 1. Re: To symbian and speex developers! Building instructions (Jean-Marc Valin) ---------------------------------------------------------------------- Message: 1 Date: Sat, 21 Oct 2006 16:24:07 +1000 From: Jean-Marc Valin <jean-marc.valin@usherbrooke.ca> Subject: Re: [Speex-dev] To symbian and speex d...
2006 Oct 20
0
To symbian and speex developers! Building instructions
I think this mail was intended for the group. jean, please change that one line in filters.c (I too confirm this change in my symbian build). the mmp file should also be updated by including the windows.c. I also recommend taking out mfd.c from the mmp file as the ARM cpu is too slow to support echo cancellation and preprocessing that require floats. thanks payu, for the input. i remeber fixing this but i promptly forgot whi...
2006 Nov 15
0
[PATCH] symbian port
Applied in svn. Thanks. Jean-Marc Alfred E. Heggestad a ?crit : > hi, > > this patch should fix the symbian build. > > > /alfred > > > ------------------------------------------------------------------------ > > Index: symbian/bld.inf > =================================================================== > --- symbian/bld.inf (revision 12114) > +++ symbian/bld.inf (wo...
2009 May 20
2
[LLVMdev] LLVM-GCC and Symbian
Hi, I noticed that there is some kind of reference to Symbian support in LLVM-GCC, and I'm trying to find out more about it. I configured llvm- gcc-4.2-2.5 using: > ../configure --prefix=/opt/stow/llvm-gcc-2.5/ --enable-llvm=/home/wim/Documents/Sources/llvm-2.5/OBJ_ROOT/ --disable-bootstrap --disable-multilib --enable-checking --target arm-none-symbia...
2008 May 23
3
Speex realtime encoding/decoding "Real world" usage for Windows Mobile / Symbian device
...s and some said >> that Speex simply does not work on mobile devices. > > There's nothing magic about "mobile devices". Either the CPU is powerful > enough or it isn't. > >> I got the feedback that Speex require too much computation power to run >> on Symbian OS and Windows Mobile devices doing encoding/decoding in >> realtime with all the Narrowband-enabled features. >> >> I crawled the mailing list archive and the internet and i was not able >> to find out a precise answer to my doubt. > > I remember several mentions on t...
2005 Jun 28
2
Speex and Symbian
Hi every one, I know that speex suports Symbian now in the unstable release but I wounder if any one can compile a decoder for Symbian MMF? I have googled for one but ending up with only "yes, speex suports Symbina" and no binary. I would use it to finaly listen on my audiobooks but I think it would be a good demonstration aplication....
2006 Oct 11
0
Symbian port
Hi Ashhar, could you please create a patch (in `diff -u` format) that fixes the build on symbian (preferably without breaking any other platforms ;-) and send it to the list? Even better, if you are actively maintaining code that uses speex on symbian, perhaps you could be given an svn account to check the changes in directly (if Jean-Marc is happy with that). Either way, it's best if yo...
2007 Nov 16
0
Symbian s60v3 port (1/2 working?)
Hi, I now have a port of rsync running on Symbian S60v3 (with openc/pips) which works in both directions :) It is setup to run in daemon mode on the phone and only allow connections from localhost, with remote access granted through reverse ssh port forwarding or a similar VPN technology. For example, reading from an rsync daemon on a mobile ph...
2006 Feb 27
2
Building 1.1.12 for symbian failed
hi, all, I am trying to build 1.1.12 for symbian platform like this: 1, bldmake bldfiles 2, abld build wins udeb (to build for emulator) but building failed, the error message is : nmake -nologo -x - -s -f "\Install\Symbian\8.0a\S60_2nd_FP2\EPOC32\BUILD\HOME\MYOWN\NOKIA\SPEEX\SPEEX-1.1.12\SYMBIAN\SPEEX\WINS\SPEEX.WINS" LIBRARY Mdf.c...