Renato Golin
2011-Feb-14 09:17 UTC
[LLVMdev] Introducing LLBrowse: A graphical browser for LLVM modules
I think this deserves a blog post... --renato -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110214/7ce81293/attachment.html>
Talin
2011-Feb-14 18:39 UTC
[LLVMdev] Introducing LLBrowse: A graphical browser for LLVM modules
On Mon, Feb 14, 2011 at 1:17 AM, Renato Golin <rengolin at systemcall.org>wrote:> I think this deserves a blog post... > > I'd like to wait until I get some feedback - I don't know yet if anyone ishaving trouble building or running the thing...> --renato >-- -- Talin -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110214/d9962099/attachment.html>
Török Edwin
2011-Feb-14 18:58 UTC
[LLVMdev] Introducing LLBrowse: A graphical browser for LLVM modules
On 2011-02-14 20:39, Talin wrote:> > > On Mon, Feb 14, 2011 at 1:17 AM, Renato Golin <rengolin at systemcall.org > <mailto:rengolin at systemcall.org>> wrote: > > I think this deserves a blog post... > > I'd like to wait until I get some feedback - I don't know yet if anyone > is having trouble building or running the thing...Hi Talin, What version of wxwidgets does llbrowse require, tried 2.8.10, and 2.9.1 and none worked: /home/edwin/llbrowse/include/llbrowse/Resources.h:46: error: ISO C++ forbids declaration of ‘wxImageList’ with no type /home/edwin/llbrowse/include/llbrowse/Resources.h:46: error: expected ‘;’ before ‘*’ token /home/edwin/llbrowse/include/llbrowse/Resources.h:47: error: ISO C++ forbids declaration of ‘wxImageList’ with no type /home/edwin/llbrowse/include/llbrowse/Resources.h:47: error: expected ‘;’ before ‘*’ token Some other minor issues: 1. If llvm-config is not in the path, 'cmake .' succeeds, and 'make fails'. cmake-gui shows that the problem is LLVM_CONFIG_EXECUTABLE-NOTFOUND. 2. It doesn't seem to build with LLVM 2.8, maybe you should check the LLVM version in CMake: /home/edwin/llbrowse/lib/BrowserApp.cpp:9:34: error: llvm/Support /Signals.h: No such file or directory Best regards, --Edwin
John Myers
2011-Feb-14 20:01 UTC
[LLVMdev] Introducing LLBrowse: A graphical browser for LLVM modules
On Mon, Feb 14, 2011 at 10:39 AM, Talin <viridia at gmail.com> wrote> > >> I'd like to wait until I get some feedback - I don't know yet if anyone is > having trouble building or running the thing... >Hi Talin, This is the build error I get on my ubuntu 64 bit system... john at ubuntu:~/src/build-llbrowse$ make [ 5%] Building CXX object CMakeFiles/llbrowse.dir/lib/Formatting.cpp.o /home/john/src/llbrowse/lib/Formatting.cpp: In function ‘void printTypeExpansion(wxTextOutputStream&, const llvm::Module*, const llvm::Type*, uint32_t)’: /home/john/src/llbrowse/lib/Formatting.cpp:33: error: ‘X86_MMXTyID’ is not a member of ‘llvm::Type’ make[2]: *** [CMakeFiles/llbrowse.dir/lib/Formatting.cpp.o] Error 1 make[1]: *** [CMakeFiles/llbrowse.dir/all] Error 2 make: *** [all] Error 2 john at ubuntu:~/src/build-llbrowse$ llvm-config --version 2.9svn -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110214/27a75689/attachment.html>
Maybe Matching Threads
- [LLVMdev] Introducing LLBrowse: A graphical browser for LLVM modules
- [LLVMdev] Introducing LLBrowse: A graphical browser for LLVM modules
- [LLVMdev] Introducing LLBrowse: A graphical browser for LLVM modules
- [LLVMdev] Introducing LLBrowse: A graphical browser for LLVM modules
- [LLVMdev] Introducing LLBrowse: A graphical browser for LLVM modules