RHEL7.2-x86_64bit wxWidgets-2.8.12 unicode/GTK build codeblocks-12.11release8629

36 篇文章 0 订阅
27 篇文章 1 订阅
RHEL7.2-x86_64bit
wxWidgets-2.8.12   unicode/GTK build 
codeblocks-12.11release8629 








[root@localhost Packages]# rpm -ivh    gtk2-devel-2.24.28-8.el7.x86_64.rpm   atk-devel-2.14.0-1.el7.x86_64.rpm    gdk-pixbuf2-devel-2.31.6-3.el7.x86_64.rpm       cairo-1.14.2-1.el7.x86_64.rpm    cairo-devel-1.14.2-1.el7.x86_64.rpm     cairo-gobject-1.14.2-1.el7.x86_64.rpm      cairo-gobject-devel-1.14.2-1.el7.x86_64.rpm    libXcomposite-devel-0.4.4-4.1.el7.x86_64.rpm   pango-devel-1.36.8-2.el7.x86_64.rpm     harfbuzz-devel-0.9.36-1.el7.x86_64.rpm        mesa-libEGL-10.6.5-3.20150824.el7.x86_64.rpm     mesa-libEGL-devel-10.6.5-3.20150824.el7.x86_64.rpm      libicu-devel-50.1.2-15.el7.x86_64.rpm 
warning: gtk2-devel-2.24.28-8.el7.x86_64.rpm: Header V3 RSA/SHA256 Signature, key ID fd431d51: NOKEY
Preparing...                          ################################# [100%]
package mesa-libEGL-10.6.5-3.20150824.el7.x86_64 is already installed
package cairo-1.14.2-1.el7.x86_64 is already installed
package cairo-gobject-1.14.2-1.el7.x86_64 is already installed




[root@localhost Packages]# rpm  -ivh pango-devel-1.36.8-2.el7.x86_64.rpm   cairo-devel-1.14.2-1.el7.x86_64.rpm     mesa-libEGL-devel-10.6.5-3.20150824.el7.x86_64.rpm       harfbuzz-devel-0.9.36-1.el7.x86_64.rpm    libicu-devel-50.1.2-15.el7.x86_64.rpm 
warning: pango-devel-1.36.8-2.el7.x86_64.rpm: Header V3 RSA/SHA256 Signature, key ID fd431d51: NOKEY
Preparing...                          ################################# [100%]
Updating / installing...
   1:libicu-devel-50.1.2-15.el7       ################################# [ 20%]
   2:harfbuzz-devel-0.9.36-1.el7      ################################# [ 40%]
   3:mesa-libEGL-devel-10.6.5-3.201508################################# [ 60%]
   4:cairo-devel-1.14.2-1.el7         ################################# [ 80%]
   5:pango-devel-1.36.8-2.el7         ################################# [100%]
[root@localhost Packages]# 


#########################################################
############# NOTE  pangox is NOT shipped with pango lib any more in Centos7/RHEL7 


git clone https://github.com/GNOME/pangox-compat.git
lake@localhost:~/software_x86_x64/pangox-compat$ ./autogen.sh   --prefix=/usr^C
lake@localhost:~/software_x86_x64/pangox-compat$ 


lake@localhost:~/software_x86_x64/pangox-compat$ ./configure   --prefix=/usr    --libdir=/usr/lib64 ^C
lake@localhost:~/software_x86_x64/pangox-compat$ 


lake@localhost:~/software_x86_x64/pangox-compat$ file  ./.libs/libpangox-1.0.so.0.0.0 
./.libs/libpangox-1.0.so.0.0.0: ELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=8d83c4ea073d01881237ade529333d5c2892d624, not stripped
lake@localhost:~/software_x86_x64/pangox-compat$ sudo make install 
lake@localhost:~/software_x86_x64/pangox-compat$ ls -l /usr/lib64/libpangox-1.0.so.0
lrwxrwxrwx 1 root root 22 Apr  3 22:44 /usr/lib64/libpangox-1.0.so.0 -> libpangox-1.0.so.0.0.0
lake@localhost:~/software_x86_x64/pangox-compat$ ls -l /usr/lib64/libpangox-1.0.so.0.0.0 
-rwxr-xr-x 1 root root 334283 Apr  3 22:44 /usr/lib64/libpangox-1.0.so.0.0.0
lake@localhost:~/software_x86_x64/pangox-compat$ rpm -qf    /usr/lib64/libpangox-1.0.so.0.0.0 
file /usr/lib64/libpangox-1.0.so.0.0.0 is not owned by any package
lake@localhost:~/software_x86_x64/pangox-compat$ 




####################################################################################
###############  no unicode will build CodeBlocks fail!!!!!!
####################################################################################
lake@localhost:~/software_x86_x64/wxWidgets-2.8.12$ ./configure   --prefix=/usr   --with-x11    --libdir=/lib64   --libdir=/usr/lib64   --disable-unicode




 --enable-unicode   by defaut 


 --enable-universal     ( --with-x11   )   use wxWidgets GUI controls instead of native ones.      This is rarely used, rarely worked on, and only implements a small subset of the wxWidgets library. Do not use Universal configurations unless you know what you are doing. S 


configure: WARNING: wxTooltip not supported yet in wxUniversal... disabled !!!!!!!!!!!!!!!!  #### CodeBlocks needs~############




