search for: has_deve

Displaying 2 results from an estimated 2 matches for "has_deve".

Did you mean: has_dev
2012 Sep 19
1
[PATCH 1/1] lua: Cleaned up the dmi table structure in Lua.c32 and added all missing DMI subtables
From: Hung-chi Lihn <hlihn at google.com> In the current Lua.c32 DMI implementation, it is a flat table with dotted names in table entries. It also misses a number DMI sub-tables. This patch, cleans up the DMI table structure using Lua's nested table structure and adds all missing DMI sub-tables. If a DMI sub-table is not supported by the hardware (not filled), then the corresponding
2014 Jun 27
0
R CMD SHLIB failure (Win7 64-bit OS)
...-s -static-libgcc -o <filename.dll> <filename.o> -LC:/R/R-3.1.0/bin/x64 -lR I do get a .dll file which does work in R using dynload("filename.dll"), so I am wondering if it might be related to the "Makeconf" file? As another test, if I type in R: library(devtools) has_deve() I get: make: *** No rule to make target `foo.o', needed by `foo.dll'. Stop. Warning message: running command 'make -f "C:/R/R-3.1.0/etc/x64/Makeconf" -f "C:/R/R-3.1.0/share/make/winshlib.mk" SHLIB="foo.dll" WIN=64 TCLBIN=64 OBJECTS="foo.o"...