gcmd-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [gcmd-usr] [gcmd-dev] Gnome Commander 1.10.0 released


From: kht-lists
Subject: Re: [gcmd-usr] [gcmd-dev] Gnome Commander 1.10.0 released
Date: Sun, 31 Mar 2019 22:50:38 +0000

Well, I tried.  I managed to build and install gcc-8.3.  I had never compiled a 
compiler before. It gave my CPU a workout :-)  The make on g-c ran although I 
did get some errors which I will add below.  I have a log of the complete make 
output if that would help. This is on CentOS 7.6, Gnome desktop.

Ken

---------------------------------------------------------------------------------------------
address@hidden gnome-commander-1.10.0]$ make    > ../ken.log
text-render.cc: In function ‘int text_render_utf8_printf(TextRender*, const 
char*, ...)’:
text-render.cc:1158:96: warning: function ‘int 
text_render_utf8_printf(TextRender*, const char*, ...)’ might be a candidate 
for ‘gnu_printf’ format attribute [-Wsuggest-attribute=format]
 snprintf((char *) &w->priv->utf8buf[w->priv->utf8buf_length], 100, format, ap);
                                                                              ^

utils.cc: In function ‘void DEBUG(gchar, const gchar*, ...)’:
utils.cc:75:36: warning: function ‘void DEBUG(gchar, const gchar*, ...)’ might 
be a candidate for ‘gnu_printf’ format attribute [-Wsuggest-attribute=format]
         vfprintf(stderr, format, ap);
                                    ^
tags/libgcmd-tags.a(gnome-cmd-tags-exiv2.o): In function 
`gcmd_tags_exiv2_load_metadata(GnomeCmdFile*)':
/home/ken/Desktop/gnome-commander-1.10.0/src/tags/gnome-cmd-tags-exiv2.cc:402: 
undefined reference to 
`Exiv2::ImageFactory::open(std::__cxx11::basic_string<char, 
std::char_traits<char>, std::allocator<char> > const&, bool)'
tags/libgcmd-tags.a(gnome-cmd-tags-taglib.o): In function 
`readTags(GnomeCmdFileMetadata&, TagLib::ID3v2::Tag const*)':
/home/ken/Desktop/gnome-commander-1.10.0/src/tags/gnome-cmd-tags-taglib.cc:210: 
undefined reference to `TagLib::String::to8Bit[abi:cxx11](bool) const'
tags/libgcmd-tags.a(gnome-cmd-tags-taglib.o): In function `getTag':
/home/ken/Desktop/gnome-commander-1.10.0/src/tags/gnome-cmd-tags-taglib.cc:292: 
undefined reference to `TagLib::String::to8Bit[abi:cxx11](bool) const'
/home/ken/Desktop/gnome-commander-1.10.0/src/tags/gnome-cmd-tags-taglib.cc:293: 
undefined reference to `TagLib::String::to8Bit[abi:cxx11](bool) const'
/home/ken/Desktop/gnome-commander-1.10.0/src/tags/gnome-cmd-tags-taglib.cc:294: 
undefined reference to `TagLib::String::to8Bit[abi:cxx11](bool) const'
/home/ken/Desktop/gnome-commander-1.10.0/src/tags/gnome-cmd-tags-taglib.cc:299: 
undefined reference to `TagLib::String::to8Bit[abi:cxx11](bool) const'
tags/libgcmd-tags.a(gnome-cmd-tags-taglib.o):/home/ken/Desktop/gnome-commander-1.10.0/src/tags/gnome-cmd-tags-taglib.cc:300:
 more undefined references to `TagLib::String::to8Bit[abi:cxx11](bool) const' 
follow
collect2: error: ld returned 1 exit status
make[3]: *** [gnome-commander] Error 1
make[2]: *** [all-recursive] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2

---------------------------------------------------------------------------------------------



Sent with ProtonMail Secure Email.

‐‐‐‐‐‐‐ Original Message ‐‐‐‐‐‐‐
On Sunday, March 31, 2019 4:31 PM, kht-lists <address@hidden> wrote:

