search for: initialization

Displaying 20 results from an estimated 42964 matches for "initialization".

2013 Apr 17
8
Compiling error
Hi, During the compilatin of xen i have the following error message: i8259.c:66:9: error: initialization from incompatible pointer type [-Werror] i8259.c:66:9: error: (near initialization for ‘interrupt[6]’) [-Werror] i8259.c:66:9: error: initialization from incompatible pointer type [-Werror] i8259.c:66:9: error: (near initialization for ‘interrupt[7]’) [-Werror] i8259.c:66:9: error: initialization f...
2013 Apr 17
8
Compiling error
Hi, During the compilatin of xen i have the following error message: i8259.c:66:9: error: initialization from incompatible pointer type [-Werror] i8259.c:66:9: error: (near initialization for ‘interrupt[6]’) [-Werror] i8259.c:66:9: error: initialization from incompatible pointer type [-Werror] i8259.c:66:9: error: (near initialization for ‘interrupt[7]’) [-Werror] i8259.c:66:9: error: initialization f...
2005 Nov 18
1
how can i compile speex on Solaris 9 with gcc 3.4.2
...ps/speexenc. Tpo"; exit 1; fi speexenc.c:35:20: getopt.h: No such file or directory speexenc.c: In function `main': speexenc.c:221: error: elements of array `long_options' have incomplete type speexenc.c:223: warning: excess elements in struct initializer speexenc.c:223: warning: (near initialization for `long_options[0]') speexenc.c:223: error: `no_argument' undeclared (first use in this function) speexenc.c:223: error: (Each undeclared identifier is reported only once speexenc.c:223: error: for each function it appears in.) speexenc.c:223: warning: excess elements in struct initialize...
2004 Mar 16
2
Cannot compile wine
...-D_REENTRANT -fPIC -Wall -pipe -mpreferred-stack-boundary=2 -fno-strict-aliasing -gstabs+ -Wpointer-arith -g -O2 -o tokenize.o tokenize.c tokenize.c:46: error: `TK_ABORT' undeclared here (not in a function) tokenize.c:46: error: initializer element is not constant tokenize.c:46: error: (near initialization for `aKeywordTable[0].tokenType') tokenize.c:46: error: initializer element is not constant tokenize.c:46: error: (near initialization for `aKeywordTable[0]') tokenize.c:47: error: `TK_AFTER' undeclared here (not in a function) tokenize.c:47: error: initializer element is not constant t...
2007 Apr 14
3
Error on optimize leads to corrupt index?
The following exception occurred while trying optimize a large index: vendor/gems/rdig-0.3.4/lib/rdig/index.rb:46:in `optimize'': End-of- File Error occured at <except.c>:93 in xraise (EOFError) Error occured in store.c:216 - is_refill current pos = 0, file length = 0 Now, I get the following error any time I try to create a new index on the directory that I was trying
2002 Feb 20
1
Errors compiling rsync 2.5.2 on Solaris 8
...`log_transfer': log.c:570: warning: unused parameter `file' gcc -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W -I./popt -c backup.c -o backup.o gcc -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W -I./popt -c options.c -o options.o options.c:271: warning: missing initializer options.c:271: warning: (near initialization for `long_options[0].descrip') options.c:272: warning: missing initializer options.c:272: warning: (near initialization for `long_options[1].val') options.c:273: warning: missing initializer options.c:273: warning: (near initialization for `long_options[2].val') options.c:274: warning:...
2007 Jan 31
0
warning while requiring 'net\http'
Anyone knows what''s wrong with my configuration? Thanks >> require ''net\http'' C:/InstantRails/ruby/lib/ruby/1.8/net\http.rb:281: warning: already initialized constant Revision C:/InstantRails/ruby/lib/ruby/1.8/net\http.rb:282: warning: already initialized constant HTTPVersion C:/InstantRails/ruby/lib/ruby/1.8/net\http.rb:1121: warning: already initialized
2010 Jul 19
0
How to install sieve
...on.c:66: error: ?FALSE? undeclared (first use in this function) cmd-vacation.c:66: error: (Each undeclared identifier is reported only once cmd-vacation.c:66: error: for each function it appears in.) cmd-vacation.c:66: warning: excess elements in struct initializer cmd-vacation.c:66: warning: (near initialization for ?vacation_command?) cmd-vacation.c:66: warning: excess elements in struct initializer cmd-vacation.c:66: warning: (near initialization for ?vacation_command?) cmd-vacation.c:67: error: ?cmd_vacation_registered? undeclared (first use in this function) cmd-vacation.c:67: warning: excess elements...
2009 Jun 18
3
[LLVMdev] Initialising global Array
Hi, I try to create a array that has a nonzero initialiser: What i do is, first create the array type. > const ArrayType *ATy = ArrayType::get(Type::Int32Ty, NumEdges); Then create some constant values for the initializer. > std::vector<Constant*> Initializer; Initializer.reserve(NumEdges); > APInt zero(32,0); Constant* zeroc = ConstantInt::get(zero); > APInt
2009 Jun 18
0
[LLVMdev] Initialising global Array
...const ArrayType *ATy = ArrayType::get(Type::Int32Ty, NumEdges); > > Then create some constant values for the initializer. > > > std::vector<Constant*> Initializer; Initializer.reserve(NumEdges); > > I ran the following two functions in a ModulePass. The Initializer initialization is the difference. static void andiTest1(Module &M) { int NumEdges = 4; const ArrayType *ATy = ArrayType::get(Type::Int32Ty, NumEdges); std::vector<Constant*> Initializer; Initializer.reserve(NumEdges); APInt zero(32,0); Constant* zeroc = ConstantInt::get(zero); APInt mi...
2010 Jul 27
2
Is possible to use samba4 and openldap without ldapi?
...od OpenLDAPBackend.post_setup of <samba.provisionbackend.OpenLDAPBackend object at 0xb626194c> - When i try to run samba i get errors like this: samba -i -M single samba version 4.0.0alpha12-GIT-c75106f started. Copyright Andrew Tridgell and the Samba Team 1992-2010 ldb: module schema_load initialization failed ldb: module kludge_acl initialization failed ldb: module operational initialization failed ldb: module acl initialization failed ldb: module descriptor initialization failed ldb: module objectclass initialization failed ldb: module asq initialization failed ldb: module server_sort initializa...
2002 Jan 29
1
Solaris 2.8/2.5.2 build issues
...-W -I./popt -c backup.c -o backup.o gcc -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W -I./popt -c options.c -o options.o In file included from options.c:22: popt/popt.h:117: warning: type qualifiers ignored on function return type options.c:271: warning: missing initializer options.c:271: warning: (near initialization for `long_options[0].descrip') options.c:272: warning: missing initializer options.c:272: warning: (near initialization for `long_options[1].val') options.c:273: warning: missing initializer options.c:273: warning: (near initialization for `long_options[2].val') options.c:274: warning:...
2002 Mar 12
1
Problems with 2.5.3 under Debian Linux
...n `log_transfer': log.c:574: warning: unused parameter `file' gcc -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W -I./popt -c backup.c -o backup.o gcc -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W -I./popt -c options.c -o options.o options.c:273: warning: missing initializer options.c:273: warning: (near initialization for `long_options[0].descrip') options.c:274: warning: missing initializer options.c:274: warning: (near initialization for `long_options[1].val') options.c:275: warning: missing initializer options.c:275: warning: (near initialization for `long_options[2].val') options.c:276: warning:...
2003 Jul 14
1
Make errors in /usr/src/release/sysinstall
...concern, RIP): cd /usr/src/release/sysinstall make clean make all install The 'make all install' gives errors: In file included from keymap.c:40: keymap.h:4436: `keymap_be_iso' undeclared here (not in a function) keymap.h:4436: initializer element is not constant keymap.h:4436: (near initialization for `keymapInfos[0].map') keymap.h:4437: `keymap_bg_bds_ctrlcaps' undeclared here (not in a function) keymap.h:4437: initializer element is not constant keymap.h:4437: (near initialization for `keymapInfos[1].map') keymap.h:4438: `keymap_bg_phonetic_ctrlcaps' undeclared here (not in...
2016 May 11
2
[Openmp-dev] [cfe-dev] RFC: Proposing an LLVM subproject for parallelism runtime and support libraries
2002 Mar 19
0
BSD/OS and 2.5.2-current
Hi, Ever since after 2.5.1, rsync is no longer compiling cleanly, or make testing correctly : gcc -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W -I./popt -c log.c -o log.o log.c: In function `log_transfer': log.c:574: warning: unused parameter `file' gcc -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W -I./popt -c options.c -o options.o options.c:273: warning: missing initializer for
2010 Aug 25
18
Puppet hangs
Hello, we have one puppet server managing approx servers, all FreeBSD. The problem is that the puppet clients all hangs, one by one, eventually. They will run for anything between an hour up to a week. But eventually the all hang. We really like puppet and want to keep using it. But the way it is now is completely unusable. We''ve tried many versions, from 24.x, and now 2.6.1rc1. But
2006 May 16
4
WARNING[4033]: Avoided initial deadlock for 'Zap/63-1', 10 retries! ... + Kernel Panic!
Hi! We have an Asterisk Bussines Edition ABE-A.1-6 on a PowerEdge 2850 with 4Gb RAM. It was working 24/7 without any for a month, but for not related causes I rebooted it a week ago. Yesterday the machine suddenly stop working, with a kernel panic. We was watching logs, and found in /var/log/asterisk just before the machine hung the messages posted avobe(is the first time we see it). Anyone
2000 Dec 08
7
Some scratches with beta3
Hi, I have included the oggvorbis encoding and playback stuff in the Linux-Mandrake distro back in August 2000. At that time I put the "nightly CVS" version, which worked just fine. Then on Mon Nov 27 I noticed some RPM's labelled "1.0beta3" on the website so I upgraded with these ones. Since then we have had some serious problems in encoding: approx 20% of the WAV
2012 Oct 22
5
[LLVMdev] dyld: lazy symbol binding failed: fast lazy bind offset out of range
...0af7716 in dyld_stub_binder_ () >>>> #4 0x0000000100f3b2c0 in Json::Value::maxUInt () >>>> #5 0x00007fff5fc0fda6 in __dyld__ZN16ImageLoaderMachO18doModInitFunctionsERKN11ImageLoader11LinkContextE () >>>> #6 0x00007fff5fc0faf2 in __dyld__ZN16ImageLoaderMachO16doInitializationERKN11ImageLoader11LinkContextE () >>>> #7 0x00007fff5fc0d2e4 in __dyld__ZN11ImageLoader23recursiveInitializationERKNS_11LinkContextEjRNS_21InitializerTimingListE () >>>> #8 0x00007fff5fc0e0b7 in __dyld__ZN11ImageLoader15runInitializersERKNS_11LinkContextERNS_21InitializerT...