Displaying 20 results from an estimated 1052 matches for "pedantic".
2018 Feb 09
1
R Compilation gets stuck on Windows 64
Please note that building R on Windows is documented in "R Installation
and Administration", including links to external software. Particularly
there is a link to texinfo which is part of Rtools. The documentation is
maintained and it is a sufficient source of information for building R
on Windows.
https://cran.r-project.org/doc/manuals/r-release/R-admin.html
2007 Feb 06
1
R from SVN fails to build on win32
...pager.c
making preferences.d from preferences.c
making psignal.d from psignal.c
making rhome.d from rhome.c
making rui.d from rui.c
making run.d from run.c
making shext.d from shext.c
making sys-win32.d from sys-win32.c
making system.d from system.c
making dos_glob.d from dos_glob.c
gcc -O3 -Wall -pedantic -std=gnu99 -I../include -I. -DHAVE_CONFIG_H
-DR_DLL_BUILD -c console.c -o console.o
gcc -O3 -Wall -pedantic -std=gnu99 -I../include -I. -DHAVE_CONFIG_H
-DR_DLL_BUILD -c dataentry.c -o dataentry.o
gcc -O3 -Wall -pedantic -std=gnu99 -I../include -I. -DHAVE_CONFIG_H
-DR_DLL_BUILD -c dynload.c -o...
2016 Aug 19
2
can't build from source: error: template with C linkage
Hi All,
Users have contacted me because they can not build MCMCglmm from source. All are using R 3.3.0 on various machines with different compilers
gcc (Ubuntu 5.4.0-6ubuntu1~16.04.2) 5.4.0
g++ (Ubuntu 4.8.4-2ubuntu1~14.04.3) 4.8.4
Mac OS X El Capitan (version/compiler unspecified)
The issue seems to be with mixing C/C++ with the repeated error:
/usr/include/c++/5/bits/cpp_type_traits.h:118:3:
2016 Aug 19
1
can't build from source: error: template with C linkage
....0 and I _cannot_ reproduce
> this.
>
> Your package installs fine [1].
>
> Dirk
>
>
> [1] For some definition of 'fine' which overlooks pages of compiler
> _warnings_.
> Still no errors. A log is below. Note that I a) had to turn off '-
> Wall
> -pedantic' which I normally use, and add two explicit 'do not warn'
> switches. The rest is stock Ubuntu behaviour.
>
> edd at max:/tmp/mcmcglmm$ R_LIBS_USER=/tmp/RcppDepends/lib R CMD INSTALL
> MCMCglmm_2.22.1.tar.gz?
> R_LIBS_USER=/tmp/RcppDepends/lib R CMD INSTALL
> MCMCglmm...
2016 Aug 19
0
can't build from source: error: template with C linkage
...e greatly appreciated.
I am on Ubuntu 16.04 with gcc/g++ 5.4.0 and I _cannot_ reproduce this.
Your package installs fine [1].
Dirk
[1] For some definition of 'fine' which overlooks pages of compiler _warnings_.
Still no errors. A log is below. Note that I a) had to turn off '-Wall
-pedantic' which I normally use, and add two explicit 'do not warn'
switches. The rest is stock Ubuntu behaviour.
edd at max:/tmp/mcmcglmm$ R_LIBS_USER=/tmp/RcppDepends/lib R CMD INSTALL MCMCglmm_2.22.1.tar.gz
R_LIBS_USER=/tmp/RcppDepends/lib R CMD INSTALL MCMCglmm_2.22.1.tar.gz
* installing t...
2019 Jan 27
2
How does LLVM know where to resolve declared only functions?
...xpandtab tabstop=2: */
#include <stdio.h>
int main() {
puts("Hello World!");
return 0;
}
==> myputs.c <==
/* vim: set noexpandtab tabstop=2: */
#include <stdio.h>
int myputs(char *s) {
return printf("myputs:%s\n", s);
}
$ ./main1.sh
clang -Wall -pedantic -S -emit-llvm -c -o main.ll main.c
clang -Wall -pedantic -S -emit-llvm -c -o myputs.ll myputs.c
clang -Wall -pedantic -c -o main.o main.ll
clang -Wall -pedantic -c -o myputs.o myputs.ll
clang main.o myputs.o -o ./main.exe
./main.exe
Hello World!
sed -i 's/@myputs\>/@puts/g' myputs.ll
cla...
2010 Dec 30
1
problem building R 2.12.1 64-bit on Windows 7
...64
JPEGDIR = jpeg-8a
4) Make
cd R-patched/src/gnuwin32
make all recommended
---------------------------------
Error message in context
---------------------------------
. . .
making uncompr.d from uncompr.c
making zutil.d from zutil.c
gcc -std=gnu99 -I../../include -DHAVE_CONFIG_H -O3 -Wall -pedantic
-DR_ARCH='"x64"' -DW64 -c adler32.c -o adler32.o
gcc -std=gnu99 -I../../include -DHAVE_CONFIG_H -O3 -Wall -pedantic
-DR_ARCH='"x64"' -DW64 -c compress.c -o compress.o
gcc -std=gnu99 -I../../include -DHAVE_CONFIG_H -O3 -Wall -pedantic
-DR_ARCH='"x64&q...
2008 Aug 19
2
Help with Asterisk to Huawei SoftX3000 registry problem
Hello Asterisk People,
I am having trouble connecting asterisk to a huawei SoftX3000 Switch, i
can succesfully connect other softphones like Zoiper, but when it comes
to Asterisk SIP Client, the system doesn't authenticate, i have the
following configuration:
peer: 10.220.0.2
username: 4857768
password: 4857768
the configuration is as follows:
in the general section:
register =>
2015 Sep 30
2
pedantic=yes in sip.conf
Hi guys
i'm using asterisk 11.18.0.
I need to send the pound # sign to my SIP provider, but each time it's
reencoded in %23.
I try to put pedantic=yes in the sip.conf as advised here:
http://www.voip-info.org/wiki/view/Asterisk+SIP+pedantic
but nothing's changed.
Have someone already met this issue please ?
thanks a lot,
regards,
Alan
2005 Mar 22
4
trouble building r-devel
...anges I made to MkRules
are (i) WINHELP=NO and (ii) TCL_HOME=C:/R/Tcl, which are the same ones I
always make.
Any help appreciated!
Mark
C:\R\R-devel\src\gnuwin32> make
<< some OK bits of output, to help show where the problem is>>
...
making vfonts.d from vfonts.c
gcc -O2 -Wall -pedantic -DLEA_MALLOC -I../include -DHAVE_CONFIG_H
-DR_DLL_BUILD -c CConverters.c -o CConverters.o
gcc -O2 -Wall -pedantic -DLEA_MALLOC -I../include -DHAVE_CONFIG_H
-DR_DLL_BUILD -c CommandLineArgs.c -o CommandLineArg
s.o
gcc -O2 -Wall -pedantic -DLEA_MALLOC -I../include -DHAVE_CONFIG_H
-DR_DLL_BUILD -...
2003 Sep 30
2
cluster & mgcv update
...-o clara.o
g77 -mieee-fp -fPIC -g -O2 -c daisy.f -o daisy.o
make: g77: Command not found
make: *** [daisy.o] Error 127
ERROR: compilation failed for package 'cluster'
* Installing *source* package 'mgcv' ...
** libs
gcc -I/usr/lib/R/include -D__NO_MATH_INLINES -mieee-fp -Wall -pedantic
-fPIC -g -O2 -c gcv.c -o gcv.o
gcc -I/usr/lib/R/include -D__NO_MATH_INLINES -mieee-fp -Wall -pedantic
-fPIC -g -O2 -c magic.c -o magic.o
gcc -I/usr/lib/R/include -D__NO_MATH_INLINES -mieee-fp -Wall -pedantic
-fPIC -g -O2 -c mat.c -o mat.o
gcc -I/usr/lib/R/include -D__NO_MATH_INLINES...
2006 Feb 22
1
[LLVMdev] Compiling with -ansi and -pedantic
Hi,
I'd like to use the compiler flags -ansi -pedantic -Wno-long-long in my
project but some llvm headers cause errors with them. I tried to compile llvm
with these flags but it proved to be quite difficult. The headers, however,
seemed easier to fix. Almost all of the errors were commas at the ends of
enum lists or extraneous semicolons after name...
2023 Nov 12
1
Segmentation fault early in compilation of revision 85514
...aking console.d from console.c
making dynload.d from dynload.c
making embeddedR.d from embeddedR.c
making preferences.d from preferences.c
making psignal.d from psignal.c
making rui.d from rui.c
making system.d from system.c
gcc -I../include -I. -I../extra -DHAVE_CONFIG_H -DR_DLL_BUILD -O3 -Wall
-pedantic -march=native -pipe -mno-rtm -flto=1 -fuse-linker-plugin -c
console.c -o console.o
gcc -I../include -I. -I../extra -DHAVE_CONFIG_H -DR_DLL_BUILD -O3 -Wall
-pedantic -march=native -pipe -mno-rtm -flto=1 -fuse-linker-plugin -c
dynload.c -o dynload.o
gcc -I../include -I. -I../extra -DHAVE_CONFI...
2019 Jan 26
2
How does LLVM know where to resolve declared only functions?
Hi
In the generated .ll file, it may have something like this. How does
LLVM know where to look for the definition of printf? Is it documented
somewhere? Thanks.
declare i32 @printf(i8*, ...) #1
--
Regards,
Peng
2012 Jul 02
1
'init.win' error when installing from source
...to date.
make[4]: Nothing to be done for `svnonly'.
installing C headers
make[2]: Nothing to be done for `all'.
make[2]: `libRblas.dll.a' is up to date.
make[5]: Nothing to be done for `svnonly'.
installing C headers
make --no-print-directory -C ../extra/intl CFLAGS='-O3 -Wall -pedantic
-mtune=core2' -f Makefile.win
make --no-print-directory -C ../appl CFLAGS='-O3 -Wall -pedantic
-mtune=core2' FFLAGS='-O3 -mtune=core2' -f Makefile.win
make --no-print-directory -C ../nmath CFLAGS='-O3 -Wall -pedantic
-mtune=core2' FFLAGS='-O3 -mtune=core2' -f Mak...
2004 Nov 15
1
installing knncat package
...onn.c
making donnwrap.d from donnwrap.c
making dsort.d from dsort.c
making linpack.d from linpack.c
making matrix.d from matrix.c
making objective.d from objective.c
making ords.d from ords.c
making ranlib.d from ranlib.c
making utilsR.d from utilsR.c
gcc -Ic:/R/rw1081/src/include -Wall -O2 -I . -pedantic -Wall -DUSE_R_ALLOC
-DC
ALL_FROM_R -c com.c -o com.o
gcc -Ic:/R/rw1081/src/include -Wall -O2 -I . -pedantic -Wall -DUSE_R_ALLOC
-DC
ALL_FROM_R -c dodisc.c -o dodisc.o
gcc -Ic:/R/rw1081/src/include -Wall -O2 -I . -pedantic -Wall -DUSE_R_ALLOC
-DC
ALL_FROM_R -c donn.c -o donn.o
gcc -Ic:/R...
2000 Apr 26
2
Cross compiling a package for Windows on Linux
...onv.bat bin/Rdindex.bat bin/Sd2Rd.bat bin/fwf2table bin/helpPRINT.bat ../../../bin
echo done > fixbin
cp -p etc/Rconsole etc/Rdevga etc/Rprofile etc/rgb.txt ../../../etc
echo done > fixetc
... (many lines deleted)
i386-mingw32-gcc -isystem /packages/R-X/i386-mingw32/include -O2 -Wall -pedantic -I../include -I../include/R_ext -DHAVE_CONFIG_H -c zeroin.c -o zeroin.o
i386-mingw32-g77 -O2 -Wall -pedantic -c blas.f -o blas.o
make[1]: i386-mingw32-g77: Command not found
make[1]: *** [blas.o] Error 127
make[1]: Leaving directory `/usr/src/r-release/src/appl'
make: *** [rlibs] Error 2...
2006 Nov 03
3
[LLVMdev] Build failure due to -pedantic?
...ouble'
LiveIntervalAnalysis.cpp:253: error: floating constant exceeds range
of 'double'
LiveIntervalAnalysis.cpp:328: error: floating constant exceeds range
of 'double'
LiveIntervalAnalysis.cpp:1350: error: floating constant exceeds range
of 'double'
If I disable -pedantic the build succeeds.
NOTE: HUGE_VALF should be used instead of (float)HUGE_VAL. Proposed
patch enclosed.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: HUGE_VAL.patch
Type: application/octet-stream
Size: 5451 bytes
Desc: not available
URL: <http://list...
2011 Jul 14
1
Yes/No Pedantic Patch
Hello developers.
I have made a yes/no 'pedantic' patch that affects how ssh command line and
other agents that employ yes/no prompts interpret results.
The nature of the patch is the following:
When prompted with things like:
----SNIP----
./ssh localhost
The authenticity of host 'localhost (127.0.0.1)' can't be established.
RSA...
2005 Mar 07
1
[LLVMdev] Some fixes for g++ 4.x.x -pedantic
G++ 4.x.x with -pedantic option reject comma at end of enumerator list:
Attached patches let LLVM Instruction.h and Type.h headers compile using G++
4.x.x with lot warrnigs but without errors.
Vladimir
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Instruction.h.patch
Type: applica...