Displaying 17 results from an estimated 17 matches for "drc_invoked".
2007 Dec 20
2
SHLIB steps on a Makefile
...the commands that Rcmd SHLIB appeared to be running and
copied those onto the Makefile. But one step seems to be missing, the
creation of the _res.rc file needed by windres
g++-sjlj -I$(RHOME)/include -I../inst/include/ -O2 -Wall -c pkg.cpp -o pkg.o
windres --preprocessor="gcc-sjlj -E -xc -DRC_INVOKED"
-I$(RHOME)/include -I../inst/include -i pkg_res.rc -o pkg_res.o
g++-sjlj -shared -s -o pkg.dll pkg.def pkg.o FL pkg_res.o -L$(RHOME)/bin -lR
This might be fairly obvious, but it is my first attempt at compiling
with MinGW and my search has been fruitless.
What is it that I need to add to r...
2008 May 01
2
Error while making R package
...-Ic:/R/R-2.6.2/include -O3 -Wall -c
CGHseg_rewrite.c -o CGHseg_rewrite.o
gcc-sjlj -std=gnu99 -Ic:/R/R-2.6.2/include -O3 -Wall -c rowMedians.c
-o rowMedians.o
gcc-sjlj -std=gnu99 -Ic:/R/R-2.6.2/include -O3 -Wall -c runavg.c -o
runavg.o
windres --preprocessor="gcc-sjlj -E -xc -DRC_INVOKED" -I
c:/R/R-2.6.2/include -i t1_res.rc -o t1_res.o
gcc-sjlj -std=gnu99 -shared -s -o t1.dll t1.def CGHseg_rewrite.o
rowMedians.o runavg.o t1_res.o -Lc:/R/R-2.6.2/bin -lR
... DLL made
installing DLL
installing R files
installing data files
rm: failed to get attributes of `/':...
2008 Sep 16
2
odesolve dynload example
...he odesolve
dynload example.
I am using windows and have just installed rtools, and have the latest
version of stable R (2..7.2).
This is what happened:
C:\Program Files\R\R-2.7.2\library\odesolve\dynload\c>Rcmd SHLIB mymod.c
making mymod.d from mymod.c
windres --preprocessor="gcc -E -xc -DRC_INVOKED" -I
C:/PROGRA~1/R/R-27~1.2/include -i mymod_res.rc -o mymod_res.o
gcc -std=gnu99 -shared -s -o mymod.dll mymod.def mymod.o mymod_res.o
-LC:/PROGRA~1/R/R-27~1.2/bin -lR
Cannot export myderivs: symbol not found
Cannot export myjac: symbol not found
Cannot export mymod: symbol not found
my...
2008 Mar 31
1
Compile dll in Windows XP
...n be called in R but when I type "RCMD SHLIB foo.c" I receive the following message in my Command prompt:
making foo.d from foo.c
make: [foo.d] Error 255 (ignored)
cat: foo.d: No such file or directory
make: [makeMakedeps] Error 1 (ignored)
windres --preprocessor = "gcc-sjlj -E -xc -DRC_INVOKED" -I C:/Progra~1/R/R-26~1.2/
include -i foo_res.rc -o foo_res.o
c:\MinGW\bin\windres.exe: unknown format type 'C:/PROGRA~1/R/R-26~1.2/include'
c:\MinGW\bin\windres.exe: supported formats: rc res coff
make: ***[foo_res.o] Error 1
Could someone please help me with what's going wrong?...
2007 Oct 09
2
Package compile under Windows on 2.6.0
...FLCore ------------
adding build stamp to DESCRIPTION
installing NAMESPACE file and metadata
making DLL ...
making FLCoreClasses.d from FLCoreClasses.cpp
g++-sjlj -Ic:/progra~1/r/r-2.6.0/include -Wall -O2 -c
FLCoreClasses.cpp -o FLCoreClasses.o
windres --preprocessor="gcc-sjlj -E -xc -DRC_INVOKED" -I
c:/progra~1/r/r-2.6.0/include -i FLCore_res.rc -o FLCore_res.o
g++-sjlj -shared -s -o FLCore.dll FLCore.def FLCoreClasses.o
FLCore_res.o -Lc:/progra~1/r/r-2.6.0/bin -lR
... DLL made
installing DLL
installing R files
installing inst files
rm: failed to get attributes of `/':...
2008 May 19
1
using zlib in a package: problems in windows
...nfiguration
**********************************************
adding build stamp to DESCRIPTION
installing NAMESPACE file and metadata
making DLL ...
making nnhl.d from nnhl.c
gcc -std=gnu99 -Ic:/R/R-patc~1/include -O3 -Wall -c nnhl.c -o nnhl.o
windres --preprocessor="gcc -E -xc -DRC_INVOKED" -I
c:/R/R-patc~1/include -i RJaCGH_res.rc -o RJaCGH_res.o
gcc -std=gnu99 -shared -s -o RJaCGH.dll RJaCGH.def nnhl.o
RJaCGH_res.o -Lc:/R/R-patc~1/bin -lRzlib -lR
nnhl.o:nnhl.c:(.text+0x138f): undefined reference to `gzprintf'
nnhl.o:nnhl.c:(.text+0x13ae): undefined reference to `gzp...
2009 May 22
2
Step by step: Making an R package with Fortran 95
...ge Testme ------------
adding build stamp to DESCRIPTION
installing NAMESPACE file and metadata
making DLL ...
"g95" -O3 -c a01.CalculatorMod.f95 -o a01.CalculatorMod.o
"g95" -O3 -c a02.ANiceSubroutine.f95 -o a02.ANiceSubroutine.o
windres --preprocessor="gcc -E -xc -DRC_INVOKED" -I
C:/PROGRA~1/R/R-28~1.1/inclu
de -i Testme_res.rc -o Testme_res.o
"g95" -shared -s -o Testme.dll Testme.def a01.CalculatorMod.o
a02.ANiceSubroutine.o
Testme_res.o -LC:/PROGRA~1/R/R-28~1.1/bin -lR
ld: Testme.def:6: syntax error
ld:Testme.def: file format not recognized; treat...
2008 Aug 17
1
package building problem on windows
...glm ------------
adding build stamp to DESCRIPTION
installing NAMESPACE file and metadata
making DLL ...
gcc -std=gnu99 -IC:/PROGRA~1/R/R-2.7.1/include -O3 -Wall -c
boundedQR.c -
o boundedQR.o
gfortran -O3 -c boundedQRf.f -o boundedQRf.o
windres --preprocessor="gcc -E -xc -DRC_INVOKED" -I C:/PROGRA~1/R/
R-2.7.1/includ
e -i biglm_res.rc -o biglm_res.o
gcc -std=gnu99 -shared -s -o biglm.dll biglm.def boundedQR.o
boundedQRf.o big
lm_res.o -LC:/PROGRA~1/R/R-2.7.1/bin -lgfortran -lR
... DLL made
installing DLL
installing R files
installing man source files...
2009 Mar 05
1
problem building a package with C code (PR#13572)
...6073413
Using auto-selected zip options ''
---------- Making package mypkg ------------
adding build stamp to DESCRIPTION
making DLL ...
making foo.d from foo.c
gcc -std=gnu99 -Ic:/ARCHIV~1/R/R-27~1.2/include -O3 -Wall -c foo.c
-o foo
.o
windres --preprocessor="gcc -E -xc -DRC_INVOKED" -I
c:/ARCHIV~1/R/R-27~1.2/inclu
de -i mypkg_res.rc -o mypkg_res.o
gcc -std=gnu99 -shared -s -o mypkg.dll mypkg.def foo.o mypkg_res.o
-Lc:/ARCH
IV~1/R/R-27~1.2/bin -lR
... DLL made
installing DLL
installing R files
installing data files
installing man source files
installin...
2008 Apr 29
1
non-digits in svnversion output mess up windows build if USE_SVNVERSION=yes (PR#11339)
...the build:
E:\R\R-svn\r-devel\src\gnuwin32>make all recommended
make --no-print-directory -C front-ends Rpwd
make -C ../../include -f Makefile.win version
make Rpwd.exe
gcc -std=gnu99 -I../../include -O3 -Wall -pedantic -c rpwd.c -o rpwd.o
windres --preprocessor="gcc -E -xc -DRC_INVOKED" -i rcico.rc -o rcico.o
c:\Rtools\MinGW\bin\windres.exe: rcico.rc:9: syntax error
make[3]: *** [rcico.o] Error 1
make[2]: *** [Rpwd] Error 2
make[1]: *** [front-ends/Rpwd.exe] Error 2
make: *** [all] Error 2
Line 9 of src\gnuwin32\front-ends\rcico.rc is
FILEVERSION R_FILEVERSION...
2010 Mar 30
1
[LLVMdev] MinGW LLVM-GCC usage issues
...t this may not required in 2.7.
2) As binutils windres executable from http://sourceforge.net/projects/mingw/files/GNU%20Binutils/ defaults to using gcc as the preprocessor, I've hacked up Makefiles (eg - vim) to use something similar to:
$(WINDRES) --preprocessor="$(CC) -E -xc" -DRC_INVOKED ...
so that CC=llvm-gcc.exe overrides work as expected. I'm not sure this is the best way to "fix" the issue but I do not believe maintaining a custom llvm-windres.exe is the solution either. Other ideas?
Jon
2007 Nov 28
0
trouble for building R package in Windows
...his/R/R2.6.1/bin/roots.Rcheck
---------- Making package roots ------------
adding build stamp to DESCRIPTION
making DLL ...
making fifrt.d from fifrt.c
gcc-sjlj -std=gnu99 -Ic:/removethis/R/R2.6.1/include -O3 -Wall
-c fifrt.c -o fifrt.o
windres --preprocessor="gcc-sjlj -E -xc -DRC_INVOKED" -I
c:/removethis/R/R2.6.1/include -i roots_res.rc -o roots_res.o
gcc-sjlj -std=gnu99 -shared -s -o roots.dll roots.def fifrt.o
roots_res.o -Lc:/removethis/R/R2.6.1/bin -lR
... DLL made
installing DLL
installing R files
installing man source files
rm: failed to get attr...
2008 Dec 02
0
Rcmd build problem: gcc.exe no input files (R.2.8.0 on Win XP)
...package gRbase ------------
adding build stamp to DESCRIPTION
making DLL ...
gcc -std=gnu99 -Ic:/programs/R/prev/include -O3 -Wall -c setops.c -o setops.o
gcc -std=gnu99 -Ic:/programs/R/prev/include -O3 -Wall -c triangmcwh.c -o triangmcwh.o
windres --preprocessor="gcc -E -xc -DRC_INVOKED" -I c:/programs/R/prev/include -i gRbase_res.rc -o gRbase_res.o
gcc -std=gnu99 -shared -s -o gRbase.dll gRbase.def setops.o triangmcwh.o gRbase_res.o -Lc:/programs/R/prev/bin -Lc:/programs/R/prev/bin -lRlapack -Lc:/programs/R/prev/bin -lRblas -lgfortran -lR
... DLL made
- so the old...
2009 Sep 03
1
building r packages for windows on a mac/linux
--- On Thu, 3/9/09, Vinh Nguyen <vinhdizzo at gmail.com> wrote:
> hi hin-tak,
>
> i'm trying to build r packages for windows on a
> mac/linux. i guess
> this used to possible and supported, but is no longer
> supported. i
> ran into this post of yours,
> https://stat.ethz.ch/pipermail/r-devel/2009-July/053971.html,
> and hope
> u don't mind me
2008 Apr 29
0
non-digits in svnversion output mess up windows build if (PR#11340)
...r-devel\src\gnuwin32>make all recommended
> make --no-print-directory -C front-ends Rpwd
> make -C ../../include -f Makefile.win version
> make Rpwd.exe
> gcc -std=gnu99 -I../../include -O3 -Wall -pedantic -c rpwd.c -o rpwd.o
> windres --preprocessor="gcc -E -xc -DRC_INVOKED" -i rcico.rc -o rcico.o
> c:\Rtools\MinGW\bin\windres.exe: rcico.rc:9: syntax error
> make[3]: *** [rcico.o] Error 1
> make[2]: *** [Rpwd] Error 2
> make[1]: *** [front-ends/Rpwd.exe] Error 2
> make: *** [all] Error 2
>
> Line 9 of src\gnuwin32\front-ends\rcic...
2008 Apr 19
1
nondigits in R_FILEVERSION mess up Windows build
...the build:
E:\R\R-svn\r-devel\src\gnuwin32>make all recommended
make --no-print-directory -C front-ends Rpwd
make -C ../../include -f Makefile.win version
make Rpwd.exe
gcc -std=gnu99 -I../../include -O3 -Wall -pedantic -c rpwd.c -o rpwd.o
windres --preprocessor="gcc -E -xc -DRC_INVOKED" -i rcico.rc -o rcico.o
c:\Rtools\MinGW\bin\windres.exe: rcico.rc:9: syntax error
make[3]: *** [rcico.o] Error 1
make[2]: *** [Rpwd] Error 2
make[1]: *** [front-ends/Rpwd.exe] Error 2
make: *** [all] Error 2
Line 9 of src\gnuwin32\front-ends\rcico.rc is
FILEVERSION R_FILEVERSION...
2008 Apr 29
0
non-digits in svnversion output mess up windows build if (PR#11341)
...ake all recommended
> > make --no-print-directory -C front-ends Rpwd
> > make -C ../../include -f Makefile.win version
> > make Rpwd.exe
> > gcc -std=gnu99 -I../../include -O3 -Wall -pedantic -c rpwd.c -o rpwd.o
> > windres --preprocessor="gcc -E -xc -DRC_INVOKED" -i rcico.rc -o rcico.o
> > c:\Rtools\MinGW\bin\windres.exe: rcico.rc:9: syntax error
> > make[3]: *** [rcico.o] Error 1
> > make[2]: *** [Rpwd] Error 2
> > make[1]: *** [front-ends/Rpwd.exe] Error 2
> > make: *** [all] Error 2
> >
> > Line...