Home » U++ TheIDE » U++ TheIDE: Installation, Compiling and Running of theide » Installing UPP on Centos 6.4 (make errors)
Installing UPP on Centos 6.4 [message #44950] |
Tue, 28 July 2015 23:52  |
nixnixnix
Messages: 415 Registered: February 2007 Location: Kelowna, British Columbia
|
Senior Member |
|
|
So with Mirek's help I installed gtk2-devel, libnotify-devel and bzip2-devel which are not included in the standard developer tools package on this distro and it now does lots of building but gets stuck with the following error
CtrlCore/GtkDrawOp.cpp: In member function 'virtual void Upp::SystemDraw::DrawRectOp(int, int, int, int, Upp::Color)':
CtrlCore/GtkDrawOp.cpp:135: error: 'CAIRO_OPERATOR_DIFFERENCE' was not declared in this scope
gmake[1]: *** [_out/CtrlCore//home/upp/Scripts/GCCMK.bm-Gcc-Gui-Linux-Mt-P osix-Shared/GtkDrawOp.o] Error 1
gmake[1]: Leaving directory `/home/nick/upp-x11-src-8227/uppsrc'
cp: cannot stat `uppsrc/ide.out': No such file or directory
make: *** [all] Error 1
Does anyone know what this is or how to fix it please? I have cairo-devel installed as part of the developer tools group install (yum groupinstall 'Development Tools').
Nick
|
|
|
|
|
|
Re: Installing UPP on Centos 6.4 [message #44965 is a reply to message #44955] |
Mon, 03 August 2015 06:38  |
nixnixnix
Messages: 415 Registered: February 2007 Location: Kelowna, British Columbia
|
Senior Member |
|
|
Thanks Klugier,
Mirek fixed the issue in tarball 8780. The full list of required libraries appears to be
yum groupinstall 'Development Tools'
yum install bzip2-devel
yum install expat-devel
yum install libnotify-devel
yum install gtk2-devel
yum install cairo-devel (not sure needed as might be part of group install)
yum install atk-devel (not sure needed as might be part of group install)
yum install pango-devel (not sure needed as might be part of group install)
Thanks,
Nick
|
|
|
Goto Forum:
Current Time: Sat Apr 26 13:28:48 CEST 2025
Total time taken to generate the page: 0.00896 seconds
|