Configured wxWidgets 2.8.12 for `x86_64-unknown-linux-gnu'


  Which GUI toolkit should wxWidgets use?                 x11
  Should wxWidgets be compiled into single library?       yes
  Should wxWidgets be compiled in debug mode?             no
  Should wxWidgets be linked as a shared library?         yes
  Should wxWidgets be compiled in Unicode mode?           yes  ****  import for codeblocks
  What level of wxWidgets compatibility should be enabled?
                                       wxWidgets 2.4      yes
                                       wxWidgets 2.6      yes
  Which libraries should wxWidgets use?
                                       jpeg               sys
                                       png                sys
                                       regex              builtin
                                       tiff               builtin
                                       xpm                yes
                                       zlib               sys
                                       odbc               no
                                       expat              sys
                                       libmspack          no
                                       sdl                no






#####################################################################################################################
### Build wxWidgets-2.8.12 with GTK+2, No X11 and without universal ,  
#####################################################################################################################


[root@localhost Packages]# rpm -ivh    gtk2-devel-2.24.28-8.el7.x86_64.rpm  
warning: gtk2-devel-2.24.28-8.el7.x86_64.rpm: Header V3 RSA/SHA256 Signature, key ID fd431d51: NOKEY
error: Failed dependencies:
atk-devel >= 1.29.4-2 is needed by gtk2-devel-2.24.28-8.el7.x86_64
gdk-pixbuf2-devel is needed by gtk2-devel-2.24.28-8.el7.x86_64
libXcomposite-devel is needed by gtk2-devel-2.24.28-8.el7.x86_64
pkgconfig(atk) is needed by gtk2-devel-2.24.28-8.el7.x86_64
pkgconfig(gdk-pixbuf-2.0) is needed by gtk2-devel-2.24.28-8.el7.x86_64
[root@localhost Packages]# rpm -ivh    gtk2-devel-2.24.28-8.el7.x86_64.rpm    atk-devel-2.14.0-1.el7.x86_64.rpm   gdk-pixbuf2-devel-2.31.6-3.el7.x86_64.rpm    libXcomposite-devel-0.4.4-4.1.el7.x86_64.rpm     
warning: gtk2-devel-2.24.28-8.el7.x86_64.rpm: Header V3 RSA/SHA256 Signature, key ID fd431d51: NOKEY
Preparing...                          ################################# [100%]
Updating / installing...
   1:libXcomposite-devel-0.4.4-4.1.el7################################# [ 25%]
   2:gdk-pixbuf2-devel-2.31.6-3.el7   ################################# [ 50%]
   3:atk-devel-2.14.0-1.el7           ################################# [ 75%]
   4:gtk2-devel-2.24.28-8.el7         ################################# [100%]
[root@localhost Packages]# 


  
lake@localhost:~/software_x86_x64/wxWidgets-2.8.12$  ./configure   --prefix=/usr  --libdir=/usr/lib64      --with-regex=builtin     --with-gtk      --enable-unicode    --enable-monolithic  --enable-compat24       --with-regex=builtin    --enable-tooltips
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking target system type... x86_64-unknown-linux-gnu
loading argument cache configarg.cache
checking for --enable-gui... yes
checking for --enable-monolithic... yes
checking for --enable-plugins... no
checking for --without-subdirs... no
checking for --enable-universal... no
checking for --enable-nanox... no
checking for --enable-gpe... no
checking for --with-libpng... yes
checking for --with-libjpeg... yes
checking for --with-libtiff... yes
checking for --with-libxpm... yes
checking for --with-libmspack... yes
checking for --with-sdl... no
checking for --with-gnomeprint... yes
checking for --with-gnomevfs... no
checking for --with-hildon... no
checking for --with-opengl... no
checking for --with-dmalloc... no
checking for --with-regex... builtin version
checking for --with-zlib... yes
checking for --with-odbc... no
checking for --with-expat... yes
checking for --with-macosx-sdk... 
checking for --with-macosx-version-min... yes
checking for --enable-shared... yes
checking for --enable-optimise... yes
checking for --enable-debug... no
checking for --enable-stl... no
checking for --enable-debug_flag... no
checking for --enable-debug_info... no
checking for --enable-debug_gdb... no
checking for --enable-debug_cntxt... no
checking for --enable-mem_tracing... no
checking for --enable-profile... no
checking for --enable-no_rtti... no
checking for --enable-no_exceptions... no
checking for --enable-permissive... no
checking for --enable-no_deps... no
checking for --enable-vararg_macros... yes
checking for --enable-universal_binary... no
checking for --enable-compat24... yes
checking for --disable-compat26... no
checking for --enable-rpath... yes
checking for --enable-objc_uniquifying... no
checking for --enable-abi-incompatible-features... no
checking for --enable-intl... yes
checking for --enable-config... yes
checking for --enable-protocols... yes
checking for --enable-ftp... yes
checking for --enable-http... yes
checking for --enable-fileproto... yes
checking for --enable-sockets... yes
checking for --enable-ole... yes
checking for --enable-dataobj... yes
checking for --enable-ipc... yes
checking for --enable-apple_ieee... yes
checking for --enable-arcstream... yes
checking for --enable-backtrace... yes
checking for --enable-catch_segvs... yes
checking for --enable-cmdline... yes
checking for --enable-datetime... yes
checking for --enable-debugreport... yes
checking for --enable-dialupman... yes
checking for --enable-dynlib... yes
checking for --enable-dynamicloader... yes
checking for --enable-exceptions... yes
checking for --enable-ffile... yes
checking for --enable-file... yes
checking for --enable-filesystem... yes
checking for --enable-fontmap... yes
checking for --enable-fs_archive... yes
checking for --enable-fs_inet... yes
checking for --enable-fs_zip... yes
checking for --enable-geometry... yes
checking for --enable-log... yes
checking for --enable-longlong... yes
checking for --enable-mimetype... yes
checking for --enable-mslu... yes
checking for --enable-snglinst... yes
checking for --enable-std_iostreams... yes
checking for --enable-std_string... yes
checking for --enable-stdpaths... yes
checking for --enable-stopwatch... yes
checking for --enable-streams... yes
checking for --enable-sysoptions... yes
checking for --enable-tarstream... yes
checking for --enable-textbuf... yes
checking for --enable-textfile... yes
checking for --enable-timer... yes
checking for --enable-unicode... yes
checking for --enable-sound... yes
checking for --enable-mediactrl... no
checking for --enable-gstreamer8... no
checking for --enable-printfposparam... yes
checking for --enable-zipstream... yes
checking for --enable-url... yes
checking for --enable-variant... yes
checking for --enable-protocol... yes
checking for --enable-protocol_http... yes
checking for --enable-protocol_ftp... yes
checking for --enable-protocol_file... yes
checking for --enable-threads... yes
checking for --enable-docview... yes
checking for --enable-help... yes
checking for --enable-mshtmlhelp... yes
checking for --enable-html... yes
checking for --enable-htmlhelp... yes
checking for --enable-xrc... yes
checking for --enable-aui... yes
checking for --enable-constraints... yes
checking for --enable-printarch... yes
checking for --enable-mdi... yes
checking for --enable-mdidoc... yes
checking for --enable-loggui... yes
checking for --enable-logwin... yes
checking for --enable-logdialog... yes
checking for --enable-webkit... yes
checking for --enable-richtext... yes
checking for --enable-graphics_ctx... no
checking for --enable-postscript... yes
checking for --enable-prologio... no
checking for --enable-resources... no
checking for --enable-clipboard... yes
checking for --enable-dnd... yes
checking for --enable-metafile... yes
checking for --enable-controls... no
checking for --enable-accel... yes
checking for --enable-animatectrl... yes
checking for --enable-button... yes
checking for --enable-bmpbutton... yes
checking for --enable-bmpcombobox... yes
checking for --enable-calendar... yes
checking for --enable-caret... yes
checking for --enable-checkbox... yes
checking for --enable-checklst... yes
checking for --enable-choice... yes
checking for --enable-choicebook... yes
checking for --enable-collpane... yes
checking for --enable-colourpicker... yes
checking for --enable-combobox... yes
checking for --enable-comboctrl... yes
checking for --enable-datepick... yes
checking for --enable-dirpicker... yes
checking for --enable-display... yes
checking for --enable-detect_sm... yes
checking for --enable-filepicker... yes
checking for --enable-fontpicker... yes
checking for --enable-gauge... yes
checking for --enable-grid... yes
checking for --enable-dataviewctrl... no
checking for --enable-hyperlink... yes
checking for --enable-imaglist... yes
checking for --enable-listbook... yes
checking for --enable-listbox... yes
checking for --enable-listctrl... yes
checking for --enable-notebook... yes
checking for --enable-odcombobox... yes
checking for --enable-radiobox... yes
checking for --enable-radiobtn... yes
checking for --enable-sash... yes
checking for --enable-scrollbar... yes
checking for --enable-searchctrl... yes
checking for --enable-slider... yes
checking for --enable-spinbtn... yes
checking for --enable-spinctrl... yes
checking for --enable-splitter... yes
checking for --enable-statbmp... yes
checking for --enable-statbox... yes
checking for --enable-statline... yes
checking for --enable-stattext... yes
checking for --enable-statusbar... yes
checking for --enable-tabdialog... no
checking for --enable-textctrl... yes
checking for --enable-togglebtn... yes
checking for --enable-toolbar... yes
checking for --enable-tbarnative... yes
checking for --enable-treebook... yes
checking for --enable-toolbook... yes
checking for --enable-treectrl... yes
checking for --enable-tipwindow... yes
checking for --enable-popupwin... yes
checking for --enable-commondlg... yes
checking for --enable-aboutdlg... yes
checking for --enable-choicedlg... yes
checking for --enable-coldlg... yes
checking for --enable-filedlg... yes
checking for --enable-finddlg... yes
checking for --enable-fontdlg... yes
checking for --enable-dirdlg... yes
checking for --enable-msgdlg... yes
checking for --enable-numberdlg... yes
checking for --enable-splash... yes
checking for --enable-textdlg... yes
checking for --enable-tipdlg... yes
checking for --enable-progressdlg... yes
checking for --enable-wizarddlg... yes
checking for --enable-menus... yes
checking for --enable-miniframe... yes
checking for --enable-tooltips... yes
checking for --enable-splines... yes
checking for --enable-mousewheel... yes
checking for --enable-validators... yes
checking for --enable-busyinfo... yes
checking for --enable-joystick... yes
checking for --enable-metafile... yes
checking for --enable-dragimage... yes
checking for --enable-accessibility... no
checking for --enable-palette... yes
checking for --enable-image... yes
checking for --enable-gif... yes
checking for --enable-pcx... yes
checking for --enable-tga... yes
checking for --enable-iff... no
checking for --enable-pnm... yes
checking for --enable-xpm... yes
checking for --enable-ico_cur... yes
checking for --enable-official_build... no
saving argument cache configarg.cache
checking for toolkit... gtk
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking whether we are using the Intel C compiler... no
checking how to run the C preprocessor... gcc -E
checking for egrep... grep -E
checking whether gcc needs -traditional... no
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking whether we are using the Intel C++ compiler... no
checking whether we are using the Sun C++ compiler... no
checking for ranlib... ranlib
checking for ar... ar
checking for a BSD-compatible install... /usr/bin/install -c
checking for strip... strip
checking if make is GNU make... yes
checking whether ln -s works... yes
checking for strcasecmp() in string.h... yes
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for stdlib.h... (cached) yes
checking for fnmatch.h... yes
checking for langinfo.h... yes
checking for malloc.h... yes
checking for unistd.h... (cached) yes
checking for wchar.h... yes
checking for sys/select.h... yes
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking for char... yes
checking size of char... 1
checking for short... yes
checking size of short... 2
checking for void *... yes
checking size of void *... 8
checking for int... yes
checking size of int... 4
checking for long... yes
checking size of long... 8
checking for size_t... yes
checking size of size_t... 8
checking for long long... yes
checking size of long long... 8
checking for wchar_t... yes
checking size of wchar_t... 4
checking for va_copy... yes
checking whether the compiler supports variadic macros... yes
checking for _FILE_OFFSET_BITS value needed for large files... 64
checking if large file support is available... yes
checking for _LARGEFILE_SOURCE value needed for large files... no
checking for fseeko... yes
checking whether byte ordering is bigendian... no
checking for iostream... yes
checking if C++ compiler supports bool... yes
checking if C++ compiler supports the explicit keyword... yes
checking whether the compiler supports const_cast<>... yes
checking whether the compiler supports reinterpret_cast<>... yes
checking whether the compiler supports static_cast<>... yes
checking for std::wstring in <string>... yes
checking for std::istream... yes
checking for std::ostream... yes
checking for libraries directory... lib64
checking for glibc 2.1 or later... yes
checking for cos... no
checking for floor... no
checking if floating point functions link without -lm... no
checking for sin... yes
checking for ceil... yes
checking if floating point functions link with -lm... yes
checking for wcstoull... yes
checking for zlib.h >= 1.1.4... yes
checking for zlib.h... (cached) yes
checking for deflate in -lz... yes
checking for png.h > 0.90... yes
checking for png.h... (cached) yes
checking for png_sig_cmp in -lpng... yes
checking for jpeglib.h... yes
checking for jpeg_read_header in -ljpeg... yes
checking for tiffio.h... no
configure: WARNING: system tiff library not found, will use built-in instead
checking for expat.h... yes
checking if expat.h is valid C++ header... yes
checking for XML_ParserCreate in -lexpat... yes
checking for mspack.h... no
checking for GTK+ version... 
checking for pkg-config... /usr/bin/pkg-config
checking for GTK+ - version >= 2.0.0... yes (version 2.24.28)
checking whether gtk_icon_size_lookup is declared... yes
checking if GTK+ is version >= 2.6... yes
checking for X11/Xlib.h... yes
checking for X11/XKBlib.h... yes
checking for Xinerama... yes
checking for Xxf86vm extension... yes
checking for X11/extensions/xf86vmode.h... yes
checking for -lSM - X11 session management... yes
checking if the linker accepts --version-script... yes
checking for mode_t... yes
checking for off_t... yes
checking for pid_t... yes
checking for size_t... (cached) yes
checking for uid_t in sys/types.h... yes
checking for ssize_t... yes
checking if size_t is unsigned int... no
checking if size_t is unsigned long... yes
checking for pw_gecos in struct passwd... yes
checking for wcslen... yes
checking for mbstate_t... yes
checking for wcsrtombs... yes
checking for snprintf... yes
checking for vsnprintf... yes
checking for vsnprintf declaration... yes
checking if vsnprintf declaration is broken... no
checking for snprintf declaration... yes
checking if snprintf declaration is broken... no
checking if snprintf supports positional arguments... yes
checking for swprintf... yes
checking if swprintf declaration is broken... no
checking for wputc... no
checking for wputchar... no
checking for putws... no
checking for fputws... yes
checking for wprintf... yes
checking for vswprintf... yes
checking for _vsnwprintf... no
checking for fnmatch... yes
checking for fsync... yes
checking for round... yes
checking for iconv... yes
checking if iconv needs const... no
checking for sigaction... yes
checking for sa_handler type... int
checking for library containing backtrace... none required
checking for backtrace() in <execinfo.h>... yes
checking for __cxa_demangle() in <cxxabi.h>... yes
checking for mkstemp... yes
checking for statfs... yes
checking for statfs declaration... yes
checking for fcntl... yes
checking for timegm... yes
checking for setenv... yes
checking for unsetenv... yes
checking for nanosleep... yes
checking for uname... yes
checking for strtok_r... yes
checking for inet_addr... yes
checking for inet_aton... yes
checking for fdopen... yes
checking for sysconf... yes
checking for getpwuid_r... yes
checking for getgrgid_r... yes
checking for esd_close in -lesd... no
checking for known CD-ROM interface... yes
checking whether pthreads work with -pthread... yes
checking if more special flags are required for pthreads... no
checking for thr_setconcurrency... no
checking for pthread_cleanup_push/pop... yes
checking for sched.h... yes
checking for sched_yield... yes
checking for pthread_attr_getschedpolicy... yes
checking for pthread_attr_setschedparam... yes
checking for sched_get_priority_max... yes
checking for pthread_cancel... yes
checking for pthread_attr_setstacksize... yes
checking for pthread_mutexattr_t... yes
checking for pthread_mutexattr_settype declaration... yes
checking for localtime_r... yes
checking for gmtime_r... yes
checking for readdir_r... yes
checking how many arguments gethostbyname_r() takes... six
checking how many arguments getservbyname_r() takes... six
checking for dlopen... no
checking for dlopen in -ldl... yes
checking for dlerror... no
checking for dlerror in -ldl... yes
checking for SNDCTL_DSP_SPEED in sys/soundcard.h... yes
checking pkg-config is at least version 0.9.0... yes
checking for LIBGNOMEPRINTUI... configure: WARNING: libgnomeprintui not found, library will use standard PostScript printing
checking for strptime... yes
checking for strptime declaration... yes
checking whether strptime() fails on invalid strings... yes
checking for timezone variable in <time.h>... timezone
checking for localtime... yes
checking for tm_gmtoff in struct tm... yes
checking for gettimeofday... yes
checking whether gettimeofday takes two arguments... yes
checking for socket... yes
checking what is the type of the third argument of getsockname... socklen_t
checking what is the type of the fifth argument of getsockopt... socklen_t
checking for linux/joystick.h... yes
configure: WARNING: wxMetafile is not available on this system... disabled
checking for gcc precompiled header bug... no
checking for ranlib... (cached) ranlib
checking for a BSD-compatible install... /usr/bin/install -c
checking whether ln -s works... yes
checking whether make sets $(MAKE)... yes
checking for ar... (cached) ar
checking for strip... (cached) strip
checking for nm... nm
checking for command to install directories... /usr/bin/install -c -d
checking if make is GNU make... yes
checking for dependency tracking method... gcc
checking if the compiler supports precompiled headers... yes
checking whether make sets $(MAKE)... (cached) yes
checking for cppunit-config... no
checking for Cppunit - version >= 1.8.0... no
configure: creating ./config.status
config.status: creating lib/wx/config/gtk2-unicode-release-2.8
config.status: creating lib/wx/config/inplace-gtk2-unicode-release-2.8
config.status: creating version-script
config.status: creating Makefile
config.status: creating samples/xrc/Makefile
config.status: creating samples/wizard/Makefile
config.status: creating samples/widgets/Makefile
config.status: creating samples/vscroll/Makefile
config.status: creating samples/validate/Makefile
config.status: creating samples/typetest/Makefile
config.status: creating samples/treectrl/Makefile
config.status: creating samples/toolbar/Makefile
config.status: creating samples/thread/Makefile
config.status: creating samples/text/Makefile
config.status: creating samples/taskbar/Makefile
config.status: creating samples/statbar/Makefile
config.status: creating samples/splitter/Makefile
config.status: creating samples/splash/Makefile
config.status: creating samples/sound/Makefile
config.status: creating samples/sockets/Makefile
config.status: creating samples/shaped/Makefile
config.status: creating samples/scrollsub/Makefile
config.status: creating samples/scroll/Makefile
config.status: creating samples/sashtest/Makefile
config.status: creating samples/rotate/Makefile
config.status: creating samples/richtext/Makefile
config.status: creating samples/render/Makefile
config.status: creating samples/propsize/Makefile
config.status: creating samples/printing/Makefile
config.status: creating samples/popup/Makefile
config.status: creating samples/png/Makefile
config.status: creating samples/notebook/Makefile
config.status: creating samples/multimon/Makefile
config.status: creating samples/mobile/wxedit/Makefile
config.status: creating samples/mobile/styles/Makefile
config.status: creating samples/mobile/Makefile
config.status: creating samples/minimal/Makefile
config.status: creating samples/minifram/Makefile
config.status: creating samples/menu/Makefile
config.status: creating samples/mdi/Makefile
config.status: creating samples/listctrl/Makefile
config.status: creating samples/listbox/Makefile
config.status: creating samples/layout/Makefile
config.status: creating samples/keyboard/Makefile
config.status: creating samples/joytest/Makefile
config.status: creating samples/ipc/Makefile
config.status: creating samples/internat/Makefile
config.status: creating samples/image/Makefile
config.status: creating samples/html/zip/Makefile
config.status: creating samples/html/widget/Makefile
config.status: creating samples/html/virtual/Makefile
config.status: creating samples/html/test/Makefile
config.status: creating samples/html/printing/Makefile
config.status: creating samples/html/helpview/Makefile
config.status: creating samples/html/help/Makefile
config.status: creating samples/html/about/Makefile
config.status: creating samples/html/Makefile
config.status: creating samples/htlbox/Makefile
config.status: creating samples/help/Makefile
config.status: creating samples/grid/Makefile
config.status: creating samples/font/Makefile
config.status: creating samples/exec/Makefile
config.status: creating samples/except/Makefile
config.status: creating samples/event/Makefile
config.status: creating samples/erase/Makefile
config.status: creating samples/dynamic/Makefile
config.status: creating samples/drawing/Makefile
config.status: creating samples/dragimag/Makefile
config.status: creating samples/docvwmdi/Makefile
config.status: creating samples/docview/Makefile
config.status: creating samples/dnd/Makefile
config.status: creating samples/display/Makefile
config.status: creating samples/dialup/Makefile
config.status: creating samples/dialogs/Makefile
config.status: creating samples/debugrpt/Makefile
config.status: creating samples/controls/Makefile
config.status: creating samples/config/Makefile
config.status: creating samples/combo/Makefile
config.status: creating samples/collpane/Makefile
config.status: creating samples/checklst/Makefile
config.status: creating samples/caret/Makefile
config.status: creating samples/calendar/Makefile
config.status: creating samples/aui/Makefile
config.status: creating samples/artprov/Makefile
config.status: creating samples/animate/Makefile
config.status: creating samples/Makefile
config.status: creating demos/dbbrowse/Makefile
config.status: creating demos/poem/Makefile
config.status: creating demos/bombs/Makefile
config.status: creating demos/Makefile
config.status: creating demos/life/Makefile
config.status: creating demos/forty/Makefile
config.status: creating demos/fractal/Makefile
config.status: creating utils/tex2rtf/src/Makefile
config.status: creating utils/tex2rtf/Makefile
config.status: creating utils/wxrc/Makefile
config.status: creating utils/Makefile
config.status: creating utils/HelpGen/src/Makefile
config.status: creating utils/HelpGen/Makefile
config.status: creating utils/helpview/src/Makefile
config.status: creating utils/helpview/Makefile
config.status: creating utils/emulator/src/Makefile
config.status: creating utils/emulator/Makefile
config.status: creating utils/hhp2cached/Makefile
config.status: creating contrib/src/net/Makefile
config.status: creating contrib/src/ogl/Makefile
config.status: creating contrib/src/gizmos/Makefile
config.status: creating contrib/src/foldbar/Makefile
config.status: creating contrib/src/plot/Makefile
config.status: creating contrib/src/Makefile
config.status: creating contrib/src/mmedia/Makefile
config.status: creating contrib/src/stc/Makefile
config.status: creating contrib/src/svg/Makefile
config.status: creating contrib/src/fl/Makefile
config.status: creating contrib/src/deprecated/Makefile
config.status: creating contrib/utils/Makefile
config.status: creating contrib/utils/convertrc/Makefile
config.status: creating contrib/Makefile
config.status: creating contrib/samples/ogl/ogledit/Makefile
config.status: creating contrib/samples/ogl/studio/Makefile
config.status: creating contrib/samples/ogl/Makefile
config.status: creating contrib/samples/gizmos/editlbox/Makefile
config.status: creating contrib/samples/gizmos/led/Makefile
config.status: creating contrib/samples/gizmos/Makefile
config.status: creating contrib/samples/gizmos/multicell/Makefile
config.status: creating contrib/samples/gizmos/splittree/Makefile
config.status: creating contrib/samples/gizmos/dynsash/Makefile
config.status: creating contrib/samples/gizmos/dynsash_switch/Makefile
config.status: creating contrib/samples/foldbar/foldpanelbar/Makefile
config.status: creating contrib/samples/foldbar/extended/Makefile
config.status: creating contrib/samples/plot/Makefile
config.status: creating contrib/samples/Makefile
config.status: creating contrib/samples/mmedia/Makefile
config.status: creating contrib/samples/stc/Makefile
config.status: creating contrib/samples/svg/Makefile
config.status: creating contrib/samples/fl/Makefile
config.status: creating contrib/samples/deprecated/proplist/Makefile
config.status: creating contrib/samples/deprecated/treelay/Makefile
config.status: creating contrib/samples/deprecated/Makefile
config.status: creating contrib/samples/deprecated/resource/Makefile
config.status: creating lib/wx/include/gtk2-unicode-release-2.8/wx/setup.h
config.status: lib/wx/include/gtk2-unicode-release-2.8/wx/setup.h is unchanged
config.status: executing wx-config commands


Configured wxWidgets 2.8.12 for `x86_64-unknown-linux-gnu'


  Which GUI toolkit should wxWidgets use?                 GTK+ 2                  ***************
  Should wxWidgets be compiled into single library?       yes
  Should wxWidgets be compiled in debug mode?             no
  Should wxWidgets be linked as a shared library?         yes
  Should wxWidgets be compiled in Unicode mode?           yes ***************
  What level of wxWidgets compatibility should be enabled?
                                       wxWidgets 2.4      yes
                                       wxWidgets 2.6      yes
  Which libraries should wxWidgets use?
                                       jpeg               sys
                                       png                sys
                                       regex              builtin
                                       tiff               builtin
                                       zlib               sys
                                       odbc               no
                                       expat              sys
                                       libmspack          no
                                       sdl                no


 








