search for: _g_config

Displaying 12 results from an estimated 12 matches for "_g_config".

Did you mean: __config
2004 Sep 03
2
OH323 0.6.3b compilation problem with 1.0 RC2 on RH9
.../gcc-lib/i386-redhat-linux/3.2.2/include/stddef.h:213: syntax error before "typedef" In file included from chan_oh323.c:34: /usr/include/stdio.h:46: syntax error before "typedef" /usr/include/stdio.h:62: syntax error before "typedef" In file included from /usr/include/_G_config.h:44, from /usr/include/libio.h:32, from /usr/include/stdio.h:72, from chan_oh323.c:34: /usr/include/gconv.h:176: parse error before "__flexarr" In file included from /usr/include/libio.h:32, from /usr/include/stdio.h:72,...
2002 Dec 22
1
Cross compiling of software depending on libvorbis
...game project (that depends on libvorbis) for the win32 platform. I use mingw (both native in linux and inside cygwin) to achieve this. But I can't get libvorbis to work because of a dependency problem with libogg. libogg seems to have a file (os_types.h) that depends on an include-file called _G_config.h. This file is supposed to contain some system-specific information like int-size etc., but this file has also been removed from all new versions of mingw/cygwin (after gcc 3.0?). In libvorbis this has been fixed by moving all the system-specific information to the configure script: (http://www.xi...
2002 Dec 10
2
mingw compiling problem for libogg
...int32_t; typedef __int16 ogg_int16_t; +# elif defined(__MINGW32_VERSION) + /* Mingw */ +# include <stdint.h> + typedef int64_t ogg_int64_t; + typedef int32_t ogg_int32_t; + typedef uint32_t ogg_uint32_t; + typedef int16_t ogg_int16_t; # else /* Cygwin */ #include <_G_config.h> --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To unsubscribe from this list, send a message to 'vorbis-dev-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe me...
2004 Aug 26
6
chan_capi module
...for parameter `ast_cdr_append'In file included from /usr/include/asterisk/monitor.h:4, from /usr/include/asterisk/channel.h:34, from chan_capi.c:16: /usr/include/stdio.h:30: error: syntax error before "__BEGIN_DECLS" In file included from /usr/include/_G_config.h:14, from /usr/include/libio.h:32, from /usr/include/stdio.h:72, from /usr/include/asterisk/monitor.h:4, from /usr/include/asterisk/channel.h:34, from chan_capi.c:16: /usr/lib/gcc-lib/i386-redhat-linux/3.3.3/inclu...
2003 Sep 15
1
libogg and libvorbis on MinGW
...f the build environments that my project must build on is MinGW. http://www.mingw.org/ Unfortunately, it seems that there are a few (possibly) minor problems with the libogg and libvorbis build processes which prevent me from building them under MinGW. One is that both of them reference header _G_config.h which does not exist on MinGW. (It only uses it for the typedefs of _ogg_intsize_t types.) Also, apparently, the libvorbis build process requires a script called "ogg-config" which libogg does not generate. I cannot find an example of this script anywhere, even on (linux) machines w...
2007 Nov 05
1
i need a help in getting some files which are missing in speex-1.2 beta 2
Sir, iam a PG student doing thesis work in CELP based speech coding i need to implement the same in ti-6416 kit and i have seen the open source "speex.org" but i found 3 files missing in the source files package the files are the following : 1. types.h 2. alloca.h 3. _G_config.h also i haven't got the source files ( *.snd files and *.dat files) to be encoded that is male.snd and male1.dat files. i have searched these files in www.speex.org. but can't get it. so, please send me these files as early as possible. ----------------------------------------...
2013 Jun 06
2
[LLVMdev] llvm-gcc errors
...â;â, âasmâ or â__attribute__â before âtypedefâ /usr/include/stdio.h:54: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â__USING_NAMESPACE_STDâ In file included from /usr/include/libio.h:32, from /usr/include/stdio.h:75, from simple.c:1: /usr/include/_G_config.h:24: error: expected specifier-qualifier-list before â__off_tâ /usr/include/_G_config.h:29: error: expected specifier-qualifier-list before â__off64_tâ In file included from /usr/include/stdio.h:75, from simple.c:1: /usr/include/libio.h:302: error: expected specifier-qualifier-lis...
2000 Sep 13
1
PATCH - mingw compatibility for 9/13/00 build.
I am a mingw coder and I needed to make the following changes to the CVS source from 9/13/00 to get a build: os_types.h L36C16 reads had to change "unsigned _G_int32_t" to "_G_uint32_t" to resolve the compile error: ..\include\vorbis\os_types.h:36:parse error before 'ogg_uint32_t' ..\include\vorbis\os_types.h:36:warning:data definition has no type or storage class
2013 Jun 07
0
[LLVMdev] llvm-gcc errors
.../usr/include/stdio.h:54: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â > before â__USING_NAMESPACE_STDâ > > In file included from /usr/include/libio.h:32, > > from /usr/include/stdio.h:75, > > from simple.c:1: > > /usr/include/_G_config.h:24: error: expected specifier-qualifier-list before > â__off_tâ > > /usr/include/_G_config.h:29: error: expected specifier-qualifier-list before > â__off64_tâ > > In file included from /usr/include/stdio.h:75, > > from simple.c:1: > > /usr/include/l...
2004 Mar 13
1
Ogg / Vorbis Compiling under W32 with MingW ** Problem **
...4 -DSIZEOF_LONG_LONG=8 -I. -I. -I../include -I../include -O20 -fsigned-char -g -O2 -c framing.c -MT framing.lo -MD -MP -MF .deps/framing.TPlo -DDLL_EXPORT -DPIC -o .libs/framing.lo In file included from ../include/ogg/ogg.h:24, from framing.c:25: ../include/ogg/os_types.h:38:26: _G_config.h: No such file or directory In file included from ../include/ogg/ogg.h:24, from framing.c:25: ../include/ogg/os_types.h:39: parse error before "ogg_int64_t" ../include/ogg/os_types.h:39: warning: data definition has no type or storage class ../include/ogg/os_types.h:40:...
2015 Jun 03
5
[PATCH 1/1] Updated opus_types.h to correctly support 8 and 64 bit types.
...ypedef uint8_t opus_uint8; typedef int16_t opus_int16; typedef uint16_t opus_uint16; typedef int32_t opus_int32; typedef uint32_t opus_uint32; + typedef int64_t opus_int64; + typedef uint64_t opus_uint64; + #elif defined(_WIN32) # if defined(__CYGWIN__) -# include <_G_config.h> - typedef _G_int32_t opus_int32; - typedef _G_uint32_t opus_uint32; - typedef _G_int16 opus_int16; - typedef _G_uint16 opus_uint16; +# include <stdint.h> + typedef int8_t opus_int8; + typedef uint8_t opus_uint8; + typedef int16_t opus_int16; + typ...
2005 May 25
3
Speex on TI C6x, Problem with TI C5x Patch
...#ifdef jail to whip a few platforms into the UNIX ideal. last mod: $Id: os_types.h 7524 2004-08-11 04:20:36Z conrad $ ********************************************************************/ #ifndef _SPEEX_TYPES_H #define _SPEEX_TYPES_H #if defined(_WIN32) # if defined(__CYGWIN__) # include <_G_config.h> typedef _G_int64_t spx_int64_t; typedef _G_int32_t spx_int32_t; typedef _G_uint32_t spx_uint32_t; typedef _G_int16_t spx_int16_t; typedef _G_uint16_t spx_uint16_t; # elif defined(__MINGW32__) typedef short spx_int16_t; typedef unsigned short spx_uint16_t;...