Advertisement
anuragjain

build fails

May 24th, 2011
234
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 3.70 KB | None | 0 0
  1. [ build CXX ] chart2/source/controller/main/ShapeToolbarController
  2. [ build CXX ] chart2/source/controller/main/StatusBarCommandDispatch
  3. /home/victor/git/libo/chart2/source/controller/main/ShapeController.cxx: In member function 'void chart::ShapeController::executeDispatch_FormatArea()':
  4. /home/victor/git/libo/chart2/source/controller/main/ShapeController.cxx:331: error: no match for 'operator==' in 'pColorItem->SvxColorTableItem::GetColorTable() == XColorTable::GetStdColorTable()'
  5. make[1]: *** [/home/victor/git/libo/solver/340/unxlngi6.pro/workdir/CxxObject/chart2/source/controller/main/ShapeController.o] Error 1
  6. make[1]: *** Waiting for unfinished jobs....
  7. dmake:  Error code 2, while making 'all'
  8.  
  9. -----------------------------------------------------------------------
  10.         Oh dear - something failed during the build - sorry !
  11.   For more help with debugging build errors, please see the section in:
  12.             http://wiki.documentfoundation.org/Development
  13.  
  14.   internal build errors:
  15.  
  16. ERROR: error 65280 occurred while making /home/victor/git/libo/tail_build/prj
  17.  
  18.  it seems that the error is inside 'tail_build', please re-run build
  19.  inside this module to isolate the error and/or test your fix:
  20. -----------------------------------------------------------------------
  21.  
  22. rm -Rf /home/victor/git/libo/tail_build/unxlngi6.pro # optional module 'clean'
  23. /bin/bash
  24. cd /home/victor/git/libo
  25. source ./LinuxX86Env.Set.sh
  26. cd tail_build
  27. make -r
  28.  
  29. when the problem is isolated and fixed exit and re-run 'make' from the top-level
  30. make: *** [all] Error 1
  31.  
  32.  
  33.  
  34.  
  35.  
  36.  
  37. ------------------------Partial build output for chart2 module is-----------------------
  38.  
  39. victor@victor-laptop:~/git/libo/chart2$ make clean
  40.  
  41.  
  42. [ build CXX ] chart2/source/controller/main/ShapeController
  43. R=/home/victor/git && S=$R/libo && O=$S/solver/340/unxlngi6.pro && W=$O/workdir &&  mkdir -p $W/CxxObject/chart2/source/controller/main/ && mkdir -p $W/Dep/CxxObject/chart2/source/controller/main/ && g++ -DCPPU_ENV=gcc3 -DCUI -DENABLE_GRAPHITE -DENABLE_GTK -DENABLE_LAYOUT=0 -DENABLE_LAYOUT_EXPERIMENTAL=0 -DGCC -DGXX_INCLUDE_PATH=/usr/include/c++/4.4 -DHAVE_GCC_VISIBILITY_FEATURE -DLINUX -DNDEBUG -DOPTIMIZE -DOSL_DEBUG_LEVEL=0 -DPRODUCT -DPRODUCT_FULL -DSOLAR_JAVA -DSUPD=340 -DUNIX -DUNX -DVCL -DX86 -D_PTHREADS -D_REENTRANT   -Wall -Wendif-labels -Wextra -Wno-ctor-dtor-privacy -Wno-non-virtual-dtor -Woverloaded-virtual -Wshadow -fPIC -fmessage-length=0 -fno-common -pipe  -fvisibility=hidden  -fvisibility-inlines-hidden  -fno-strict-aliasing   -DEXCEPTIONS_ON -fexceptions -fno-enforce-eh-specs  -Os -c $S/chart2/source/controller/main/ShapeController.cxx -o $W/CxxObject/chart2/source/controller/main/ShapeController.o -MMD -MT $W/CxxObject/chart2/source/controller/main/ShapeController.o -MF $W/Dep/CxxObject/chart2/source/controller/main/ShapeController.d -I$S/chart2/source/controller/main/ -I$O/inc/stl -I$O/inc/external -I$O/inc -I$S/solenv/unxlngi6/inc -I$S/solenv/inc -I$S/res -I$S/solenv/inc/Xp31 -I/usr/lib/jvm/java-6-sun/include -I/usr/lib/jvm/java-6-sun/include/linux -I/usr/lib/jvm/java-6-sun/include/native_threads/include -I$S/clone/calc/chart2/inc/pch -I$S/clone/calc/chart2/source/controller/inc -I$S/clone/calc/chart2/source/inc -I$O/inc -I$O/inc/offuh
  44. /home/victor/git/libo/chart2/source/controller/main/ShapeController.cxx: In member function ‘void chart::ShapeController::executeDispatch_FormatArea()’:
  45. /home/victor/git/libo/chart2/source/controller/main/ShapeController.cxx:331: error: no match foroperator==’ in ‘pColorItem->SvxColorTableItem::GetColorTable() == XColorTable::GetStdColorTable()
  46. make: *** [/home/victor/git/libo/solver/340/unxlngi6.pro/workdir/CxxObject/chart2/source/controller/main/ShapeController.o] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement