Displaying 20 results from an estimated 1052 matches for "pedantically".
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
I get the following error when building R from the subversion server as
well as the latest tarball. I am on Windows XP, and I recently updated
my MinGW installation. It's quite possible I am doing something wrong,
but I am not sure what that might be.
making console.d from console.c
making dataentry.d from dataentry.c
making dynload.d from dynload.c
making edit.d from edit.c
making editor.d
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
This looks like the result of including a C++ system header inside an
extern "C" block. There is no evidence of this happening in the current
version 2.22.1. However, it did happen in the previous version 2.22 via
the chain of inclusions:
MCMCglmmcc.h -> cs.h -> R.h -> various C++ system headers
See Writing R Extensions P 108.
I would check that the people reporting this bug
2016 Aug 19
0
can't build from source: error: template with C linkage
Jarrod,
On 19 August 2016 at 04:43, Jarrod Hadfield wrote:
| 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
2019 Jan 27
2
How does LLVM know where to resolve declared only functions?
> It's the linkers job to hook together functions and definitions that end up in the same binary. Your OS will then hook in functions from other binaries when your executable is loaded into memory.
How does it know whether it is a system function or a user-defined function?
It seems that user functions have higher priorities over system
functions as demonstrated by the following example.
2010 Dec 30
1
problem building R 2.12.1 64-bit on Windows 7
Hello,
I am stuck trying to build 64-bit R 2.12.1 on Windows 7, hopefully the
problem is obvious and someone can point out what I'm missing.
Well into the "make all recommended" process, I get an error:
make[4]: *** [Rzlib.dll] Error 4
(A longer report on the error in the build print is below - there
is also help output from sed that I have included but don't know if it
is
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
I haven't been able to build yesterday's R-devel (or, as a test,
R-devel_2005-03-11) on Windows XP. The error message I'm getting is to
do with 'arithmetic.c', as shown below.
Current R-patched seems to build fine, and I've built previous R-devels
from source fairly often in the past-- though I have no understanding
whatsoever of what's going on. FWIW the only changes
2003 Sep 30
2
cluster & mgcv update
Hello,
After reinstalling the whole OS and R as well, I tried to update.packages()
and get the follwing error message:
concerning the mgcv update: atlas2-base is installed and blas as well (on
debian). I haven't found lf77blas, I assume it's a library or something
similar associated with blas.
any suggestion how to solve that, thanks Martin
* Installing *source* package
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 namespaces.
I went ahead and hunted down
2023 Nov 12
1
Segmentation fault early in compilation of revision 85514
When trying to compile R on Windows 10 64-bit using LTO as I always do, I
encountered a segmentation fault early in the compilation. I am uncertain
as to what it means (please see below for error extract). I am using the
most recent version of Rtools43 (5863) and updated its libraries prior to
starting the build. My EOPTS is " -march=native -pipe -mno-rtm" and my
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
Dear R People:
I'm installing R 2-.15.1 on a Windows 32 bit machine from source.
I'm getting a strange error about init.win (please see below)
Does this look familiar to anyone, please?
Thanks,
Erin
Microsoft Windows [Version 6.1.7600]
Copyright (c) 2009 Microsoft Corporation. All rights reserved.
c:\R\R-2.15.1\src\gnuwin32>make all recommended
make all recommended
make[1]:
2004 Nov 15
1
installing knncat package
Hi all,
I am wondering if anyone has problem installing 'knncat' package. I tried to
install using 'Rcmd INSTALL knncat_1.1.1.tar.gz', error message appeared. I
attached the message in the end. I allso tried to install from RGui, but it
was not listed.
Thanks in advance.
Regards, jenny
---------- Making package knncat ------------
adding build stamp to DESCRIPTION
2000 Apr 26
2
Cross compiling a package for Windows on Linux
I would like to compile for Windows a rather simple R package that
contains some C code. It does not contain any Fortran code.
I tried the cross-compilation route using the pre-built set of tools
from http://www.devolution.com/~slouken/SDL/Xmingw32/, as described in
$R_SRC/src/gnuwin32/INSTALL
Using the sources in r-devel from the rsync site I am able to build
libR.a in src/gnuwin32 but I
2006 Nov 03
3
[LLVMdev] Build failure due to -pedantic?
The build is failing with;
LiveIntervalAnalysis.cpp:218: error: floating constant exceeds range
of 'double'
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
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 key fingerprint is
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: application/octet-stream
Size: 1332 bytes
Desc: not available
URL: