Displaying 6 results from an estimated 6 matches for "nction".
Did you mean:
action
2006 Apr 29
2
Unable to Make Asterisk-addons
...sr/include/asterisk/strings.h:264: error: syntax error before
"__extension__"
/usr/include/asterisk/strings.h:264: error: syntax error before ';' token
/usr/include/asterisk/strings.h:264: error: `__len' undeclared here (not in
a fu nction)
/usr/include/asterisk/strings.h:264: error: initializer element is not
constant
/usr/include/asterisk/strings.h:264: error: syntax error before "if"
/usr/include/asterisk/strings.h:264: error: redefinition of `__retval'
/usr/include/asterisk/strings.h:264: error: `__retval' previ...
2006 Jun 28
1
Iconv library error
...ackage
and then tried to run the Webrick server. I got this error:
----------------------
C:\Documents and Settings\Dipesh\My
Documents\RubyOnRailsProjects\feedmarker>rub
y script/server
=> Booting WEBrick...
The Iconv library does not appear to be installed properly. FeedTools
cannot fu
nction properly without it.
Unexpected LoadError, it is likely that you don''t have one of the
libraries inst
alled correctly.
----------------------
As far as I could understand, this means either i don''t have the Iconv
library or it is corrupt or something. It would be a real help if...
2007 Mar 29
0
[LLVMdev] gcc 4.1* carashes compiling llvm-gcc
...llvm-
gcc-src/gcc -I../../llvm-gcc-src/gcc/32
-I../../llvm-gcc-src/gcc/../include -I..
/../llvm-gcc-src/gcc/../libcpp/include
-I/home/ferad/llvm/llvm-1.9/include -I/h
ome/ferad/llvm/llvm-obj/include -m32 -g0
-finhibit-size-directive -fno-inline-fu
nctions -fno-exceptions -fno-zero-initialized-in-bss
-fno-unit-at-a-time -fno-om
it-frame-pointer -fno-asynchronous-unwind-tables \
-c ../../llvm-gcc-src/gcc/crtstuff.c -DCRT_BEGIN \
-o 32/crtbegin.o
Warning: Generation of 64-bit code for a 32-bit processor requested.
In file included from ../....
2007 Mar 29
1
[LLVMdev] gcc 4.1* carashes compiling llvm-gcc
Hello, Ferad.
> `.gnu.linkonce.t._ZN4llvm12SCEVExpander6expandEPNS_4SCEVE' referenced
> in section `.rodata' of
> /home/ferad/llvm/llvm-obj/Release/lib/libLLVMAnalysis.a(ScalarEvolutionExpander.o):
> defined in discarded section
> `.gnu.linkonce.t._ZN4llvm12SCEVExpander6expandEPNS_4SCEVE' of
>
2007 Mar 28
5
[LLVMdev] gcc 4.1* carashes compiling llvm-gcc
Hi,
I tried to compile the GCC front end of LLVM in a 16 CPU SMP machine
with 64bit intel xeon CPUs. I tried with (GCC 4.1.0, 4.1.1, 4.1.2
versions). The LLVM compiles perfectly but when compiling the gcc
front end the compiler crashes with a segmentation fault by reporting
for memory leakages. Probably this is for the GCC's mailing list, but
decided to ask if you know anything more about
2008 Apr 30
8
Playing with NtQueryInformationFile
Hi all,
I''m trying to get the allocation size of a file via a file handle
(rather than its name). The example below works for FileNameInformation
but I can''t get it to work as expected for FileStandardInformation.
Here''s some sample code:
# query_test.rb
require ''windows/handle''
require ''windows/error''
include Windows::Handle