Displaying 6 results from an estimated 6 matches for "nctions".
Did you mean:
actions
2006 Apr 29
2
Unable to Make Asterisk-addons
The following occurs during make asterisk-addons.
I'm ok with asterisk but debugging things like this isnt my strong point.
Can anyone give me a pointer?
Thanks
Dan Journo
[root@sip1 src]# cd asterisk-addons
[root@sip1 asterisk-addons]# make
make -C format_mp3 all
make[1]: Entering directory `/usr/src/asterisk-addons/format_mp3'
gcc -pipe -fPIC -Wall -Wstrict-prototypes
2006 Jun 28
1
Iconv library error
I am trying to run a web application. I downloaded the web app package
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.
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