search for: erreur

Displaying 20 results from an estimated 623 matches for "erreur".

2008 Sep 10
1
Xen-3.3 Etch amd64 compil error
...ubdom/../extras/mini-os/include/mini-os/sched.h:5, à partir de /usr/src/xen-3.3.0/stubdom/../extras/mini-os/include/errno.h:116, à partir de ../../../../../newlib-1.16.0/newlib/libc/argz/argz_add.c:7: /usr/src/xen-3.3.0/stubdom/../extras/mini-os/include/mini-os/types.h:22:20: erreur: stddef.h : Aucun fichier ou répertoire de ce type In file included from /usr/src/xen-3.3.0/stubdom/newlib-1.16.0/newlib/libc/include/sys/types.h:61, from /usr/src/xen-3.3.0/stubdom/newlib-1.16.0/newlib/libc/include/sys/time.h:9, from /usr/src/xen-3.3.0/stubdom/...
2007 May 02
2
I need help
...]],donGeno[[na]],nomatch=0)) + for(k in 2:length(C)){ + if(pos==1) {donGeno[[k]] <- donGeno[[k]][2:C[k]]} + if(pos==C[k]){donGeno[[k]] <- donGeno[[k]][1:(C[k]-1)]} + else{donGeno[[k]] <- c(donGeno[[k]][1:(pos-1)],donGeno[[k]][(pos+1):C(k)])} + } + } > else{for(k in 1:(na-1)){ Erreur : erreur de syntaxe dans "else" > if(pos==1) {donGeno[[k]] <- donGeno[[k]][2:C[k]]} > if(pos==C[k]){donGeno[[k]] <- donGeno[[k]][1:(C[k]-1)]} > else{donGeno[[k]] <- c(donGeno[[k]][1:(pos-1)],donGeno[[k]][(pos+1):C(k)])} Erreur : erreur de syntaxe dans " else&...
2007 Nov 21
10
bugs
Bonjour tout le monde. Parfois j''ai mon application qui se ferme toute seul et voila l''erreur qui apparaît: "Exit code: -1073741819" Est-ce que quelqu''un peut m''expliquer ce que veut dire ce message d''erreur? Je vous remercie. sebastien http://beusse.liveror.com _______________________________________________ wxruby-users mailing list wxruby-users@rubyf...
2009 Jan 09
5
grep : escape "*"
...find how to escape the * character when using grep : > grep("-", c("/3", "2*3", "4-4")) [1] 3 > grep("/", c("/3", "2*3", "4-4")) [1] 1 > grep("*", c("/3", "2*3", "4-4")) Erreur dans grep("*", c("/3", "2*3", "4-4")) : expression régulière incorrecte '*' De plus : Warning message: In grep("*", c("/3", "2*3", "4-4")) : erreur rgcomp : 'Expression régulière précédente incorrecte...
2007 Aug 26
1
Program of matrix of seasonal dummy variable(Econometrics)
...4) for (i in 1:T) { + for (j in 1:4) { + if i=j {+ br[i,j]=1 + } + if else (abs(i-j)%%4==0) {+ br[i,j]=1 +} + else {+ br[i,j]=0 +} +} +} I have obtained the following message from R consol: > T=100 > br<-matrix(0,T,4) > for (i in 1:T) + { + + for (j in 1:4) + { + + if i=j Erreur : syntax error, unexpected SYMBOL, expecting '(' dans : " " > > {+ br[i,j]=1 + + } Erreur : syntax error, unexpected '}' dans "{+ br[i,j]=1" > > + if else (abs(i-j)%%4==0) Erreur : syntax error, unexpected ELSE, expecting '(...
2008 Apr 01
5
cross compilation for ARM - ogg headers problem
...i agree with you. You don't have to delete these files. > > But if i cross compile with ogg header files, i have the following error : > > > /usr/lib/libogg.so: could not read symbols: Invalid operation > collect2: ld returned 1 exit status > make[2]: *** [speexenc] Erreur 1 > make[2]: quittant le r?pertoire ? /usr/src/linphone/arm/speex-1.1.6/src ? > make[1]: *** [all-recursive] Erreur 1 > make[1]: quittant le r?pertoire ? /usr/src/linphone/arm/speex-1.1.6 ? > make: *** [all] Erreur 2 > > > > Anyone have any ideas why this isn't w...
2013 May 15
2
erreur dans R
Bonjour, dans la computation de mon modèle dans R avec le package deSolve pour des Equations Différentielles Ordinaires (ODEs), je rencontre l'erreur suivant: Erreur dans checkFunc(Func2, times, y, rho) :    The number of derivatives returned by func() (1457) must equal the length of the initial conditions vector (17) à quoi devrais-je regarder? merci   ----------------------------------------------- TAHA Raymond Vétérinaire Inspecteur Audi...
2007 Aug 22
3
rectify a program of seasonal dummies matrix
...te the following program: T=100 br=matrix(0,T,4) { for (i in 1:T) for (j in 1:4) if i==j br[i,j]=1 if else (abs(i-j)%%4==0 br[i,j]=1 else br[i,j]=0 } z<-br z but unfortunately I obtained from the console the following message: > { + for (i in 1:T) + for (j in 1:4) + (if i==j) Erreur : syntax error, unexpected SYMBOL, expecting '(' dans : " " > br[i,j]=1 Erreur dans br[i, j] = 1 : objet "i" non trouvé > > (if else (abs(i-j)%%4==0) Erreur : syntax error, unexpected ELSE, expecting '(' dans " (if else&q...
2008 Apr 01
2
cross compilation for ARM - ogg headers problem
...ared (first use in this function) > speexenc.c:438: error: `os' undeclared (first use in this function) > speexenc.c:632: error: `op' undeclared (first use in this function) > speexenc.c:648: error: `og' undeclared (first use in this function) > make[2]: *** [speexenc.o] Erreur 1 > make[2]: quittant le r?pertoire ? /arm/speex-1.1.11/src ? > make[1]: *** [all-recursive] Erreur 1 > make[1]: quittant le r?pertoire ? /arm/speex-1.1.11 ? > make: *** [all] Erreur 2 > > > I had to follow this rules but i dont know how to solve the problem : > > F...
2013 Mar 18
2
[LLVMdev] [vmkit]Errors when compiling vmkit
...3/ClassLib/Unsafe.inc:500:36: error: no member named 'vmThread' in 'j3::Classpath' JavaField* field2 = vm->upcalls->vmThread; ~~~~~~~~~~~ ^ 2 errors generated. make[4]: *** [/home/julien/vm/vmkit2/lib/j3/ClassLib/OpenJDK/Release+Asserts/JavaUpcalls.bc] Erreur 1 [vmkit ./lib/j3/ClassLib]: abort with error in ./lib/j3/ClassLib/OpenJDK make[3]: *** [all] Erreur 1 [vmkit ./lib/j3]: abort with error in ./lib/j3/ClassLib make[2]: *** [all] Erreur 1 [vmkit ./lib]: abort with error in ./lib/j3 make[1]: *** [all] Erreur 1 [vmkit .]: abort with error in ./lib mak...
2016 Mar 26
2
PHP bindings fail on Ubuntu for xapian-bindings-1.2.21
...g-source --before-build xapian-bindings-1.2.21 dpkg-buildpackage: architecture h?te amd64 fakeroot debian/rules clean dh_testdir dh_testroot dh_autotools-dev_restoreconfig dh_clean dpkg-source -b xapian-bindings-1.2.21 dpkg-source: info: utilisation du format source ? 3.0 (quilt) ? dpkg-source: erreur: fichier binaire non souhait? : debian/build/python2.7/python/xapian/__init__.pyo dpkg-source: erreur: fichier binaire non souhait? : debian/build/python2.7/python/xapian/__init__.pyc dpkg-source: erreur: 2 fichiers binaires non souhait?s ont ?t? d?tect?s (il est n?cessaire de les ajouter dans d...
2008 Apr 01
0
cross compilation for ARM - ogg headers problem
...x -I/usr/include -O2 -fno-exceptions -O2 -fno-exceptions -c `test -f 'speexdec.c' || echo './'`speexdec.c /usr/include/bits/mathinline.h: In function `__atan2l': /usr/include/bits/mathinline.h:445: error: unknown register name `st(1)' in `asm' make[2]: *** [speexdec.o] Erreur 1 make[2]: quittant le r?pertoire ? /usr/src/linphone/arm2/arm/speex-1.1.6/src ? make[1]: *** [all-recursive] Erreur 1 make[1]: quittant le r?pertoire ? /usr/src/linphone/arm2/arm/speex-1.1.6 ? make: *** [all] Erreur 2 Regards, Erwan ---------------------------------------- > Date: Tue, 1 Apr...
2005 Jul 22
1
multiplicate 2 functions
Thks for your answer, here is an exemple of what i do with the errors in french... > tmp [1] 200 150 245 125 134 345 320 450 678 > beta18 Erreur : Objet "beta18" not found //NORMAL just to show it > eta [1] 500 > func1<-function(beta18) dweibull(tmp[1],beta18,eta) > func1<-func1(beta18) * function(beta18) dweibull(tmp[2],beta18,eta) Erreur dans dweibull(tmp[1], beta18, eta) : Objet "beta18" not found //...
2013 Mar 19
0
[LLVMdev] [vmkit]Errors when compiling vmkit
...o > member named 'vmThread' in 'j3::Classpath' > JavaField* field2 = vm->upcalls->vmThread; > ~~~~~~~~~~~ ^ > 2 errors generated. > make[4]: *** > [/home/julien/vm/vmkit2/lib/j3/ClassLib/OpenJDK/Release+Asserts/JavaUpcalls.bc] > Erreur 1 > [vmkit ./lib/j3/ClassLib]: abort with error in ./lib/j3/ClassLib/OpenJDK > make[3]: *** [all] Erreur 1 > [vmkit ./lib/j3]: abort with error in ./lib/j3/ClassLib > make[2]: *** [all] Erreur 1 > [vmkit ./lib]: abort with error in ./lib/j3 > make[1]: *** [all] Erreur 1 > [vmki...
2007 May 14
4
Batch
I saw the R-help to run some R programs in batch I used it like this > R CMD BATCH C:/Documents and Settings/melyakhlifi/Bureau/calcara.r Erreur : erreur de syntaxe dans "R CMD" but without success!!!I don't work on linux but on windows IS it the same command ? _____________________________________________________________________________ [[alternative HTML version deleted]]
2005 Sep 16
1
About princomp
Hi, I run the example for princomp for R211 I got the following error for biplot > ## The variances of the variables in the > ## USArrests data vary by orders of magnitude, so scaling is appropriate > (pc.cr <http://pc.cr> <- princomp(USArrests)) # inappropriate Erreur dans cov.wt(z) : 'x' must contain finite values only > princomp(USArrests, cor = TRUE) # =^= prcomp(USArrests, scale=TRUE) Erreur dans cov.wt(z) : 'x' must contain finite values only > ## Similar, but different: > ## The standard deviations differ by a factor of sqrt(49/50)...
2008 Mar 28
2
speex - cross compil for ARM - problem ogg headers
...`ogg_packet' undeclared (first use in this function) speexenc.c:443: error: `os' undeclared (first use in this function) speexenc.c:641: error: `op' undeclared (first use in this function) speexenc.c:657: error: `og' undeclared (first use in this function) make[2]: *** [speexenc.o] Erreur 1 make[2]: quittant le r?pertoire ? /usr/src/linphone/arm/speex-1.1.6/src ? I have remove the file /usr/include/ogg/ogg.h. Someone can help me Thanks, Erwan > Hi, > You should never point cross compiler to host includes, this may lead > to unpredictable results. You should c...
2008 Apr 01
0
cross compilation for ARM - ogg headers problem
Hi, Yes i agree with you. You don't have to delete these files. But if i cross compile with ogg header files, i have the following error : /usr/lib/libogg.so: could not read symbols: Invalid operation collect2: ld returned 1 exit status make[2]: *** [speexenc] Erreur 1 make[2]: quittant le r?pertoire ? /usr/src/linphone/arm/speex-1.1.6/src ? make[1]: *** [all-recursive] Erreur 1 make[1]: quittant le r?pertoire ? /usr/src/linphone/arm/speex-1.1.6 ? make: *** [all] Erreur 2 Anyone have any ideas why this isn't working? Regards, Erwan -------------...
2009 Dec 13
1
How to resolve include Rcpp.h problems?
...interface.c -o Call_interface.o gcc -std=gnu99 -I/usr/share/R/include -fpic -g -O2 -c C_interface.c -o C_interface.o gcc -std=gnu99 -I/usr/share/R/include -fpic -g -O2 -c fifrt.c -o fifrt.o g++ -I/usr/share/R/include -fpic -g -O2 -c RCPP_test.cpp -o RCPP_test.o RCPP_test.cpp:1:18: erreur: Rcpp.h : No such file or directory RCPP_test.cpp: In function ?SEXPREC* readRIntVec(SEXPREC*)?: RCPP_test.cpp:14: erreur: ?RcppVector? was not declared in this scope RCPP_test.cpp:14: erreur: expected primary-expression before ?int? RCPP_test.cpp:14: erreur: expected `;' before ?int? make: ***...
2004 Mar 29
1
wine-20040309 build error
...netest'../../tools/winegcc/winegcc -B../../tools/winebuild -mwindows gui.o main.o send.o util.o winetest.exe.dbg.o gui.res winetest.res -o winetest.exe.so -L../../dlls -lcomctl32 -luser32 -lwsock32 -L../../libs/wine -lwine -L../../libs/port -lwine_port -L/opt/mm/lib -L/opt/gnome/lib -lm gcc: Erreur internal error: Processus arr?t? (programme cc1) SVP soumettre un rapport complet d'anomalies. Consulter <URL:http://gcc.gnu.org/bugs.html> pour les instructions. winegcc: gcc failed. make[2]: *** [winetest.exe.so] Erreur 2 make[2]: Quitte le r?pertoire `/home/root/build/wine-20040309/pro...