search for: mingw_32

Displaying 18 results from an estimated 18 matches for "mingw_32".

Did you mean: mingw32
2017 Jun 03
3
cygwin1.dll problems when installing packages from source
...source. I start with : install.packages("Boom",lib="C:/RownLib",type="source") I get the following error message : * installing *source* package 'Boom' ... ** package 'Boom' successfully unpacked and MD5 sums checked ** libs *** arch - i386 c:/Rtools/mingw_32/bin/g++ -std=gnu++11 -I"C:/R/R-34~1.0/include" -I. -I../inst/include -IBmath -Imath/cephes -DNO_BOOST_THREADS -DNO_BOOST_FILESYSTEM -DADD_ -DRLANGUAGE -I"C:/RownLib/BH/include" -I"d:/Compiler/gcc-4.9.3/local330/include" -O2 -Wall -mtune=core2 -c Models/Bart/Bart....
2017 Jun 03
2
cygwin1.dll problems when installing packages from source
...> > > Do you have multiple copies of cygwin1.dll? > > Duncan Murdoch > > >> * installing *source* package 'Boom' ... >> ** package 'Boom' successfully unpacked and MD5 sums checked >> ** libs >> >> *** arch - i386 >> c:/Rtools/mingw_32/bin/g++ -std=gnu++11 -I"C:/R/R-34~1.0/include" >> -I. -I../inst/include -IBmath -Imath/cephes -DNO_BOOST_THREADS >> -DNO_BOOST_FILESYSTEM -DADD_ -DRLANGUAGE -I"C:/RownLib/BH/include" >> -I"d:/Compiler/gcc-4.9.3/local330/include" -O2 -Wall -mtune...
2017 Jun 03
0
cygwin1.dll problems when installing packages from source
...ot;) > > I get the following error message : Do you have multiple copies of cygwin1.dll? Duncan Murdoch > > * installing *source* package 'Boom' ... > ** package 'Boom' successfully unpacked and MD5 sums checked > ** libs > > *** arch - i386 > c:/Rtools/mingw_32/bin/g++ -std=gnu++11 -I"C:/R/R-34~1.0/include" > -I. -I../inst/include -IBmath -Imath/cephes -DNO_BOOST_THREADS > -DNO_BOOST_FILESYSTEM -DADD_ -DRLANGUAGE -I"C:/RownLib/BH/include" > -I"d:/Compiler/gcc-4.9.3/local330/include" -O2 -Wall -mtune=core2 >...
2018 Feb 13
4
Setting the path to Rtools for package compilation on Windows
...(the ... are other paths irrelevant for R/Rtools). When I run M:\Work\RLibs>R.exe CMD INSTALL --build WGCNA I get the following ouput: In R CMD INSTALL * installing to library 'M:/R/R-3.4.3/library' * installing *source* package 'WGCNA' ... ** libs *** arch - i386 c:/Rtools/mingw_32/bin/g++ -I"M:/R/R-3.4.3/include" -DNDEBUG -O2 -Wall -mtune=generic -c bucketApproxSort.cc -o bucketApproxSort.o c:/Rtools/mingw_32/bin/g++: not found make: *** [bucketApproxSort.o] Error 127 Warning: running command 'make -f "Makevars.win" -f "M:/R/R-3.4.3/etc/i386/Ma...
2017 Jun 03
0
cygwin1.dll problems when installing packages from source
...u have multiple copies of cygwin1.dll? > > Duncan Murdoch > > > * installing *source* package 'Boom' ... > ** package 'Boom' successfully unpacked and MD5 sums checked > ** libs > > *** arch - i386 > c:/Rtools/mingw_32/bin/g++ -std=gnu++11 -I"C:/R/R-34~1.0/include" > -I. -I../inst/include -IBmath -Imath/cephes -DNO_BOOST_THREADS > -DNO_BOOST_FILESYSTEM -DADD_ -DRLANGUAGE -I"C:/RownLib/BH/include" > -I"d:/Compiler/gcc-4.9.3/local330/include" -O2 -...
2018 Feb 13
0
Setting the path to Rtools for package compilation on Windows
...run > > M:\Work\RLibs>R.exe CMD INSTALL --build WGCNA > > I get the following ouput: > > In R CMD INSTALL > * installing to library 'M:/R/R-3.4.3/library' > * installing *source* package 'WGCNA' ... > ** libs > > *** arch - i386 > c:/Rtools/mingw_32/bin/g++??-I"M:/R/R-3.4.3/include" -DNDEBUG > -O2 -Wall??-mtune=generic -c bucketApproxSort.cc > -o bucketApproxSort.o > c:/Rtools/mingw_32/bin/g++: not found > make: *** [bucketApproxSort.o] Error 127 > Warning: running command 'make -f "Makevars.win" -f >...
2018 Mar 01
0
Small program embedding R crashes in 64 bits
...untered during an unwind operation". I'm not really good at C++ or makefile/compiler stuff, but I can't get it to work. I'm guessing this as to do with some longjumps to return to the prompt when there is an error but I don't know how to fix it. Compiling in 32 bits: P:/Rtools/mingw_32/bin/g++ -O3 -Wall -pedantic -IP:/R/R-3.4.3/include -c testr.cpp -o testr.o P:/Rtools/mingw_32/bin/g++ -o ./32.exe ./testr.o -LP:/R/R-3.4.3/bin/i386 -lR -lRgraphapp Results in: C:\test> 32.exe > a Error: object 'a' not found > # it works! But compiling in 64 bits: P:/Rtools/mingw_...
2020 Mar 11
1
R CMD INSTALL cannot recognize full path on Windows
...;C:/Program >> Files/R/R-devel/library' >> * installing *source* package 'testPackage' ... >> ** using staged installation >> ** libs >> >> *** arch - i386 >> The filename, directory name, or volume label syntax is incorrect. >> c:/Rtools/mingw_32/bin/g++ -std=gnu++11 -I"C:/PROGRA~1/R/R-devel/include" >> -DNDEBUG -I'C:/Program Files/R/R-devel/library/Rcpp/include' >> -I"C:/projects/BUILD/R-source-win32/extsoft/include" -O2 -Wall >> -mfpmath=sse -msse2 -c RcppExports.cpp -o RcppExports.o &gt...
2020 Mar 11
0
R CMD INSTALL cannot recognize full path on Windows
...ar.gz* installing to library 'C:/Program > Files/R/R-devel/library' > * installing *source* package 'testPackage' ... > ** using staged installation > ** libs > > *** arch - i386 > The filename, directory name, or volume label syntax is incorrect. > c:/Rtools/mingw_32/bin/g++ -std=gnu++11 -I"C:/PROGRA~1/R/R-devel/include" > -DNDEBUG -I'C:/Program Files/R/R-devel/library/Rcpp/include' > -I"C:/projects/BUILD/R-source-win32/extsoft/include" -O2 -Wall > -mfpmath=sse -msse2 -c RcppExports.cpp -o RcppExports.o > c:/Rtools...
2020 Mar 10
4
R CMD INSTALL cannot recognize full path on Windows
Oops, I think both of us forget to cite the r-devel channel. Best, Jiefei On Tue, Mar 10, 2020 at 5:13 AM Wang Jiefei <szwjf08 at gmail.com> wrote: > Thanks for your quick response, Tomas. > > Yes, this is a path issue, I think the problem is related to R, not the > Rtools make. I built an example package for reproducing the problem: > https://github.com/Jiefei-Wang/example
2017 Mar 12
1
. Possible issue with R-tools on Windows
...tart: set Rroot=c:\ProgramF\R\R-3.3.2patched set RtoolsRoot=c:\PROGRAMF\R\Rtools3p3 To change the R version I simply copy the file and change the above two lines correspondingly. This worked for years until recently when > R CMD INSTALL Countr_3.2.8.tar.gz Produced an error: .... c:/Rtools/mingw_32/bin/g++: not found ... (notice that the installer looks in c:/Rtools for g++) I knew and checked again that the path to Rtools was passed correctly. I dealt with this by installing Rtools in c:\Rtools and changing the above line in the batch file to: REM was: set RtoolsRoot=c:\PROGRAMF\R\Rtools3...
2019 Feb 16
3
Trying to compile R 3.5.2 - 32 bit R - on Windows 10 64 bit - with ICU support
...531.zip to W:\R-3.5._\App\R-Portable\ICU I have modified MkRules.local # set to use ICU USE_ICU = YES # path to parent of ICU headers ICU_PATH = w:/R-3.5._/App/R-Portable/ICU I have done export R_ICU_LOCALE=en_US When I try to compile ( 32 bit compile ), I am getting these errors. w:/Rtools35/mingw_32/bin/gcc -std=gnu99 -m32 -shared -s -mwindows -o R.dll R.def console.o dynload.o editor.o embeddedR.o extra.o malloc.o opt.o pager.o pr eferences.o psignal.o rhome.o rt_complete.o rui.o run.o shext.o sys-win32.o system.o dos_wglob.o dllversion.o e_pow.o ../main/libmain.a ../appl/libappl.a . ./nmath/...
2018 Apr 24
0
Compile issues when building survival package from source
...o build locally using R CMD build, but this failed with errors about undefined references. Upon closer inspection, the undefined references relate to files that give a warning when compiled through install.packages("survival", type = "source") on Windows, for example: D:/Rtools/mingw_32/bin/gcc -I"D:/R/R-35~1.0/include" -DNDEBUG -O3 -Wall -std=gnu99 -mtune=generic -c agfit4.c -o agfit4.o agfit4.c: In function 'agfit4': agfit4.c:334:20: warning: 'dtime' may be used uninitialized in this function [-Wmaybe-uninitialized] if (tstop...
2018 Feb 09
3
R Compilation gets stuck on Windows 64
.../, and use / not \. # Do this in the more detailed options below # Set this to 32 or 64 WIN = 64 ### BEGIN more detailed options # Some of the toolchains have prefixes for e.g. ar, gcc. # This can also be used to give the full path to the compiler, # including a trailing / . # BINPREF = c:/Rtools/mingw_32/bin/ # prefix for 64-bit: BINPREF64 = D:/Rtools/mingw_64/bin/ # Set this to indicate a non-gcc compiler and version # COMPILED_BY = <determined automatically> # Others use a -m64 or -m32 option to select architectures # M_ARCH = -m64 # and for as (--32 or --64) # AS_ARCH = --64 # and for win...
2018 Feb 09
0
R Compilation gets stuck on Windows 64
...etailed options below > # Set this to 32 or 64 > WIN = 64 > > > ### BEGIN more detailed options > # Some of the toolchains have prefixes for e.g. ar, gcc. > # This can also be used to give the full path to the compiler, > # including a trailing / . > # BINPREF = c:/Rtools/mingw_32/bin/ > # prefix for 64-bit: > BINPREF64 = D:/Rtools/mingw_64/bin/ > # Set this to indicate a non-gcc compiler and version > # COMPILED_BY = <determined automatically> > > # Others use a -m64 or -m32 option to select architectures > # M_ARCH = -m64 > # and for as (--32...
2018 Feb 09
2
R Compilation gets stuck on Windows 64
Hi All, I am trying to compile R from source on a 64 bit Windows. I have downloaded and installed all the third party software as per the R - documentation. The compilation starts fine and after a while it stops with the following error message: D:/Rtools/mingw_64/bin/../lib/gcc/x86_64-w64-mingw32/4.9.3/../../../../x86_64-w64-mingw32/bin/ld.exe: cannot find -lRgraphapp collect2.exe: error: ld
2017 Feb 14
6
Registration of native routines
Registration of 'native routines' (entry points in compiled code loaded into R) has been available for over 14 years, but few packages make use of it (less than 10% of those on CRAN with compiled code). Registration has similar benefits to name spaces in R code: - it ensures that the routines used by .C, .Call etc are those in your package (without needing a PACKAGE argument). - it
2018 Feb 09
1
R Compilation gets stuck on Windows 64
...this to 32 or 64 >> WIN = 64 >> >> >> ### BEGIN more detailed options >> # Some of the toolchains have prefixes for e.g. ar, gcc. >> # This can also be used to give the full path to the compiler, >> # including a trailing / . >> # BINPREF = c:/Rtools/mingw_32/bin/ >> # prefix for 64-bit: >> BINPREF64 = D:/Rtools/mingw_64/bin/ >> # Set this to indicate a non-gcc compiler and version >> # COMPILED_BY = <determined automatically> >> >> # Others use a -m64 or -m32 option to select architectures >> # M_ARCH = -...