search for: dolayout

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

Did you mean: nolayout
2011 May 03
1
Compiling Rgraphiz on Windows 7 64bit with R-2.13.0
...JOR=2 -DGRAPHVIZ_MINOR=20 -DWin32 -O2 -Wall -std=gnu99 -c buildNodeList.c -o buildNodeList.o x86_64-w64-mingw32-gcc -I"C:/PROGRA~1/R/R-213~1.0/include" -IC:/BenSave/GoodiesW in64/graphviz/include/graphviz -DGRAPHVIZ_MAJOR=2 -DGRAPHVIZ_MINOR=20 -DWin32 -O2 -Wall -std=gnu99 -c doLayout.c -o doLayout.o doLayout.c: In function 'getEdgeLocs': doLayout.c:131:17: error: 'textlabel_t' has no member named 'p' doLayout.c:132:17: error: 'textlabel_t' has no member named 'p' doLayout.c: In function 'getNodeLayouts': doLayout.c:243:13: error:...
2009 Apr 24
1
Managing DLLs with the same names in an R session
...raphviz, E:\paboyoun>..\biocbld\bbs-2.4-bioc\R\bin\R CMD build Rgraphviz [...omitting output...] ** libs making DLL ... [...omitting output...] gcc -shared -s -o Rgraphviz.dll tmp.def LL_funcs.o Rgraphviz.o RgraphvizInit.o agopen.o agread.o agwr ite.o bezier.o buildEdgeList.o buildNodeList.o doLayout.o graphvizVersion.o init.o -LC:/Graphviz2.22/ bin -lgvc -lgraph -lcdt -Le:/biocbld/bbs-2.4-bioc/R/bin -lR [...omitting output...] but at run time R dispatches to the graph.dll from the graph package to resolve the symbols. R-2.9> Sys.which("graph.dll") graph...