lake@localhost:~/software_x86_x64/wxWidgets-2.8.12/samples$sudo make install 
lake@localhost:~/software_x86_x64/wxWidgets-2.8.12/samples$ find . -perm /u+x
.
./popup
./collpane
./dialup
./scrollsub
./combo








############################################################
####Font issue
############################################################
 
lake@localhost:~/software_x86_x64/wxWidgets-2.8.12/samples/dialogs$ ls
descrip.mms  dialogs.cpp        dialogs.h    dialogs.rc   Makefile      makefile.dms  makefile.mgl  makefile.vc
dialogs      dialogs_dialogs.o  dialogs.ico  dialogs.vcp  makefile.bcc  makefile.gcc  makefile.unx  makefile.wat
dialogs.bkl  dialogs.dsp        dialogs.pro  dialogs.vcw  makefile.dmc  Makefile.in   makefile.va   tips.txt
lake@localhost:~/software_x86_x64/wxWidgets-2.8.12/samples/dialogs$ ./dialogs 


(process:1980): Pango-WARNING **: failed to choose a font, expect ugly output. engine-type='PangoRenderX', script='latin'
lake@localhost:~/software_x86_x64/wxWidgets-2.8.12/samples/dialogs$ ./dialogs 


(process:3221): Pango-WARNING **: failed to choose a font, expect ugly output. engine-type='PangoRenderX', script='latin'
[root@localhost Packages]# rpm -qa |grep  xorg-x11-font
xorg-x11-font-utils-7.5-20.el7.x86_64
xorg-x11-fonts-Type1-7.5-9.el7.noarch


[root@localhost Packages]# rpm -ivh  xorg-x11-font
xorg-x11-fonts-100dpi-7.5-9.el7.noarch.rpm             xorg-x11-fonts-ISO8859-1-75dpi-7.5-9.el7.noarch.rpm
xorg-x11-fonts-75dpi-7.5-9.el7.noarch.rpm              xorg-x11-fonts-ISO8859-2-100dpi-7.5-9.el7.noarch.rpm
xorg-x11-fonts-cyrillic-7.5-9.el7.noarch.rpm           xorg-x11-fonts-ISO8859-2-75dpi-7.5-9.el7.noarch.rpm
xorg-x11-fonts-ethiopic-7.5-9.el7.noarch.rpm           xorg-x11-fonts-ISO8859-9-100dpi-7.5-9.el7.noarch.rpm
xorg-x11-fonts-ISO8859-1-100dpi-7.5-9.el7.noarch.rpm   xorg-x11-fonts-ISO8859-9-75dpi-7.5-9.el7.noarch.rpm
xorg-x11-fonts-ISO8859-14-100dpi-7.5-9.el7.noarch.rpm  xorg-x11-fonts-misc-7.5-9.el7.noarch.rpm
xorg-x11-fonts-ISO8859-14-75dpi-7.5-9.el7.noarch.rpm   xorg-x11-fonts-Type1-7.5-9.el7.noarch.rpm
xorg-x11-fonts-ISO8859-15-75dpi-7.5-9.el7.noarch.rpm   xorg-x11-font-utils-7.5-20.el7.x86_64.rpm




[root@localhost Packages]# rpm -ivh   xorg-x11-fonts-100dpi-7.5-9.el7.noarch.rpm  xorg-x11-fonts-75dpi-7.5-9.el7.noarch.rpm    xorg-x11-fonts-cyrillic-7.5-9.el7.noarch.rpm    xorg-x11-fonts-ethiopic-7.5-9.el7.noarch.rpm    xorg-x11-fonts-ISO8859-1-100dpi-7.5-9.el7.noarch.rpm    xorg-x11-fonts-ISO8859-14-100dpi-7.5-9.el7.noarch.rpm    xorg-x11-fonts-ISO8859-14-75dpi-7.5-9.el7.noarch.rpm    xorg-x11-fonts-ISO8859-15-75dpi-7.5-9.el7.noarch.rpm     xorg-x11-fonts-ISO8859-1-75dpi-7.5-9.el7.noarch.rpm    xorg-x11-fonts-ISO8859-2-100dpi-7.5-9.el7.noarch.rpm    xorg-x11-fonts-ISO8859-2-75dpi-7.5-9.el7.noarch.rpm    xorg-x11-fonts-ISO8859-9-100dpi-7.5-9.el7.noarch.rpm    xorg-x11-fonts-ISO8859-9-75dpi-7.5-9.el7.noarch.rpm    xorg-x11-fonts-misc-7.5-9.el7.noarch.rpm    
warning: xorg-x11-fonts-75dpi-7.5-9.el7.noarch.rpm: Header V3 RSA/SHA256 Signature, key ID fd431d51: NOKEY
Preparing...                          ################################# [100%]
Updating / installing...
warning: xorg-x11-fonts-100dpi-7.5-9.el7.noarch.rpm: Header V3 RSA/SHA256 Signature, key ID fd431d51: NOKEY
Preparing...                          ################################# [100%]


   1:xorg-x11-fonts-misc-7.5-9.el7    ################################# [  8%]
   2:xorg-x11-fonts-ISO8859-9-75dpi-7.################################# [ 15%]
   3:xorg-x11-fonts-ISO8859-9-100dpi-7################################# [ 23%]
   4:xorg-x11-fonts-ISO8859-2-75dpi-7.################################# [ 31%]
   5:xorg-x11-fonts-ISO8859-2-100dpi-7################################# [ 38%]
   6:xorg-x11-fonts-ISO8859-1-75dpi-7.################################# [ 46%]
   7:xorg-x11-fonts-ISO8859-15-75dpi-7################################# [ 54%]
   8:xorg-x11-fonts-ISO8859-14-75dpi-7################################# [ 62%]
   9:xorg-x11-fonts-ISO8859-14-100dpi-################################# [ 69%]
  10:xorg-x11-fonts-ISO8859-1-100dpi-7################################# [ 77%]
  11:xorg-x11-fonts-ethiopic-7.5-9.el7################################# [ 85%]
  12:xorg-x11-fonts-cyrillic-7.5-9.el7################################# [ 92%]
  13:xorg-x11-fonts-75dpi-7.5-9.el7   ################################# [100%]
[root@localhost Packages]# 






############### Build Codeblocks




lake@localhost:~/software_x86_x64/codeblocks-12.11release8629$  ./configure   --prefix=/usr  --libdir=/usr/lib64  
..................




config.status: creating src/wxsmith/Makefile
config.status: creating codeblocks.pc
config.status: creating codeblocks.spec
config.status: creating codeblocks.plist
config.status: creating src/include/config.h
config.status: src/include/config.h is unchanged
config.status: executing depfiles commands
config.status: executing libtool commands
*************************************************
* Code::Blocks source tree has been configured. *
*************************************************


You can now build Code::Blocks by issuing 'make'.
When the build is complete, become root and install
it by issuing 'make install'.






lake@localhost:~/software_x86_x64/codeblocks-12.11release8629$  make -j32 


make[1]: Leaving directory `/home/lake/software_x86_x64/codeblocks-12.11release8629'
lake@localhost:~/software_x86_x64/codeblocks-12.11release8629$ file  ./src/src/.libs/codeblocks
./src/src/.libs/codeblocks: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 2.6.32, BuildID[sha1]=5527315e03dd7198c83d0b721777f7f2aaa33a70, not stripped
lake@localhost:~/software_x86_x64/codeblocks-12.11release8629$ sudo make install 


lake@localhost:~/software_x86_x64/codeblocks-12.11release8629$ ls -l /usr/lib64/libcodeblocks.*
-rwxr-xr-x 1 root root     992 Apr  4 00:02 /usr/lib64/libcodeblocks.la
lrwxrwxrwx 1 root root      22 Apr  4 00:02 /usr/lib64/libcodeblocks.so -> libcodeblocks.so.0.0.1
lrwxrwxrwx 1 root root      22 Apr  4 00:02 /usr/lib64/libcodeblocks.so.0 -> libcodeblocks.so.0.0.1
-rwxr-xr-x 1 root root 7631309 Apr  4 00:02 /usr/lib64/libcodeblocks.so.0.0.1
lake@localhost:~/software_x86_x64/codeblocks-12.11release8629$
 lake@localhost:~/software_x86_x64/codeblocks-12.11release8629$ which  codeblocks 
/usr/bin/codeblocks
lake@localhost:~/software_x86_x64/codeblocks-12.11release8629$ 








###################################################################################################################
Centos yum codeblocks-13.12 RPM 
###################################################################################################################


 yum install codeblock
Loaded plugins: fastestmirror
Repodata is over 2 weeks old. Install yum-cron? Or run: yum makecache fast
You need to be root to perform this command.
[lake@LongchangHost ~]$ sudo yum install codeblock
[sudo] password for lake:
Loaded plugins: fastestmirror
Repodata is over 2 weeks old. Install yum-cron? Or run: yum makecache fast
base                                                                                                                                                                  | 3.6 kB  00:00:00
epel                                                                                                                                                                  | 4.7 kB  00:00:00
extras                                                                                                                                                                | 3.4 kB  00:00:00
updates                                                                                                                                                               | 3.4 kB  00:00:00
(1/4): extras/7/x86_64/primary_db                                                                                                                                     | 185 kB  00:00:00
(2/4): epel/x86_64/updateinfo                                                                                                                                         | 904 kB  00:00:00
(3/4): updates/7/x86_64/primary_db                                                                                                                                    | 6.9 MB  00:00:00
(4/4): epel/x86_64/primary_db                                                                                                                                         | 6.3 MB  00:00:00
Determining fastest mirrors
 * base: mirrors.aliyun.com
 * extras: mirrors.aliyun.com
 * updates: mirrors.aliyun.com
No package codeblock available.
Error: Nothing to do
[lake@LongchangHost ~]$ sudo yum install codeblocks
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
 * base: mirrors.aliyun.com
 * extras: mirrors.aliyun.com
 * updates: mirrors.aliyun.com
Resolving Dependencies
--> Running transaction check
---> Package codeblocks.x86_64 0:13.12-24.el7 will be installed
--> Processing Dependency: codeblocks-libs = 13.12-24.el7 for package: codeblocks-13.12-24.el7.x86_64
--> Processing Dependency: libwx_baseu-2.8.so.0(WXU_2.8)(64bit) for package: codeblocks-13.12-24.el7.x86_64
--> Processing Dependency: libwx_baseu-2.8.so.0(WXU_2.8.2)(64bit) for package: codeblocks-13.12-24.el7.x86_64
--> Processing Dependency: libwx_baseu_net-2.8.so.0(WXU_2.8)(64bit) for package: codeblocks-13.12-24.el7.x86_64
--> Processing Dependency: libwx_baseu_xml-2.8.so.0(WXU_2.8)(64bit) for package: codeblocks-13.12-24.el7.x86_64
--> Processing Dependency: libwx_gtk2u_adv-2.8.so.0(WXU_2.8)(64bit) for package: codeblocks-13.12-24.el7.x86_64
--> Processing Dependency: libwx_gtk2u_aui-2.8.so.0(WXU_2.8)(64bit) for package: codeblocks-13.12-24.el7.x86_64
--> Processing Dependency: libwx_gtk2u_aui-2.8.so.0(WXU_2.8.5)(64bit) for package: codeblocks-13.12-24.el7.x86_64
--> Processing Dependency: libwx_gtk2u_core-2.8.so.0(WXU_2.8)(64bit) for package: codeblocks-13.12-24.el7.x86_64
--> Processing Dependency: libwx_gtk2u_core-2.8.so.0(WXU_2.8.5)(64bit) for package: codeblocks-13.12-24.el7.x86_64
--> Processing Dependency: libwx_gtk2u_core-2.8.so.0(WXU_2.8.8)(64bit) for package: codeblocks-13.12-24.el7.x86_64
--> Processing Dependency: libwx_gtk2u_html-2.8.so.0(WXU_2.8)(64bit) for package: codeblocks-13.12-24.el7.x86_64
--> Processing Dependency: libwx_gtk2u_xrc-2.8.so.0(WXU_2.8)(64bit) for package: codeblocks-13.12-24.el7.x86_64
--> Processing Dependency: xterm for package: codeblocks-13.12-24.el7.x86_64
--> Processing Dependency: libatk-1.0.so.0()(64bit) for package: codeblocks-13.12-24.el7.x86_64
--> Processing Dependency: libcairo.so.2()(64bit) for package: codeblocks-13.12-24.el7.x86_64
--> Processing Dependency: libcodeblocks.so.0()(64bit) for package: codeblocks-13.12-24.el7.x86_64
--> Processing Dependency: libgdk-x11-2.0.so.0()(64bit) for package: codeblocks-13.12-24.el7.x86_64
--> Processing Dependency: libgdk_pixbuf-2.0.so.0()(64bit) for package: codeblocks-13.12-24.el7.x86_64
--> Processing Dependency: libgtk-x11-2.0.so.0()(64bit) for package: codeblocks-13.12-24.el7.x86_64
--> Processing Dependency: libpango-1.0.so.0()(64bit) for package: codeblocks-13.12-24.el7.x86_64
--> Processing Dependency: libpangocairo-1.0.so.0()(64bit) for package: codeblocks-13.12-24.el7.x86_64
--> Processing Dependency: libpangoft2-1.0.so.0()(64bit) for package: codeblocks-13.12-24.el7.x86_64
--> Processing Dependency: libsqstdlib-2.2.5.so()(64bit) for package: codeblocks-13.12-24.el7.x86_64
--> Processing Dependency: libsquirrel-2.2.5.so()(64bit) for package: codeblocks-13.12-24.el7.x86_64
--> Processing Dependency: libtinyxml.so.0()(64bit) for package: codeblocks-13.12-24.el7.x86_64
--> Processing Dependency: libwx_baseu-2.8.so.0()(64bit) for package: codeblocks-13.12-24.el7.x86_64
--> Processing Dependency: libwx_baseu_net-2.8.so.0()(64bit) for package: codeblocks-13.12-24.el7.x86_64
--> Processing Dependency: libwx_baseu_xml-2.8.so.0()(64bit) for package: codeblocks-13.12-24.el7.x86_64
--> Processing Dependency: libwx_gtk2u_adv-2.8.so.0()(64bit) for package: codeblocks-13.12-24.el7.x86_64
--> Processing Dependency: libwx_gtk2u_aui-2.8.so.0()(64bit) for package: codeblocks-13.12-24.el7.x86_64
--> Processing Dependency: libwx_gtk2u_core-2.8.so.0()(64bit) for package: codeblocks-13.12-24.el7.x86_64
--> Processing Dependency: libwx_gtk2u_html-2.8.so.0()(64bit) for package: codeblocks-13.12-24.el7.x86_64
--> Processing Dependency: libwx_gtk2u_qa-2.8.so.0()(64bit) for package: codeblocks-13.12-24.el7.x86_64
--> Processing Dependency: libwx_gtk2u_richtext-2.8.so.0()(64bit) for package: codeblocks-13.12-24.el7.x86_64
--> Processing Dependency: libwx_gtk2u_xrc-2.8.so.0()(64bit) for package: codeblocks-13.12-24.el7.x86_64
--> Running transaction check
---> Package atk.x86_64 0:2.22.0-3.el7 will be installed
---> Package cairo.x86_64 0:1.14.8-2.el7 will be installed
--> Processing Dependency: libpixman-1.so.0()(64bit) for package: cairo-1.14.8-2.el7.x86_64
--> Processing Dependency: libXrender.so.1()(64bit) for package: cairo-1.14.8-2.el7.x86_64
--> Processing Dependency: libXext.so.6()(64bit) for package: cairo-1.14.8-2.el7.x86_64
--> Processing Dependency: libGL.so.1()(64bit) for package: cairo-1.14.8-2.el7.x86_64
--> Processing Dependency: libEGL.so.1()(64bit) for package: cairo-1.14.8-2.el7.x86_64
---> Package codeblocks-libs.x86_64 0:13.12-24.el7 will be installed
---> Package gdk-pixbuf2.x86_64 0:2.36.5-1.el7 will be installed
--> Processing Dependency: glib2(x86-64) >= 2.48.0 for package: gdk-pixbuf2-2.36.5-1.el7.x86_64
--> Processing Dependency: libtiff.so.5(LIBTIFF_4.0)(64bit) for package: gdk-pixbuf2-2.36.5-1.el7.x86_64
--> Processing Dependency: libtiff.so.5()(64bit) for package: gdk-pixbuf2-2.36.5-1.el7.x86_64
--> Processing Dependency: libjasper.so.1()(64bit) for package: gdk-pixbuf2-2.36.5-1.el7.x86_64
---> Package gtk2.x86_64 0:2.24.31-1.el7 will be installed
--> Processing Dependency: libXrandr >= 1.2.99.4-2 for package: gtk2-2.24.31-1.el7.x86_64
--> Processing Dependency: hicolor-icon-theme for package: gtk2-2.24.31-1.el7.x86_64
--> Processing Dependency: gtk-update-icon-cache for package: gtk2-2.24.31-1.el7.x86_64
--> Processing Dependency: libXrandr.so.2()(64bit) for package: gtk2-2.24.31-1.el7.x86_64
--> Processing Dependency: libXinerama.so.1()(64bit) for package: gtk2-2.24.31-1.el7.x86_64
--> Processing Dependency: libXi.so.6()(64bit) for package: gtk2-2.24.31-1.el7.x86_64
--> Processing Dependency: libXfixes.so.3()(64bit) for package: gtk2-2.24.31-1.el7.x86_64
--> Processing Dependency: libXdamage.so.1()(64bit) for package: gtk2-2.24.31-1.el7.x86_64
--> Processing Dependency: libXcursor.so.1()(64bit) for package: gtk2-2.24.31-1.el7.x86_64
--> Processing Dependency: libXcomposite.so.1()(64bit) for package: gtk2-2.24.31-1.el7.x86_64
---> Package pango.x86_64 0:1.40.4-1.el7 will be installed
--> Processing Dependency: libthai(x86-64) >= 0.1.9 for package: pango-1.40.4-1.el7.x86_64
--> Processing Dependency: libXft(x86-64) >= 2.0.0 for package: pango-1.40.4-1.el7.x86_64
--> Processing Dependency: harfbuzz(x86-64) >= 1.0.3 for package: pango-1.40.4-1.el7.x86_64
--> Processing Dependency: libthai.so.0(LIBTHAI_0.1)(64bit) for package: pango-1.40.4-1.el7.x86_64
--> Processing Dependency: libthai.so.0()(64bit) for package: pango-1.40.4-1.el7.x86_64
--> Processing Dependency: libharfbuzz.so.0()(64bit) for package: pango-1.40.4-1.el7.x86_64
--> Processing Dependency: libXft.so.2()(64bit) for package: pango-1.40.4-1.el7.x86_64
---> Package squirrel-libs.x86_64 0:2.2.5-5.el7 will be installed
---> Package tinyxml.x86_64 0:2.6.2-3.el7 will be installed
---> Package wxBase.x86_64 0:2.8.12-20.el7 will be installed
---> Package wxGTK.x86_64 0:2.8.12-20.el7 will be installed
--> Processing Dependency: libSDL-1.2.so.0()(64bit) for package: wxGTK-2.8.12-20.el7.x86_64
--> Processing Dependency: libSM.so.6()(64bit) for package: wxGTK-2.8.12-20.el7.x86_64
--> Processing Dependency: libXxf86vm.so.1()(64bit) for package: wxGTK-2.8.12-20.el7.x86_64
---> Package xterm.x86_64 0:295-3.el7 will be installed
--> Processing Dependency: libXt.so.6()(64bit) for package: xterm-295-3.el7.x86_64
--> Processing Dependency: libXmu.so.6()(64bit) for package: xterm-295-3.el7.x86_64
--> Processing Dependency: libXaw.so.7()(64bit) for package: xterm-295-3.el7.x86_64
--> Processing Dependency: libICE.so.6()(64bit) for package: xterm-295-3.el7.x86_64
--> Running transaction check
---> Package SDL.x86_64 0:1.2.15-14.el7 will be installed
---> Package glib2.x86_64 0:2.46.2-4.el7 will be updated
---> Package glib2.x86_64 0:2.50.3-3.el7 will be an update
---> Package gtk-update-icon-cache.x86_64 0:3.22.10-5.el7_4 will be installed
---> Package harfbuzz.x86_64 0:1.3.2-1.el7 will be installed
--> Processing Dependency: libgraphite2.so.3()(64bit) for package: harfbuzz-1.3.2-1.el7.x86_64
---> Package hicolor-icon-theme.noarch 0:0.12-7.el7 will be installed
---> Package jasper-libs.x86_64 0:1.900.1-31.el7 will be installed
---> Package libICE.x86_64 0:1.0.9-9.el7 will be installed
---> Package libSM.x86_64 0:1.2.2-2.el7 will be installed
---> Package libXaw.x86_64 0:1.0.13-4.el7 will be installed
---> Package libXcomposite.x86_64 0:0.4.4-4.1.el7 will be installed
---> Package libXcursor.x86_64 0:1.1.14-8.el7 will be installed
---> Package libXdamage.x86_64 0:1.1.4-4.1.el7 will be installed
---> Package libXext.x86_64 0:1.3.3-3.el7 will be installed
---> Package libXfixes.x86_64 0:5.0.3-1.el7 will be installed
---> Package libXft.x86_64 0:2.3.2-2.el7 will be installed
---> Package libXi.x86_64 0:1.7.9-1.el7 will be installed
---> Package libXinerama.x86_64 0:1.1.3-2.1.el7 will be installed
---> Package libXmu.x86_64 0:1.1.2-2.el7 will be installed
---> Package libXrandr.x86_64 0:1.5.1-2.el7 will be installed
---> Package libXrender.x86_64 0:0.9.10-1.el7 will be installed
---> Package libXt.x86_64 0:1.1.5-3.el7 will be installed
---> Package libXxf86vm.x86_64 0:1.1.4-1.el7 will be installed
---> Package libthai.x86_64 0:0.1.14-9.el7 will be installed
---> Package libtiff.x86_64 0:4.0.3-27.el7_3 will be installed
--> Processing Dependency: libjbig.so.2.0()(64bit) for package: libtiff-4.0.3-27.el7_3.x86_64
---> Package mesa-libEGL.x86_64 0:17.0.1-6.20170307.el7 will be installed
--> Processing Dependency: mesa-libgbm = 17.0.1-6.20170307.el7 for package: mesa-libEGL-17.0.1-6.20170307.el7.x86_64
--> Processing Dependency: libxshmfence.so.1()(64bit) for package: mesa-libEGL-17.0.1-6.20170307.el7.x86_64
--> Processing Dependency: libgbm.so.1()(64bit) for package: mesa-libEGL-17.0.1-6.20170307.el7.x86_64
---> Package mesa-libGL.x86_64 0:17.0.1-6.20170307.el7 will be installed
--> Processing Dependency: mesa-libglapi = 17.0.1-6.20170307.el7 for package: mesa-libGL-17.0.1-6.20170307.el7.x86_64
--> Processing Dependency: libglapi.so.0()(64bit) for package: mesa-libGL-17.0.1-6.20170307.el7.x86_64
---> Package pixman.x86_64 0:0.34.0-1.el7 will be installed
--> Running transaction check
---> Package graphite2.x86_64 0:1.3.10-1.el7_3 will be installed
---> Package jbigkit-libs.x86_64 0:2.0-11.el7 will be installed
---> Package libxshmfence.x86_64 0:1.2-1.el7 will be installed
---> Package mesa-libgbm.x86_64 0:17.0.1-6.20170307.el7 will be installed
---> Package mesa-libglapi.x86_64 0:17.0.1-6.20170307.el7 will be installed
--> Finished Dependency Resolution


Dependencies Resolved


=============================================================================================================================================================================================
 Package                                             Arch                                 Version                                                Repository                             Size
=============================================================================================================================================================================================
Installing:
 codeblocks                                          x86_64                               13.12-24.el7                                           epel                                  5.0 M
Installing for dependencies:
 SDL                                                 x86_64                               1.2.15-14.el7                                          base                                  204 k
 atk                                                 x86_64                               2.22.0-3.el7                                           base                                  258 k
 cairo                                               x86_64                               1.14.8-2.el7                                           base                                  713 k
 codeblocks-libs                                     x86_64                               13.12-24.el7                                           epel                                  1.8 M
 gdk-pixbuf2                                         x86_64                               2.36.5-1.el7                                           base                                  567 k
 graphite2                                           x86_64                               1.3.10-1.el7_3                                         updates                               115 k
 gtk-update-icon-cache                               x86_64                               3.22.10-5.el7_4                                        updates                                28 k
 gtk2                                                x86_64                               2.24.31-1.el7                                          base                                  3.4 M
 harfbuzz                                            x86_64                               1.3.2-1.el7                                            base                                  177 k
 hicolor-icon-theme                                  noarch                               0.12-7.el7                                             base                                   42 k
 jasper-libs                                         x86_64                               1.900.1-31.el7                                         base                                  150 k
 jbigkit-libs                                        x86_64                               2.0-11.el7                                             base                                   46 k
 libICE                                              x86_64                               1.0.9-9.el7                                            base                                   66 k
 libSM                                               x86_64                               1.2.2-2.el7                                            base                                   39 k
 libXaw                                              x86_64                               1.0.13-4.el7                                           base                                  192 k
 libXcomposite                                       x86_64                               0.4.4-4.1.el7                                          base                                   22 k
 libXcursor                                          x86_64                               1.1.14-8.el7                                           base                                   30 k
 libXdamage                                          x86_64                               1.1.4-4.1.el7                                          base                                   20 k
 libXext                                             x86_64                               1.3.3-3.el7                                            base                                   39 k
 libXfixes                                           x86_64                               5.0.3-1.el7                                            base                                   18 k
 libXft                                              x86_64                               2.3.2-2.el7                                            base                                   58 k
 libXi                                               x86_64                               1.7.9-1.el7                                            base                                   40 k
 libXinerama                                         x86_64                               1.1.3-2.1.el7                                          base                                   14 k
 libXmu                                              x86_64                               1.1.2-2.el7                                            base                                   71 k
 libXrandr                                           x86_64                               1.5.1-2.el7                                            base                                   27 k
 libXrender                                          x86_64                               0.9.10-1.el7                                           base                                   26 k
 libXt                                               x86_64                               1.1.5-3.el7                                            base                                  173 k
 libXxf86vm                                          x86_64                               1.1.4-1.el7                                            base                                   18 k
 libthai                                             x86_64                               0.1.14-9.el7                                           base                                  187 k
 libtiff                                             x86_64                               4.0.3-27.el7_3                                         base                                  170 k
 libxshmfence                                        x86_64                               1.2-1.el7                                              base                                  7.2 k
 mesa-libEGL                                         x86_64                               17.0.1-6.20170307.el7                                  base                                   82 k
 mesa-libGL                                          x86_64                               17.0.1-6.20170307.el7                                  base                                  155 k
 mesa-libgbm                                         x86_64                               17.0.1-6.20170307.el7                                  base                                   32 k
 mesa-libglapi                                       x86_64                               17.0.1-6.20170307.el7                                  base                                   41 k
 pango                                               x86_64                               1.40.4-1.el7                                           base                                  275 k
 pixman                                              x86_64                               0.34.0-1.el7                                           base                                  248 k
 squirrel-libs                                       x86_64                               2.2.5-5.el7                                            epel                                  136 k
 tinyxml                                             x86_64                               2.6.2-3.el7                                            epel                                   49 k
 wxBase                                              x86_64                               2.8.12-20.el7                                          epel                                  588 k
 wxGTK                                               x86_64                               2.8.12-20.el7                                          epel                                  2.9 M
 xterm                                               x86_64                               295-3.el7                                              base                                  455 k
Updating for dependencies:
 glib2                                               x86_64                               2.50.3-3.el7                                           base                                  2.3 M


Transaction Summary
=============================================================================================================================================================================================
Install  1 Package  (+42 Dependent packages)
Upgrade             (  1 Dependent package)


Total download size: 21 M 






Centos yum codeblocks-13.12-src rpm 








  patch  -p1  <../codeblocks-13.12-spellchecker-settings.patch
  patch -p1 <../codeblocks-wxtreeitemid.patch
  patch -p1 <../codeblocks-13.12-unbundle.patch
 




lake@localhost:~/software_x86_x64/codeblocks-13.12-24-el7/codeblocks-13.12$ patch -p1 <../codeblocks-13.12-lena.patch
patching file src/plugins/contrib/source_exporter/wxPdfDocument/samples/minimal/transparency.cpp
patching file src/plugins/scriptedwizard/resources/opencv/files/main.cpp
patching file src/plugins/scriptedwizard/resources/opencv/Makefile.am
patching file src/plugins/scriptedwizard/resources/opencv/Makefile.in






lake@localhost:~/software_x86_x64/codeblocks-13.12-24-el7/codeblocks-13.12$ patch -p1 <../codeblocks-13.12-astyle-2.05.patch
patching file src/plugins/astyle/asstreamiterator.cpp
patching file src/plugins/astyle/asstreamiterator.h
lake@localhost:~/software_x86_x64/codeblocks-13.12-24-el7/codeblocks-13.12$ 
  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值