> Thanks Uwe,
>
> I will install GCC-8 and try again.
>
> Ken
>
> Sent with ProtonMail Secure Email.
>
> ‐‐‐‐‐‐‐ Original Message ‐‐‐‐‐‐‐
> On Sunday, March 31, 2019 3:14 PM, Uwe Scholz address@hidden wrote:
>
> > Hi Ken,
> > sorry to hear that you got build errors, but we will sort them out for
> > sure. :-) The reason for them are for sure that GCC-8 is missing on
> > your system. Maybe I should add this requirement on the release
> > notes... :-/
> > I had this kind of error when I wanted to compile gcmd on Ubuntu.
> > After upgrading to GCC-8 it worked. On Fedora29 it worked, too.
> > Is it possible for you to install GCC-8 on you machine?
> > I am going to prepare a package for Gentoo linux now.
> > Best wishes and thank you for your efforts.
> > Uwe
> > Am Sun, 31 Mar 2019 17:34:40 +0000 schrieb kht-lists:
> >
> > > I just tried building g-c 10.1.0 on Ubuntu Mate 18.04. Same sort of
> > > errors as on CentOS 7.6
> > > Ken Taylor
> > > address@hidden:~/Desktop/gnome-commander-1.10.0$ make
> > > make all-recursive
> > > make[1]: Entering directory '/home/ken/Desktop/gnome-commander-1.10.0'
> > > Making all in libgcmd
> > > make[2]: Entering directory
> > > '/home/ken/Desktop/gnome-commander-1.10.0/libgcmd' /bin/bash ../libtool
> > > --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT
> > > -DORBIT2=1 -pthread -I/usr/include/libgnomeui-2.0
> > > -I/usr/include/gnome-keyring-1 -I/usr/include/libbonoboui-2.0
> > > -I/usr/include/libxml2 -I/usr/include/libgnome-2.0
> > > -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0
> > > -I/usr/include/orbit-2.0 -I/usr/include/libgnomecanvas-2.0
> > > -I/usr/include/gail-1.0 -I/usr/include/libart-2.0
> > > -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include
> > > -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo
> > > -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo
> > > -I/usr/include/pixman-1 -I/usr/include/pango-1.0
> > > -I/usr/include/harfbuzz -I/usr/include/pango-1.0
> > > -I/usr/include/freetype2 -I/usr/include/libpng16
> > > -I/usr/include/freetype2 -I/usr/include/libpng16
> > > -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16
> > > -I/usr/include/gnome-vfs-2.0
> > > -I/usr/lib/x86_64-linux-gnu/gnome-vfs-2.0/include
> > > -I/usr/include/gconf/2 -I/usr/include/dbus-1.0
> > > -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/glib-2.0
> > > -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -pthread
> > > -I/usr/include/gnome-vfs-2.0
> > > -I/usr/lib/x86_64-linux-gnu/gnome-vfs-2.0/include
> > > -I/usr/include/gconf/2 -I/usr/include/dbus-1.0
> > > -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/glib-2.0
> > > -I/usr/lib/x86_64-linux-gnu/glib-2.0/include
> > > -DGTK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES
> > > -fno-strict-aliasing -Wall -Wextra -Wundef -Wwrite-strings
> > > -Wpointer-arith -Wmissing-declarations -Wredundant-decls
> > > -Wno-unused-parameter -Wno-missing-field-initializers -Wformat=2
> > > -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare
> > > -Wstrict-aliasing -Wshadow -Winline -Wpacked
> > > -Wmissing-format-attribute -Wmissing-noreturn -Winit-self
> > > -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds
> > > -Wreturn-type -Wno-overloaded-virtual -Wswitch-enum -Wswitch-default
> > > -Wno-error=unused-parameter -Wno-error=missing-field-initializers
> > > -Wno-error=overloaded-virtual -Werror=parentheses -Wno-parentheses
> > > -Werror=cast-function-type -Wno-cast-function-type -g -O2 -MT
> > > gnome-cmd-plugin.lo -MD -MP -MF .deps/gnome-cmd-plugin.Tpo -c -o
> > > gnome-cmd-plugin.lo gnome-cmd-plugin.cc libtool: compile: g++
> > > -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -DORBIT2=1 -pthread
> > > -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-keyring-1
> > > -I/usr/include/libbonoboui-2.0 -I/usr/include/libxml2
> > > -I/usr/include/libgnome-2.0 -I/usr/include/libbonobo-2.0
> > > -I/usr/include/bonobo-activation-2.0 -I/usr/include/orbit-2.0
> > > -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gail-1.0
> > > -I/usr/include/libart-2.0 -I/usr/include/gtk-2.0
> > > -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include
> > > -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo
> > > -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo
> > > -I/usr/include/pixman-1 -I/usr/include/pango-1.0
> > > -I/usr/include/harfbuzz -I/usr/include/pango-1.0
> > > -I/usr/include/freetype2 -I/usr/include/libpng16
> > > -I/usr/include/freetype2 -I/usr/include/libpng16
> > > -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16
> > > -I/usr/include/gnome-vfs-2.0
> > > -I/usr/lib/x86_64-linux-gnu/gnome-vfs-2.0/include
> > > -I/usr/include/gconf/2 -I/usr/include/dbus-1.0
> > > -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/glib-2.0
> > > -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -pthread
> > > -I/usr/include/gnome-vfs-2.0
> > > -I/usr/lib/x86_64-linux-gnu/gnome-vfs-2.0/include
> > > -I/usr/include/gconf/2 -I/usr/include/dbus-1.0
> > > -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/glib-2.0
> > > -I/usr/lib/x86_64-linux-gnu/glib-2.0/include
> > > -DGTK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES
> > > -fno-strict-aliasing -Wall -Wextra -Wundef -Wwrite-strings
> > > -Wpointer-arith -Wmissing-declarations -Wredundant-decls
> > > -Wno-unused-parameter -Wno-missing-field-initializers -Wformat=2
> > > -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare
> > > -Wstrict-aliasing -Wshadow -Winline -Wpacked
> > > -Wmissing-format-attribute -Wmissing-noreturn -Winit-self
> > > -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds
> > > -Wreturn-type -Wno-overloaded-virtual -Wswitch-enum -Wswitch-default
> > > -Wno-error=unused-parameter -Wno-error=missing-field-initializers
> > > -Wno-error=overloaded-virtual -Werror=parentheses -Wno-parentheses
> > > -Werror=cast-function-type -Wno-cast-function-type -g -O2 -MT
> > > gnome-cmd-plugin.lo -MD -MP -MF .deps/gnome-cmd-plugin.Tpo -c
> > > gnome-cmd-plugin.cc -fPIC -DPIC -o .libs/gnome-cmd-plugin.o cc1plus:
> > > error: -Werror=cast-function-type: no option -Wcast-function-type
> > > cc1plus: warning: unrecognized command line option
> > > ‘-Wno-cast-function-type’ Makefile:588: recipe for target
> > > 'gnome-cmd-plugin.lo' failed make[2]: *** [gnome-cmd-plugin.lo] Error
> > > 1 make[2]: Leaving directory
> > > '/home/ken/Desktop/gnome-commander-1.10.0/libgcmd' Makefile:550:
> > > recipe for target 'all-recursive' failed make[1]: *** [all-recursive]
> > > Error 1 make[1]: Leaving directory
> > > '/home/ken/Desktop/gnome-commander-1.10.0' Makefile:480: recipe for
> > > target 'all' failed make: *** [all] Error 2
> > >
> > > Sent with ProtonMail Secure Email.
> > > ‐‐‐‐‐‐‐ Original Message ‐‐‐‐‐‐‐
> > > On Sunday, March 31, 2019 7:15 AM, Uwe Scholz address@hidden
> > > wrote:
> > >
> > > > Hi,
> > > > Gnome Commander v1.10.0 with a new icon is out - Yeah!
> > > > See the complete release notes here:
> > > > https://gcmd.github.io/2019/03/31/Release-v1-10-0.html
> > > > It is advisable to update to 1.10.0 as I will remove the ability to
> > > > read ~/.gnome-commander/gnome-commander.xml in the next bugfix
> > > > release. This is needed to remove the reference to the old
> > > > gnome-config library.
> > > > Many thanks to all the contributors!
> > > > A signature file can be found again in the download section of the
> > > > Gnome Commander homepage.
> > > > Happy commanding!
> > > > Uwe
>
> gcmd-devel mailing list
> address@hidden
> https://lists.nongnu.org/mailman/listinfo/gcmd-devel





reply via email to

[Prev in Thread] Current Thread [Next in Thread]