Displaying 19 results from an estimated 19 matches for "c2061".
Did you mean:
2061
2005 Jul 08
1
Compiling icecast on windows?
...windows?
Does anyone have a compiled version icecast-2.2-kh12d?
Should I just give up and wait for the next official release? :(
Heres the errors I get now:
------ Build started: Project: icecast, Configuration: Release Win32
------
Compiling...
yp.c
icecast-2.2-kh12d\src\log\log.h(37) : error C2061: syntax error :
identifier '__attribute__'
icecast-2.2-kh12d\src\log\log.h(37) : error C2059: syntax error : ';'
icecast-2.2-kh12d\src\log\log.h(37) : error C2059: syntax error : ','
icecast-2.2-kh12d\src\log\log.h(37) : error C2143: syntax error :
missing ')' before...
2006 Feb 27
2
Building 1.1.12 for symbian failed
...\8.0a\S60_2nd_FP2\EPOC32\BUILD\HOME\MYOWN\NOKIA\SPEEX\SPEEX-1.1.12\SYMBIAN\SPEEX\WINS\SPEEX.WINS" LIBRARY
Mdf.c
c:\HOME\MyOwn\Nokia\Speex\speex-1.1.12\libspeex\pseudofloat.h(63) : error C2059: syntax error : '{'
c:\HOME\MyOwn\Nokia\Speex\speex-1.1.12\libspeex\pseudofloat.h(109) : error C2061: syntax error : identifier 'FLOAT_SUB'
and many similiar erros in mdf.c
\HOME\MyOwn\Nokia\Speex\speex-1.1.12\libspeex\mdf.c(548) : error C2440: 'function' : cannot convert from 'int' to 'spx_float_t'
it seems that this is about spx_float_t in pseudofloat.h
Did any...
2006 Jan 19
1
Compile error (svn 10743)
...y,
&pcm_encode,
&pcm_decoder_init,
&pcm_decoder_destroy,
&pcm_decode,
&pcm_encoder_ctl,
&pcm_decoder_ctl,
};
>d:\voip\mod_speexrefcode\pcm_wrapper.c(147) : error C2059: syntax error : '}'
1>d:\voip\mod_speexrefcode\pcm_wrapper.c(149) : error C2061: syntax error : identifier 'pcmmode'
1>d:\voip\mod_speexrefcode\pcm_wrapper.c(149) : error C2059: syntax error : ';'
1>d:\voip\mod_speexrefcode\pcm_wrapper.c(153) : error C2143: syntax error : missing ';' before '*'
1>d:\voip\mod_speexrefcode\pcm_wrapper.c(1...
2013 Jul 22
4
[LLVMdev] Build Clang and LLVM on Win 8
...e to find the stdbool.h file + a few others.
Example:
error C1083: Impossibile aprire il file inclusione 'stdbool.h': No such
file or directory (<my
path>\llvm\projects\compiler-rt\lib\floatuntisf.c) <my
path>\llvm\projects\compiler-rt\lib\int_lib.h 37 1 clang_rt.x86_64
error C2061: errore di sintassi: identificatore '__attribute__' (<my
path>\llvm\projects\compiler-rt\lib\int_util.c) <my
path>\llvm\projects\compiler-rt\lib\int_util.h 27 1 clang_rt.x86_64
error C2059: errore di sintassi: ';' (<my
path>\llvm\projects\compiler-rt\lib\int_uti...
2009 Jul 10
2
Problem installing system_timer in windows
...g- -G6 -c -Tcsystem_timer_native.c
cl : Command line warning D9035 : option ''Og-'' has been deprecated and
will be r
emoved in a future release
cl : Command line warning D9002 : ignoring unknown option ''-G6''
system_timer_native.c
system_timer_native.c(10) : error C2061: syntax error : identifier
''original_mas
k''
system_timer_native.c(10) : error C2059: syntax error : '';''
system_timer_native.c(11) : error C2061: syntax error : identifier
''sigalarm_mas
k''
.
.
.
So it seems Visual Studios compiler is not compati...
2006 Nov 04
1
[LLVMdev] llvm windows re-port
...here
already were some attempts to do visual studio port, search llvm-dev
archives for more information.
> - e:\llvm\llvm\include\llvm\Support\Compressor.h(53) : error C2039:
> 'string' : is not a member of 'std'
> - e:\llvm\llvm\include\llvm\ADT\FoldingSet.h(150) : error C2061:
> syntax error : identifier 'uint64_t'
This really means, that some of includes are missing for your build.
For example: uint64_t is typedefed to __int64 for VCPP in
include/llvm/Support/DataTypes.h. Please check everything twice.
> The windows seems not to know the string type, so...
2013 Jul 23
0
[LLVMdev] Build Clang and LLVM on Win 8
...hers.
> Example:
> error C1083: Impossibile aprire il file inclusione 'stdbool.h': No such
> file or directory (<my
> path>\llvm\projects\compiler-rt\lib\floatuntisf.c) <my
> path>\llvm\projects\compiler-rt\lib\int_lib.h 37 1 clang_rt.x86_64
> error C2061: errore di sintassi: identificatore '__attribute__' (<my
> path>\llvm\projects\compiler-rt\lib\int_util.c) <my
> path>\llvm\projects\compiler-rt\lib\int_util.h 27 1
> clang_rt.x86_64
> error C2059: errore di sintassi: ';' (<my
> path>\llvm\p...
2007 Apr 12
1
trunk build failure on msvc
I'm currently seeing:
utils.cc
c:\src\xapian\xapian-core\common\utils.h(84) : error C2061: syntax error :
identifier 'mode_t'
c:\src\xapian\xapian-core\common\utils.h(85) : error C2065: 'mode' :
undeclared identifier
I *think* I've done everything correctly this time in terms of updating svn
and rebuilding :)
My solution was to add:
typedef int mode_t;
to safesta...
2006 Nov 04
0
[LLVMdev] llvm windows re-port
...bigger problem. The
code is not
really ported to windows, and I get a lot of errors (and tons of
warnings) like this:
- e:\llvm\llvm\include\llvm\Support\Compressor.h(53) : error C2039:
'string' : is not a member of 'std'
- e:\llvm\llvm\include\llvm\ADT\FoldingSet.h(150) : error C2061: syntax
error : identifier 'uint64_t'
The windows seems not to know the string type, so you must include it
directly through #include <string>. I did it for some files in support
missing that and it
works fine (it should also not brake UNIX compatibility).
Also, windows does not...
2006 Jan 19
0
Compile error (svn 10743)
...y,
&pcm_encode,
&pcm_decoder_init,
&pcm_decoder_destroy,
&pcm_decode,
&pcm_encoder_ctl,
&pcm_decoder_ctl,
};
>d:\voip\mod_speexrefcode\pcm_wrapper.c(147) : error C2059: syntax error : '}'
1>d:\voip\mod_speexrefcode\pcm_wrapper.c(149) : error C2061: syntax error : identifier 'pcmmode'
1>d:\voip\mod_speexrefcode\pcm_wrapper.c(149) : error C2059: syntax error : ';'
1>d:\voip\mod_speexrefcode\pcm_wrapper.c(153) : error C2143: syntax error : missing ';' before '*'
1>d:\voip\mod_speexrefcode\pcm_wrapper.c(1...
2005 Feb 04
7
FW: Bug fix
Forwarded, because I don''t think he''s subscribed and I''m not getting an
email notification in my Yahoo account.
Dan
-----Original Message-----
From: CT [mailto:demerzel@gmail.com]
Sent: Friday, February 04, 2005 4:17 PM
To: Berger, Daniel
Cc: win32utils-devel@rubyforge.org
Subject: Re: Bug fix
On Fri, 4 Feb 2005 16:53:17 -0600, Berger, Daniel
2013 Jul 22
0
[LLVMdev] Build Clang and LLVM on Win 8
Reid Kleckner <rnk at google.com> writes:
> My initial impression was that still probably nobody uses python 3, so it's
> not worth adding support that will break. But if users actually have
> python 3, maybe it's worth it.
I think that on this case the problem was not people who actually have
python 3, but people who see Python as a requirement for building LLVM
and go
2013 Jul 23
0
[LLVMdev] Build Clang and LLVM on Win 8
...hers.
> Example:
> error C1083: Impossibile aprire il file inclusione 'stdbool.h': No
> such file or directory (<my
> path>\llvm\projects\compiler-rt\lib\floatuntisf.c) <my
> path>\llvm\projects\compiler-rt\lib\int_lib.h 37 1 clang_rt.x86_64
> error C2061: errore di sintassi: identificatore '__attribute__' (<my
> path>\llvm\projects\compiler-rt\lib\int_util.c) <my
> path>\llvm\projects\compiler-rt\lib\int_util.h 27 1 clang_rt.x86_64
> error C2059: errore di sintassi: ';' (<my
> path>\llvm\projec...
2013 Jul 22
3
[LLVMdev] Build Clang and LLVM on Win 8
On Sun, Jul 21, 2013 at 5:51 PM, Óscar Fuentes <ofv at wanadoo.es> wrote:
> Giorgio Franceschetti <g.franceschetti at vidya.it> writes:
>
> > When I run cmake I got The following error:
> > *<project folder>\build>CMake -G "CodeBlocks - MinGW Makefiles" ..\llvm*
> > /-- Could NOT find LibXml2 (missing: LIBXML2_LIBRARIES
> >
2016 Jun 26
5
FLAC__SSE_OS change
First off, this code is horrible to read and work on. The recent commits
are the first of what I hope is a massive clean up of this code.
lvqcl wrote:
> So if I understand things correctly, the current meaning of --(en|dis)able-sse is:
>
> on Linux:
> --enable-sse:
> add -msse2 to the compiler switches
> do not test SSE OS support (assume that SSE is
2010 May 20
10
Libtheora
Hi all,
I am Sahana. I am currently working on Libtheora for windows platform and
very new to it. I am getting a lot of compiling errors. Since Libtheora
depends on libogg and libvorbis i have added these as well to my workspace
in VC++ 6. I have a doubt regarding the x86 and x86_vc folders described in
the libtheora software.Since both these folders have the same set of files
which one do we
2006 Aug 15
2
Windows build with Visual Studio 2005 - some success
...in getting something built and working
in my Rails app (diffs attached). I am also encountering a very
strange problem - described at the bottom of this post.
So far, I have come up with the following:
1. checked out fresh ferret from svn
2. ran rake ext:
... copying stuff...
helper.c(3) : error C2061: syntax error : identifier ''inline''
... some more stuff
Aha. VS2005 does not like the "inline" keyword, that appears to only
apply to C++ code.
3. Changed the Makefile to the following magical incantation:
CFLAGS = -MD -Zi -O2b2x /Dinline=__inline /Ob /LTCG /DWIN32...
2005 May 01
6
win32-changejournal 0.2.0-1 compile error
...ndeclared ident
ifier
changejournal.c(74) : error C2146: syntax error : missing '')'' before
identifier
''pUsnJournalData''
changejournal.c(74) : error C2081: ''PUSN_JOURNAL_DATA'' : name in formal
paramete
r list illegal
changejournal.c(74) : error C2061: syntax error : identifier
''pUsnJournalData''
changejournal.c(74) : error C2059: syntax error : '';''
changejournal.c(74) : error C2059: syntax error : '')''
changejournal.c(74) : error C2449: found ''{'' at file scope (missing
func...
2008 Feb 17
15
A bug in wxRuby. Segmentation fault in random situations.
Hello,
I wrote an application in wxRuby:
ruby 1.8.6
wxruby 1.9.4 installed from gem
windows xp sp2
After several minutes of running it crashes with the following error:
"c:/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27: [BUG]
Segmentation fault
ruby 1.8.6 (2007-03-13) [i386-mswin32]
This application has requested the Runtime to terminate it in an unusual way.
Please contact