Created
November 11, 2015 05:48
-
-
Save DevynCJohnson/28ab4a66c7e29795b084 to your computer and use it in GitHub Desktop.
Compiling Geany 1.25 on Linux (Getting deprecation warnings when using GTK2)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# System Information # | |
Ubuntu 15.10 (Willy) x86-64 | |
$ uname -somr | |
Linux 4.2.399-dcj-20151017 x86_64 GNU/Linux | |
$ gcc --version | |
gcc (Ubuntu 5.2.1-22ubuntu2) 5.2.1 20151010 | |
$ ldd --version | |
ldd (Ubuntu GLIBC 2.21-0ubuntu4) 2.21 | |
$ dpkg -s libgtk2.0-0|grep '^Version' | |
Version: 2.24.28-1ubuntu1 | |
# Available CPU flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_go | |
$ lscpu | |
Architecture: x86_64 | |
CPU op-mode(s): 32-bit, 64-bit | |
Byte Order: Little Endian | |
CPU(s): 4 | |
On-line CPU(s) list: 0-3 | |
Thread(s) per core: 2 | |
Core(s) per socket: 2 | |
Socket(s): 1 | |
NUMA node(s): 1 | |
Vendor ID: GenuineIntel | |
CPU family: 6 | |
Model: 69 | |
Model name: Intel(R) Core(TM) i5-4200U CPU @ 1.60GHz | |
Stepping: 1 | |
CPU MHz: 2415.089 | |
CPU max MHz: 2600.0000 | |
CPU min MHz: 800.0000 | |
BogoMIPS: 4591.59 | |
Virtualization: VT-x | |
L1d cache: 32K | |
L1i cache: 32K | |
L2 cache: 256K | |
L3 cache: 3072K | |
NUMA node0 CPU(s): 0-3 | |
$ sudo lshw -quiet -sanitize -short # Irrelevant info removed | |
H/W path Device Class Description | |
===================================================== | |
system Computer | |
/0 bus Motherboard | |
/0/0 memory 3866MiB System memory | |
/0/1 processor Intel(R) Core(TM) i5-4200U CPU @ 1.60GHz | |
/0/100 bridge Haswell-ULT DRAM Controller | |
/0/100/2 display Haswell-ULT Integrated Graphics Controller | |
$ Xorg -version | |
X.Org X Server 1.17.2 | |
Release Date: 2015-06-16 | |
X Protocol Version 11, Revision 0 | |
Build Operating System: Linux 3.19.0-30-generic x86_64 Ubuntu | |
Current Operating System: Linux Nacho-Linux 4.2.399-dcj-20151017 #14 SMP PREEMPT Sat Oct 17 17:29:35 EDT 2015 x86_64 | |
Kernel command line: BOOT_IMAGE=/vmlinuz-4.2.399-dcj-20151017 root=UUID=7c08c477-0ed4-4794-b847-982bce578592 ro no_debug_objects hest_disable loglevel=4 video=intelfb:mode_option=1366x768-32,scroll=ywrap apparmor=0 | |
Build Date: 30 September 2015 09:08:47AM | |
xorg-server 2:1.17.2-1ubuntu9 (For technical support please see http://www.ubuntu.com/support) | |
Current version of pixman: 0.32.6 | |
No environment compiling flags are set. | |
I no longer see the "implicit declaration of function" warnings or pointer warnings. However, I do still get the deprecation warnings when using GTK2. | |
You may wonder what has changed between now and the time I saw the other two types of warnings. | |
- I updated some Qt libraries (that should not matter) | |
- I updated a RAR compression utility and wpasupplicant (those should also not matter) | |
- I rebooted my system. Generally, I "suspend" my system when I am not using it. I only reboot or shutdown my system once a month (sometimes less). | |
collier@Nacho-Linux:/media/collier/PROGRAMMING/Geany/geany-1.25$ ./configure -v --enable-html-docs=no --prefix=$HOME/Geany --exec-prefix=$HOME/Geany --disable-nls | |
checking for a BSD-compatible install... /usr/bin/install -c | |
checking whether build environment is sane... yes | |
checking for a thread-safe mkdir -p... /bin/mkdir -p | |
checking for gawk... gawk | |
checking whether make sets $(MAKE)... yes | |
checking whether make supports nested variables... yes | |
checking whether make supports nested variables... (cached) yes | |
checking for style of include used by make... GNU | |
checking for gcc... gcc | |
checking whether the C compiler works... yes | |
checking for C compiler default output file name... a.out | |
checking for suffix of executables... | |
checking whether we are cross compiling... no | |
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 ISO C89... none needed | |
checking whether gcc understands -c and -o together... yes | |
checking dependency style of gcc... gcc3 | |
checking how to run the C preprocessor... gcc -E | |
checking for grep that handles long lines and -e... /bin/grep | |
checking for egrep... /bin/grep -E | |
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 minix/config.h usability... no | |
checking minix/config.h presence... no | |
checking for minix/config.h... no | |
checking whether it is safe to define __EXTENSIONS__... yes | |
checking for ar... ar | |
checking the archiver (ar) interface... ar | |
checking build system type... x86_64-unknown-linux-gnu | |
checking host system type... x86_64-unknown-linux-gnu | |
checking how to print strings... printf | |
checking for a sed that does not truncate output... /bin/sed | |
checking for fgrep... /bin/grep -F | |
checking for ld used by gcc... /usr/bin/ld | |
checking if the linker (/usr/bin/ld) is GNU ld... yes | |
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B | |
checking the name lister (/usr/bin/nm -B) interface... BSD nm | |
checking whether ln -s works... yes | |
checking the maximum length of command line arguments... 1572864 | |
checking whether the shell understands some XSI constructs... yes | |
checking whether the shell understands "+="... yes | |
checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop | |
checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop | |
checking for /usr/bin/ld option to reload object files... -r | |
checking for objdump... objdump | |
checking how to recognize dependent libraries... pass_all | |
checking for dlltool... no | |
checking how to associate runtime and link libraries... printf %s\n | |
checking for archiver @FILE support... @ | |
checking for strip... strip | |
checking for ranlib... ranlib | |
checking command to parse /usr/bin/nm -B output from gcc object... ok | |
checking for sysroot... no | |
checking for mt... mt | |
checking if mt is a manifest tool... no | |
checking for dlfcn.h... yes | |
checking for objdir... .libs | |
checking if gcc supports -fno-rtti -fno-exceptions... no | |
checking for gcc option to produce PIC... -fPIC -DPIC | |
checking if gcc PIC flag -fPIC -DPIC works... yes | |
checking if gcc static flag -static works... yes | |
checking if gcc supports -c -o file.o... yes | |
checking if gcc supports -c -o file.o... (cached) yes | |
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes | |
checking whether -lc should be explicitly linked in... no | |
checking dynamic linker characteristics... GNU/Linux ld.so | |
checking how to hardcode library paths into programs... immediate | |
checking whether stripping libraries is possible... yes | |
checking if libtool supports shared libraries... yes | |
checking whether to build shared libraries... yes | |
checking whether to build static libraries... no | |
checking for gcc... (cached) gcc | |
checking whether we are using the GNU C compiler... (cached) yes | |
checking whether gcc accepts -g... (cached) yes | |
checking for gcc option to accept ISO C89... (cached) none needed | |
checking whether gcc understands -c and -o together... (cached) yes | |
checking dependency style of gcc... (cached) gcc3 | |
checking for gcc option to accept ISO C99... none needed | |
checking for g++... g++ | |
checking whether we are using the GNU C++ compiler... yes | |
checking whether g++ accepts -g... yes | |
checking dependency style of g++... gcc3 | |
checking how to run the C++ preprocessor... g++ -E | |
checking for ld used by g++... /usr/bin/ld -m elf_x86_64 | |
checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes | |
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes | |
checking for g++ option to produce PIC... -fPIC -DPIC | |
checking if g++ PIC flag -fPIC -DPIC works... yes | |
checking if g++ static flag -static works... yes | |
checking if g++ supports -c -o file.o... yes | |
checking if g++ supports -c -o file.o... (cached) yes | |
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes | |
checking dynamic linker characteristics... (cached) GNU/Linux ld.so | |
checking how to hardcode library paths into programs... immediate | |
checking whether ln -s works... yes | |
checking fcntl.h usability... yes | |
checking fcntl.h presence... yes | |
checking for fcntl.h... yes | |
checking fnmatch.h usability... yes | |
checking fnmatch.h presence... yes | |
checking for fnmatch.h... yes | |
checking glob.h usability... yes | |
checking glob.h presence... yes | |
checking for glob.h... yes | |
checking for stdlib.h... (cached) yes | |
checking sys/time.h usability... yes | |
checking sys/time.h presence... yes | |
checking for sys/time.h... yes | |
checking for off_t... yes | |
checking for size_t... yes | |
checking whether struct tm is in sys/time.h or time.h... time.h | |
checking for ftruncate... yes | |
checking for fgetpos... yes | |
checking for fnmatch... yes | |
checking for mkstemp... yes | |
checking for strerror... yes | |
checking for strstr... yes | |
checking for Git revision... none | |
checking for pkg-config... /usr/bin/pkg-config | |
checking pkg-config is at least version 0.9.0... yes | |
checking for GTK... yes | |
checking for GTHREAD... yes | |
checking whether binary relocation support should be enabled... no | |
checking for library containing connect... none required | |
checking whether the force is with you... no | |
checking whether NLS is requested... no | |
checking for intltool-update... /usr/bin/intltool-update | |
checking for intltool-merge... /usr/bin/intltool-merge | |
checking for intltool-extract... /usr/bin/intltool-extract | |
checking for xgettext... /usr/bin/xgettext | |
checking for msgmerge... /usr/bin/msgmerge | |
checking for msgfmt... /usr/bin/msgfmt | |
checking for gmsgfmt... /usr/bin/msgfmt | |
checking for perl... /usr/bin/perl | |
checking for perl >= 5.8.1... 5.20.2 | |
checking for XML::Parser... ok | |
checking locale.h usability... yes | |
checking locale.h presence... yes | |
checking for locale.h... yes | |
checking for LC_MESSAGES... yes | |
checking libintl.h usability... yes | |
checking libintl.h presence... yes | |
checking for libintl.h... yes | |
checking for ngettext in libc... yes | |
checking for dgettext in libc... yes | |
checking for bind_textdomain_codeset... yes | |
checking for msgfmt... (cached) /usr/bin/msgfmt | |
checking for dcgettext... yes | |
checking if msgfmt accepts -c... yes | |
checking for gmsgfmt... (cached) /usr/bin/msgfmt | |
checking for xgettext... (cached) /usr/bin/xgettext | |
checking for catalogs to be installed... ar ast be bg ca cs de el en_GB es et eu fa fi fr gl he hi hu id it ja kk ko lb lt mn nl nn pl pt pt_BR ro ru sk sl sr sv tr uk vi zh_CN zh_TW | |
checking for rst2pdf... no | |
checking for rst2pdf.py... no | |
checking for doxygen... no | |
checking whether compiler supports GCC4-style visibility... yes | |
checking for sort... /usr/bin/sort | |
checking for uniq... /usr/bin/uniq | |
checking that generated files are newer than configure... done | |
configure: creating ./config.status | |
config.status: creating Makefile | |
config.status: creating icons/Makefile | |
config.status: creating icons/16x16/Makefile | |
config.status: creating icons/24x24/Makefile | |
config.status: creating icons/32x32/Makefile | |
config.status: creating icons/48x48/Makefile | |
config.status: creating icons/scalable/Makefile | |
config.status: creating icons/tango/Makefile | |
config.status: creating icons/tango/16x16/Makefile | |
config.status: creating icons/tango/24x24/Makefile | |
config.status: creating icons/tango/32x32/Makefile | |
config.status: creating icons/tango/48x48/Makefile | |
config.status: creating icons/tango/scalable/Makefile | |
config.status: creating tagmanager/Makefile | |
config.status: creating tagmanager/ctags/Makefile | |
config.status: creating tagmanager/mio/Makefile | |
config.status: creating tagmanager/src/Makefile | |
config.status: creating scintilla/Makefile | |
config.status: creating scintilla/include/Makefile | |
config.status: creating src/Makefile | |
config.status: creating plugins/Makefile | |
config.status: creating po/Makefile.in | |
config.status: creating data/Makefile | |
config.status: creating doc/Makefile | |
config.status: creating doc/geany.1 | |
config.status: creating geany.spec | |
config.status: creating geany.pc | |
config.status: creating geany.nsi | |
config.status: creating doc/Doxyfile | |
config.status: creating tests/Makefile | |
config.status: creating tests/ctags/Makefile | |
config.status: creating config.h | |
config.status: executing depfiles commands | |
config.status: executing libtool commands | |
config.status: executing default-1 commands | |
config.status: executing po/stamp-it commands | |
------------------------------------------------------ | |
Install Geany in : /home/collier/Geany | |
Using GTK version : 2.24.28 | |
Enable binary relocation : no | |
Build with plugin support : yes | |
Use (UNIX domain) socket support : yes | |
Use virtual terminal support : yes | |
Build HTML documentation : no | |
Build PDF documentation : no | |
Build API documentation : no | |
Configuration is done OK. | |
collier@Nacho-Linux:/media/collier/PROGRAMMING/Geany/geany-1.25$ make | |
make all-recursive | |
make[1]: Entering directory '/media/collier/PROGRAMMING/Geany/geany-1.25' | |
Making all in tagmanager | |
make[2]: Entering directory '/media/collier/PROGRAMMING/Geany/geany-1.25/tagmanager' | |
Making all in ctags | |
make[3]: Entering directory '/media/collier/PROGRAMMING/Geany/geany-1.25/tagmanager/ctags' | |
CC args.lo | |
CC ctags.lo | |
CC entry.lo | |
CC get.lo | |
CC keyword.lo | |
CC nestlevel.lo | |
CC options.lo | |
CC parse.lo | |
CC read.lo | |
CC sort.lo | |
CC strlist.lo | |
CC vstring.lo | |
CC abaqus.lo | |
CC abc.lo | |
CC actionscript.lo | |
CC asciidoc.lo | |
CC asm.lo | |
CC basic.lo | |
CC c.lo | |
CC cobol.lo | |
CC conf.lo | |
CC css.lo | |
CC diff.lo | |
CC docbook.lo | |
CC erlang.lo | |
CC fortran.lo | |
CC go.lo | |
CC haskell.lo | |
CC haxe.lo | |
CC html.lo | |
CC js.lo | |
CC json.lo | |
CC latex.lo | |
CC lregex.lo | |
CC lua.lo | |
CC make.lo | |
CC markdown.lo | |
CC matlab.lo | |
CC nsis.lo | |
CC objc.lo | |
CC pascal.lo | |
CC perl.lo | |
CC php.lo | |
CC powershell.lo | |
CC python.lo | |
CC r.lo | |
CC rest.lo | |
CC ruby.lo | |
CC rust.lo | |
CC sh.lo | |
CC sql.lo | |
CC tcl.lo | |
CC txt2tags.lo | |
CC verilog.lo | |
CC vhdl.lo | |
CCLD libctags.la | |
ar: `u' modifier ignored since `D' is the default (see `U') | |
make[3]: Leaving directory '/media/collier/PROGRAMMING/Geany/geany-1.25/tagmanager/ctags' | |
Making all in mio | |
make[3]: Entering directory '/media/collier/PROGRAMMING/Geany/geany-1.25/tagmanager/mio' | |
CC mio.lo | |
CCLD libmio.la | |
ar: `u' modifier ignored since `D' is the default (see `U') | |
make[3]: Leaving directory '/media/collier/PROGRAMMING/Geany/geany-1.25/tagmanager/mio' | |
Making all in src | |
make[3]: Entering directory '/media/collier/PROGRAMMING/Geany/geany-1.25/tagmanager/src' | |
CC tm_source_file.lo | |
CC tm_tag.lo | |
CC tm_workspace.lo | |
CCLD libtagmanager.la | |
ar: `u' modifier ignored since `D' is the default (see `U') | |
make[3]: Leaving directory '/media/collier/PROGRAMMING/Geany/geany-1.25/tagmanager/src' | |
make[3]: Entering directory '/media/collier/PROGRAMMING/Geany/geany-1.25/tagmanager' | |
make[3]: Nothing to be done for 'all-am'. | |
make[3]: Leaving directory '/media/collier/PROGRAMMING/Geany/geany-1.25/tagmanager' | |
make[2]: Leaving directory '/media/collier/PROGRAMMING/Geany/geany-1.25/tagmanager' | |
Making all in scintilla | |
make[2]: Entering directory '/media/collier/PROGRAMMING/Geany/geany-1.25/scintilla' | |
Making all in include | |
make[3]: Entering directory '/media/collier/PROGRAMMING/Geany/geany-1.25/scintilla/include' | |
make[3]: Nothing to be done for 'all'. | |
make[3]: Leaving directory '/media/collier/PROGRAMMING/Geany/geany-1.25/scintilla/include' | |
make[3]: Entering directory '/media/collier/PROGRAMMING/Geany/geany-1.25/scintilla' | |
CXX gtk/PlatGTK.lo | |
CXX gtk/ScintillaGTK.lo | |
CC gtk/scintilla-marshal.lo | |
CXX lexlib/Accessor.lo | |
CXX lexlib/CharacterCategory.lo | |
CXX lexlib/CharacterSet.lo | |
CXX lexlib/LexerBase.lo | |
CXX lexlib/LexerModule.lo | |
CXX lexlib/LexerNoExceptions.lo | |
CXX lexlib/LexerSimple.lo | |
CXX lexlib/PropSetSimple.lo | |
CXX lexlib/StyleContext.lo | |
CXX lexlib/WordList.lo | |
CXX src/AutoComplete.lo | |
CXX src/CallTip.lo | |
CXX src/CaseConvert.lo | |
CXX src/CaseFolder.lo | |
CXX src/Catalogue.lo | |
CXX src/CellBuffer.lo | |
CXX src/CharClassify.lo | |
CXX src/ContractionState.lo | |
CXX src/Decoration.lo | |
CXX src/Document.lo | |
CXX src/Editor.lo | |
CXX src/EditModel.lo | |
CXX src/EditView.lo | |
CXX src/ExternalLexer.lo | |
CXX src/Indicator.lo | |
CXX src/KeyMap.lo | |
CXX src/LineMarker.lo | |
CXX src/MarginView.lo | |
CXX src/PerLine.lo | |
CXX src/PositionCache.lo | |
CXX src/RESearch.lo | |
CXX src/RunStyles.lo | |
CXX src/ScintillaBase.lo | |
CXX src/Selection.lo | |
CXX src/Style.lo | |
CXX src/UniConversion.lo | |
CXX src/ViewStyle.lo | |
CXX src/XPM.lo | |
CXX lexers/LexAbaqus.lo | |
CXX lexers/LexAda.lo | |
CXX lexers/LexAsm.lo | |
CXX lexers/LexBash.lo | |
CXX lexers/LexBasic.lo | |
CXX lexers/LexCOBOL.lo | |
CXX lexers/LexCPP.lo | |
CXX lexers/LexCSS.lo | |
CXX lexers/LexCaml.lo | |
CXX lexers/LexCmake.lo | |
CXX lexers/LexCoffeeScript.lo | |
CXX lexers/LexD.lo | |
CXX lexers/LexErlang.lo | |
CXX lexers/LexForth.lo | |
CXX lexers/LexFortran.lo | |
CXX lexers/LexHTML.lo | |
CXX lexers/LexHaskell.lo | |
CXX lexers/LexLaTeX.lo | |
CXX lexers/LexLisp.lo | |
CXX lexers/LexLua.lo | |
CXX lexers/LexMarkdown.lo | |
CXX lexers/LexMatlab.lo | |
CXX lexers/LexNsis.lo | |
CXX lexers/LexOthers.lo | |
CXX lexers/LexPascal.lo | |
CXX lexers/LexPerl.lo | |
CXX lexers/LexPowerShell.lo | |
CXX lexers/LexPython.lo | |
CXX lexers/LexPO.lo | |
CXX lexers/LexR.lo | |
CXX lexers/LexRuby.lo | |
CXX lexers/LexRust.lo | |
CXX lexers/LexSQL.lo | |
CXX lexers/LexTCL.lo | |
CXX lexers/LexTxt2tags.lo | |
CXX lexers/LexVHDL.lo | |
CXX lexers/LexVerilog.lo | |
CXX lexers/LexYAML.lo | |
CXXLD libscintilla.la | |
ar: `u' modifier ignored since `D' is the default (see `U') | |
make[3]: Leaving directory '/media/collier/PROGRAMMING/Geany/geany-1.25/scintilla' | |
make[2]: Leaving directory '/media/collier/PROGRAMMING/Geany/geany-1.25/scintilla' | |
Making all in src | |
make[2]: Entering directory '/media/collier/PROGRAMMING/Geany/geany-1.25/src' | |
CC libgeany_la-about.lo | |
In file included from about.c:34:0: | |
gb.c: In function 'load_images': | |
gb.c:1690:2: warning: 'gdk_pixbuf_from_pixdata' is deprecated [-Wdeprecated-declarations] | |
icons[0] = gdk_pixbuf_from_pixdata(&pic1, FALSE, NULL); | |
^ | |
In file included from gb.c:35:0, | |
from about.c:34: | |
/usr/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixdata.h:119:12: note: declared here | |
GdkPixbuf* gdk_pixbuf_from_pixdata (const GdkPixdata *pixdata, | |
^ | |
In file included from about.c:34:0: | |
gb.c:1691:2: warning: 'gdk_pixbuf_from_pixdata' is deprecated [-Wdeprecated-declarations] | |
icons[1] = gdk_pixbuf_from_pixdata(&pic2, FALSE, NULL); | |
^ | |
In file included from gb.c:35:0, | |
from about.c:34: | |
/usr/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixdata.h:119:12: note: declared here | |
GdkPixbuf* gdk_pixbuf_from_pixdata (const GdkPixdata *pixdata, | |
^ | |
In file included from about.c:34:0: | |
gb.c:1692:2: warning: 'gdk_pixbuf_from_pixdata' is deprecated [-Wdeprecated-declarations] | |
icons[2] = gdk_pixbuf_from_pixdata(&pic3, FALSE, NULL); | |
^ | |
In file included from gb.c:35:0, | |
from about.c:34: | |
/usr/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixdata.h:119:12: note: declared here | |
GdkPixbuf* gdk_pixbuf_from_pixdata (const GdkPixdata *pixdata, | |
^ | |
In file included from about.c:34:0: | |
gb.c:1693:2: warning: 'gdk_pixbuf_from_pixdata' is deprecated [-Wdeprecated-declarations] | |
icons[3] = gdk_pixbuf_from_pixdata(&pic4, FALSE, NULL); | |
^ | |
In file included from gb.c:35:0, | |
from about.c:34: | |
/usr/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixdata.h:119:12: note: declared here | |
GdkPixbuf* gdk_pixbuf_from_pixdata (const GdkPixdata *pixdata, | |
^ | |
In file included from about.c:34:0: | |
gb.c:1694:2: warning: 'gdk_pixbuf_from_pixdata' is deprecated [-Wdeprecated-declarations] | |
icons[4] = gdk_pixbuf_from_pixdata(&pic5, FALSE, NULL); | |
^ | |
In file included from gb.c:35:0, | |
from about.c:34: | |
/usr/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixdata.h:119:12: note: declared here | |
GdkPixbuf* gdk_pixbuf_from_pixdata (const GdkPixdata *pixdata, | |
^ | |
In file included from about.c:34:0: | |
gb.c:1695:2: warning: 'gdk_pixbuf_from_pixdata' is deprecated [-Wdeprecated-declarations] | |
icons[5] = gdk_pixbuf_from_pixdata(&pic6, FALSE, NULL); | |
^ | |
In file included from gb.c:35:0, | |
from about.c:34: | |
/usr/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixdata.h:119:12: note: declared here | |
GdkPixbuf* gdk_pixbuf_from_pixdata (const GdkPixdata *pixdata, | |
^ | |
In file included from about.c:34:0: | |
gb.c:1696:2: warning: 'gdk_pixbuf_from_pixdata' is deprecated [-Wdeprecated-declarations] | |
icons[6] = gdk_pixbuf_from_pixdata(&pic7, FALSE, NULL); | |
^ | |
In file included from gb.c:35:0, | |
from about.c:34: | |
/usr/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixdata.h:119:12: note: declared here | |
GdkPixbuf* gdk_pixbuf_from_pixdata (const GdkPixdata *pixdata, | |
^ | |
In file included from about.c:34:0: | |
gb.c:1697:2: warning: 'gdk_pixbuf_from_pixdata' is deprecated [-Wdeprecated-declarations] | |
icons[7] = gdk_pixbuf_from_pixdata(&pic8, FALSE, NULL); | |
^ | |
In file included from gb.c:35:0, | |
from about.c:34: | |
/usr/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixdata.h:119:12: note: declared here | |
GdkPixbuf* gdk_pixbuf_from_pixdata (const GdkPixdata *pixdata, | |
^ | |
In file included from about.c:34:0: | |
gb.c:1698:2: warning: 'gdk_pixbuf_from_pixdata' is deprecated [-Wdeprecated-declarations] | |
icons[8] = gdk_pixbuf_from_pixdata(&pic9, FALSE, NULL); | |
^ | |
In file included from gb.c:35:0, | |
from about.c:34: | |
/usr/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixdata.h:119:12: note: declared here | |
GdkPixbuf* gdk_pixbuf_from_pixdata (const GdkPixdata *pixdata, | |
^ | |
In file included from about.c:34:0: | |
gb.c:1699:2: warning: 'gdk_pixbuf_from_pixdata' is deprecated [-Wdeprecated-declarations] | |
icons[9] = gdk_pixbuf_from_pixdata(&pic10, FALSE, NULL); | |
^ | |
In file included from gb.c:35:0, | |
from about.c:34: | |
/usr/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixdata.h:119:12: note: declared here | |
GdkPixbuf* gdk_pixbuf_from_pixdata (const GdkPixdata *pixdata, | |
^ | |
In file included from about.c:34:0: | |
gb.c:1700:2: warning: 'gdk_pixbuf_from_pixdata' is deprecated [-Wdeprecated-declarations] | |
icons[IMAGE_BUTTON_UP] = gdk_pixbuf_from_pixdata(&bup, FALSE, NULL); | |
^ | |
In file included from gb.c:35:0, | |
from about.c:34: | |
/usr/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixdata.h:119:12: note: declared here | |
GdkPixbuf* gdk_pixbuf_from_pixdata (const GdkPixdata *pixdata, | |
^ | |
In file included from about.c:34:0: | |
gb.c:1701:2: warning: 'gdk_pixbuf_from_pixdata' is deprecated [-Wdeprecated-declarations] | |
icons[IMAGE_BUTTON_DOWN] = gdk_pixbuf_from_pixdata(&bdown, FALSE, NULL); | |
^ | |
In file included from gb.c:35:0, | |
from about.c:34: | |
/usr/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixdata.h:119:12: note: declared here | |
GdkPixbuf* gdk_pixbuf_from_pixdata (const GdkPixdata *pixdata, | |
^ | |
CC libgeany_la-build.lo | |
GEN signallist.i | |
CC libgeany_la-callbacks.lo | |
CC libgeany_la-dialogs.lo | |
CC libgeany_la-document.lo | |
CC libgeany_la-editor.lo | |
CC libgeany_la-encodings.lo | |
CC libgeany_la-filetypes.lo | |
CC libgeany_la-geanyentryaction.lo | |
CC libgeany_la-geanymenubuttonaction.lo | |
CC libgeany_la-geanyobject.lo | |
CC libgeany_la-geanywraplabel.lo | |
CC libgeany_la-highlighting.lo | |
CC libgeany_la-keybindings.lo | |
CC libgeany_la-keyfile.lo | |
CC libgeany_la-log.lo | |
CC libgeany_la-libmain.lo | |
CC libgeany_la-msgwindow.lo | |
CC libgeany_la-navqueue.lo | |
CC libgeany_la-notebook.lo | |
CC libgeany_la-plugins.lo | |
CC libgeany_la-pluginutils.lo | |
CC libgeany_la-prefs.lo | |
CC libgeany_la-printing.lo | |
CC libgeany_la-project.lo | |
CC libgeany_la-sciwrappers.lo | |
CC libgeany_la-search.lo | |
CC libgeany_la-socket.lo | |
CC libgeany_la-spawn.lo | |
CC libgeany_la-stash.lo | |
CC libgeany_la-symbols.lo | |
CC libgeany_la-templates.lo | |
CC libgeany_la-toolbar.lo | |
CC libgeany_la-tools.lo | |
CC libgeany_la-sidebar.lo | |
CC libgeany_la-ui_utils.lo | |
CC libgeany_la-utils.lo | |
CC libgeany_la-vte.lo | |
CXXLD libgeany.la | |
CC main.o | |
CCLD geany | |
make[2]: Leaving directory '/media/collier/PROGRAMMING/Geany/geany-1.25/src' | |
Making all in plugins | |
make[2]: Entering directory '/media/collier/PROGRAMMING/Geany/geany-1.25/plugins' | |
CC demoplugin_la-demoplugin.lo | |
CCLD demoplugin.la | |
ar: `u' modifier ignored since `D' is the default (see `U') | |
CC classbuilder_la-classbuilder.lo | |
CCLD classbuilder.la | |
CC htmlchars_la-htmlchars.lo | |
CCLD htmlchars.la | |
CC export_la-export.lo | |
CCLD export.la | |
CC saveactions_la-saveactions.lo | |
CCLD saveactions.la | |
CC filebrowser_la-filebrowser.lo | |
CCLD filebrowser.la | |
CC splitwindow_la-splitwindow.lo | |
CCLD splitwindow.la | |
make[2]: Leaving directory '/media/collier/PROGRAMMING/Geany/geany-1.25/plugins' | |
Making all in icons | |
make[2]: Entering directory '/media/collier/PROGRAMMING/Geany/geany-1.25/icons' | |
Making all in 16x16 | |
make[3]: Entering directory '/media/collier/PROGRAMMING/Geany/geany-1.25/icons/16x16' | |
make[3]: Nothing to be done for 'all'. | |
make[3]: Leaving directory '/media/collier/PROGRAMMING/Geany/geany-1.25/icons/16x16' | |
Making all in 24x24 | |
make[3]: Entering directory '/media/collier/PROGRAMMING/Geany/geany-1.25/icons/24x24' | |
make[3]: Nothing to be done for 'all'. | |
make[3]: Leaving directory '/media/collier/PROGRAMMING/Geany/geany-1.25/icons/24x24' | |
Making all in 32x32 | |
make[3]: Entering directory '/media/collier/PROGRAMMING/Geany/geany-1.25/icons/32x32' | |
make[3]: Nothing to be done for 'all'. | |
make[3]: Leaving directory '/media/collier/PROGRAMMING/Geany/geany-1.25/icons/32x32' | |
Making all in 48x48 | |
make[3]: Entering directory '/media/collier/PROGRAMMING/Geany/geany-1.25/icons/48x48' | |
make[3]: Nothing to be done for 'all'. | |
make[3]: Leaving directory '/media/collier/PROGRAMMING/Geany/geany-1.25/icons/48x48' | |
Making all in scalable | |
make[3]: Entering directory '/media/collier/PROGRAMMING/Geany/geany-1.25/icons/scalable' | |
make[3]: Nothing to be done for 'all'. | |
make[3]: Leaving directory '/media/collier/PROGRAMMING/Geany/geany-1.25/icons/scalable' | |
Making all in tango | |
make[3]: Entering directory '/media/collier/PROGRAMMING/Geany/geany-1.25/icons/tango' | |
Making all in 16x16 | |
make[4]: Entering directory '/media/collier/PROGRAMMING/Geany/geany-1.25/icons/tango/16x16' | |
make[4]: Nothing to be done for 'all'. | |
make[4]: Leaving directory '/media/collier/PROGRAMMING/Geany/geany-1.25/icons/tango/16x16' | |
Making all in 24x24 | |
make[4]: Entering directory '/media/collier/PROGRAMMING/Geany/geany-1.25/icons/tango/24x24' | |
make[4]: Nothing to be done for 'all'. | |
make[4]: Leaving directory '/media/collier/PROGRAMMING/Geany/geany-1.25/icons/tango/24x24' | |
Making all in 32x32 | |
make[4]: Entering directory '/media/collier/PROGRAMMING/Geany/geany-1.25/icons/tango/32x32' | |
make[4]: Nothing to be done for 'all'. | |
make[4]: Leaving directory '/media/collier/PROGRAMMING/Geany/geany-1.25/icons/tango/32x32' | |
Making all in 48x48 | |
make[4]: Entering directory '/media/collier/PROGRAMMING/Geany/geany-1.25/icons/tango/48x48' | |
make[4]: Nothing to be done for 'all'. | |
make[4]: Leaving directory '/media/collier/PROGRAMMING/Geany/geany-1.25/icons/tango/48x48' | |
Making all in scalable | |
make[4]: Entering directory '/media/collier/PROGRAMMING/Geany/geany-1.25/icons/tango/scalable' | |
make[4]: Nothing to be done for 'all'. | |
make[4]: Leaving directory '/media/collier/PROGRAMMING/Geany/geany-1.25/icons/tango/scalable' | |
make[4]: Entering directory '/media/collier/PROGRAMMING/Geany/geany-1.25/icons/tango' | |
make[4]: Nothing to be done for 'all-am'. | |
make[4]: Leaving directory '/media/collier/PROGRAMMING/Geany/geany-1.25/icons/tango' | |
make[3]: Leaving directory '/media/collier/PROGRAMMING/Geany/geany-1.25/icons/tango' | |
make[3]: Entering directory '/media/collier/PROGRAMMING/Geany/geany-1.25/icons' | |
make[3]: Nothing to be done for 'all-am'. | |
make[3]: Leaving directory '/media/collier/PROGRAMMING/Geany/geany-1.25/icons' | |
make[2]: Leaving directory '/media/collier/PROGRAMMING/Geany/geany-1.25/icons' | |
Making all in po | |
make[2]: Entering directory '/media/collier/PROGRAMMING/Geany/geany-1.25/po' | |
MSGFMT ar.gmo | |
MSGFMT ast.gmo | |
MSGFMT be.gmo | |
MSGFMT bg.gmo | |
MSGFMT ca.gmo | |
MSGFMT cs.gmo | |
MSGFMT de.gmo | |
MSGFMT el.gmo | |
MSGFMT en_GB.gmo | |
MSGFMT es.gmo | |
MSGFMT et.gmo | |
MSGFMT eu.gmo | |
MSGFMT fa.gmo | |
MSGFMT fi.gmo | |
MSGFMT fr.gmo | |
MSGFMT gl.gmo | |
MSGFMT he.gmo | |
MSGFMT hi.gmo | |
MSGFMT hu.gmo | |
MSGFMT id.gmo | |
MSGFMT it.gmo | |
MSGFMT ja.gmo | |
MSGFMT kk.gmo | |
MSGFMT ko.gmo | |
MSGFMT lb.gmo | |
MSGFMT lt.gmo | |
MSGFMT mn.gmo | |
MSGFMT nl.gmo | |
MSGFMT nn.gmo | |
MSGFMT pl.gmo | |
MSGFMT pt.gmo | |
MSGFMT pt_BR.gmo | |
MSGFMT ro.gmo | |
MSGFMT ru.gmo | |
MSGFMT sk.gmo | |
MSGFMT sl.gmo | |
MSGFMT sr.gmo | |
MSGFMT sv.gmo | |
MSGFMT tr.gmo | |
MSGFMT uk.gmo | |
MSGFMT vi.gmo | |
MSGFMT zh_CN.gmo | |
MSGFMT zh_TW.gmo | |
make[2]: Leaving directory '/media/collier/PROGRAMMING/Geany/geany-1.25/po' | |
Making all in doc | |
make[2]: Entering directory '/media/collier/PROGRAMMING/Geany/geany-1.25/doc' | |
make[2]: Nothing to be done for 'all'. | |
make[2]: Leaving directory '/media/collier/PROGRAMMING/Geany/geany-1.25/doc' | |
Making all in data | |
make[2]: Entering directory '/media/collier/PROGRAMMING/Geany/geany-1.25/data' | |
make[2]: Nothing to be done for 'all'. | |
make[2]: Leaving directory '/media/collier/PROGRAMMING/Geany/geany-1.25/data' | |
Making all in tests | |
make[2]: Entering directory '/media/collier/PROGRAMMING/Geany/geany-1.25/tests' | |
Making all in ctags | |
make[3]: Entering directory '/media/collier/PROGRAMMING/Geany/geany-1.25/tests/ctags' | |
make[3]: Nothing to be done for 'all'. | |
make[3]: Leaving directory '/media/collier/PROGRAMMING/Geany/geany-1.25/tests/ctags' | |
make[3]: Entering directory '/media/collier/PROGRAMMING/Geany/geany-1.25/tests' | |
make[3]: Nothing to be done for 'all-am'. | |
make[3]: Leaving directory '/media/collier/PROGRAMMING/Geany/geany-1.25/tests' | |
make[2]: Leaving directory '/media/collier/PROGRAMMING/Geany/geany-1.25/tests' | |
make[2]: Entering directory '/media/collier/PROGRAMMING/Geany/geany-1.25' | |
ITMRG geany.desktop | |
make[2]: Leaving directory '/media/collier/PROGRAMMING/Geany/geany-1.25' | |
make[1]: Leaving directory '/media/collier/PROGRAMMING/Geany/geany-1.25' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment