search for: graphdraw

Displaying 5 results from an estimated 5 matches for "graphdraw".

Did you mean: graphdrawer
2010 Sep 09
2
[LLVMdev] install llvm-tv on ubuntu
...---------------------------------------------------------------------------------------------------------- /root/Program_file/llvm/llvm_tv_src/tools/llvm-tv/PictureCanvas.h:38: error: ‘myImage’ was not declared in this scope In file included from /root/Program_file/llvm/llvm_tv_src/tools/llvm-tv/CFGGraphDrawer.h:10, from /root/Program_file/llvm/llvm_tv_src/tools/llvm-tv/CFGGraphDrawer.cpp:1: /root/Program_file/llvm/llvm_tv_src/tools/llvm-tv/GraphDrawer.h: At global scope: /root/Program_file/llvm/llvm_tv_src/tools/llvm-tv/GraphDrawer.h:28: error: ISO C++ forbids declaration of ‘wxImage’...
2012 Jun 06
2
[LLVMdev] llvm-tv
I fixed most of the errors. There is a weird error I am seeing and seems to be some incompatibility in expanding macros between FileSystem.h in LLVM and intl.h in wxWidgets. Any idea how to fix this? In file included from /home/arhishee/work/llvm-tv/llvm-tv/tools/llvm-tv/GraphDrawer.cpp:4: In file included from /home/arhishee/work/llvm-tv/llvm30/include/llvm/Support/FileUtilities.h:18: In file included from /home/arhishee/work/llvm-tv/llvm30/include/llvm/Support/FileSystem.h:34: /home/arhishee/work/llvm-tv/llvm30/include/llvm/Support/system_error.h:895:38: error: use of unde...
2012 Jun 06
0
[LLVMdev] llvm-tv
...most of the errors. > > There is a weird error I am seeing and seems to be some incompatibility in > expanding macros between FileSystem.h in LLVM and intl.h in wxWidgets. Any > idea how to fix this? > > In file included from > /home/arhishee/work/llvm-tv/llvm-tv/tools/llvm-tv/GraphDrawer.cpp:4: > In file included from > /home/arhishee/work/llvm-tv/llvm30/include/llvm/Support/FileUtilities.h:18: > In file included from > /home/arhishee/work/llvm-tv/llvm30/include/llvm/Support/FileSystem.h:34: > /home/arhishee/work/llvm-tv/llvm30/include/llvm/Support/system_error.h:8...
2012 Jun 06
0
[LLVMdev] llvm-tv
On 6/5/12 7:45 PM, AbhishekR wrote: > Thanks John. I verified that and poolalloc builds with LLVM 3.0. I > used clang for compiling wxWidgets, LLVM 3.0 and poolalloc. > > But llvm-tv build still gives build error. I take it that llvm-tv is > still incompatible with these versions of poolalloc and LLVM 3.0. I > think the code is manageable - couple of files in lib,include and
2012 Jun 06
3
[LLVMdev] llvm-tv
Thanks John. I verified that and poolalloc builds with LLVM 3.0. I used clang for compiling wxWidgets, LLVM 3.0 and poolalloc. But llvm-tv build still gives build error. I take it that llvm-tv is still incompatible with these versions of poolalloc and LLVM 3.0. I think the code is manageable - couple of files in lib,include and some 30 odd small files in tools directory. I'll have a look at