search for: __gnug__

Displaying 8 results from an estimated 8 matches for "__gnug__".

Did you mean: __gnuc__
2004 Aug 06
2
Speex 1.0 RC2 released
I'd like to announce the second release candidate for Speex 1.0. It fixes some minor bugs and reduces the binary size somewhat as the codebooks were converted from float values to chars. As a result of this, files encoded with earlier versions will have a slight increase in noise (typically less than 1 dB) when decoded with the newer decoder. As with the last release, you are encouraged to
2016 Jun 30
0
Building LLVM under Cygwin32 fails
Googling indicates that cygwin doesn't have that functionality. Or, at least, didn't in 2010, when someone asked about the same problem: https://cygwin.com/ml/cygwin/2010-01/msg00596.html "cygwin has only dlsym() not the SGI DL_info + dladdr() yet. clang just needs it to get the path for the CIndex dll. This should be possible with the code in the LLVM_ON_WIN32 section, and convert
2004 Aug 06
0
minor suggestions
...atches the alignment used to compile libspeex. The easiest approach is to do something like: #if SUPPORTS_PRAGMA_PACK #pragma pack (push,8) #endif // all struct definitions in speex.h #if SUPPORTS_PRAGMA_PACK #pragma pack (pop) #endif And then define SUPPORTS_PRAGMA_PACK for _MSC_VER, __ICL and __GNUG__ (can't remember whether it was 2.96 or 3.0 that added support for this pragma). <p>The last time I checked Ogg Vorbis had the same problem with regard to struct packing and it is very annoying having to deal with from a developer point of view. -- Daniel, Epic Games Inc. --- >8 ----...
2009 Jul 02
3
[LLVMdev] LLVM under Syllable
I tried to Build LLVM under Syllable, but it was failed on the next moment http://clip2net.com/clip/m0/1246547164-clip-99kb.png any ideas? -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20090702/346df366/attachment.html>
2016 Jun 30
3
Building LLVM under Cygwin32 fails
I am updating our out-of-tree copy of LLVM to track the head (revision #272991 specifically). I have it building successfully with VC++ 2013 and CMake v3.5.2 on Windows, and with GCC v4.8.5 and CMake v3.5.2 on CentOS; but when I try building on Windows using Cygwin32 I get the following build failures: [ 4%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/Signals.cpp.o In file
2004 Aug 06
2
minor suggestions
...ch is to do > something like: > > #if SUPPORTS_PRAGMA_PACK > #pragma pack (push,8) > #endif > > // all struct definitions in speex.h > > #if SUPPORTS_PRAGMA_PACK > #pragma pack (pop) > #endif > > And then define SUPPORTS_PRAGMA_PACK for _MSC_VER, __ICL and __GNUG__ (can't > remember whether it was 2.96 or 3.0 that added support for this pragma). > > > The last time I checked Ogg Vorbis had the same problem with regard to > struct packing and it is very annoying having to deal with from a developer > point of view. > > -- Daniel,...
2003 Sep 14
6
chan_capi
Hi chan_capi users, this thing is awesome, no delays like in modem_i4l! Plus, it got those nice ISDN features. Here's my question: Does my service provider (Deutsche Telekom) have to provide me with these Services (CD, ECT)? (the Readme in 0.2.5 says "does not relay on service CD") I know, that I don't have CFU,CFNR,CFBS (which I would have to order seperately). How likely
2012 Apr 30
5
[PATCH 0/4 v1] Remove gettextify, implement OCaml gettext.
Version 1 of the patch, for discussion, but not to be applied. It does work, but needs a lot more testing. This removes all the psychopathic gettextify cruft, and replaces it with a 99 line Makefile.am. A large win, I think. The third patch implements gettext support in the OCaml tools. The fourth patch is just for illustration. It shows the consequent changes to libguestfs.pot and the po