[LLVMdev] still failed to build the llbrowse on Debian5-32b-llvm2.8

Chuck Zhao czhao at eecg.toronto.edu
Tue Feb 22 08:29:34 PST 2011


I still can't build LLBrowse on my Debian5-i386 machine today,
The following is a full build console output.
I am using LLVM-2.8 release build, with needed wxWidgets and CMake.

Thank you

Chuck

sideshow.eecg>time cmake ../llbrowse
-- The C compiler identification is GNU
-- The CXX compiler identification is GNU
-- Check for working C compiler: /steffan/a/a0/czhao/bin/bin32/gcc
-- Check for working C compiler: /steffan/a/a0/czhao/bin/bin32/gcc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Found wxWidgets: TRUE
-- Looking for assert.h
-- Looking for assert.h - found
-- Looking for auto_ptr.h
-- Looking for auto_ptr.h - not found
-- Looking for C++ include memory
-- Looking for C++ include memory - found
-- LLVM llvm-config found at: /steffan/a/a0/czhao/opt/opt32/llvm-2.8r/bin/llvm-config
-- Configuring done
-- Generating done
-- Build files have been written to: /steffan/a/a0/czhao/ResearchTools/LLVM/LLBrowse/obj
1.976u 2.100s 0:14.37 28.3%	0+0k 48680+2392io 174pf+0w
sideshow.eecg>time make
[  5%] Converting PNG image file resources/icons/folder.png
[ 11%] Converting PNG image file resources/icons/collapse.png
[ 16%] Converting PNG image file resources/icons/typeref.png
[ 22%] Converting PNG image file resources/icons/expand.png
[ 27%] Converting PNG image file resources/icons/type.png
[ 33%] Converting PNG image file resources/icons/function.png
[ 38%] Converting PNG image file resources/icons/module.png
[ 44%] Converting PNG image file resources/icons/variable.png
[ 50%] Converting PNG image file resources/icons/debug.png
[ 55%] Converting PNG image file resources/icons/meta.png
[ 61%] Converting PNG image file resources/icons/alias.png
[ 66%] Converting PNG image file resources/icons/constant.png
Scanning dependencies of target llbrowse
[ 72%] Building CXX object CMakeFiles/llbrowse.dir/lib/BrowserFrame.cpp.o
[ 77%] Building CXX object CMakeFiles/llbrowse.dir/lib/DetailsView.cpp.o
[ 83%] Building CXX object CMakeFiles/llbrowse.dir/lib/BrowserApp.cpp.o
/steffan/a/a0/czhao/ResearchTools/LLVM/LLBrowse/llbrowse/lib/BrowserApp.cpp: In member function 'virtual bool BrowserApp::OnInit()':
/steffan/a/a0/czhao/ResearchTools/LLVM/LLBrowse/llbrowse/lib/BrowserApp.cpp:29: error: 'PrintStackTraceOnErrorSignal' is not a member of 'llvm::sys'
make[2]: *** [CMakeFiles/llbrowse.dir/lib/BrowserApp.cpp.o] Error 1
make[1]: *** [CMakeFiles/llbrowse.dir/all] Error 2
make: *** [all] Error 2
7.228u 1.228s 0:12.34 68.3%	0+0k 13512+1784io 3pf+0w

sideshow.eecg>





More information about the llvm-dev mailing list