XnRetro don't start on Ubuntu 14.04 x64. I have this error in terminal :
Code: Select all
error while loading shared libraries: libstdc++.so.6: cannot open shared object file: No such file or directory
Moderators: XnTriq, helmut, xnview
Code: Select all
error while loading shared libraries: libstdc++.so.6: cannot open shared object file: No such file or directory
yes i'll try to build package...paviluf wrote:Pierre what do you think of the idea to make a .deb for, at least, Ubuntu x86 and x64 ?
sorry but currently i'm a little busy, i'll try asappaviluf wrote: Any news on the XnRetro Package ?
no no but i need to make a new build for next version...paviluf wrote:2 months later...
You forgot or you don't want to make a .deb for Ubuntu ?
If you don't want, just say it so I won't wait for nothing
Code: Select all
sudo apt-get install lib32gcc1 lib32stdc++6 libc6-i386 libfontconfig1:i386 libfreetype6:i386 libglib2.0-0:i386 libgstreamer-plugins-base0.10-0:i386 libgstreamer0.10-0:i386 libice6:i386 libjpeg62:i386 libpng12-0:i386 libqt4-svg:i386 libsm6:i386 libx11-6:i386 libxext6:i386 libxml2:i386 libxrender1:i386 zlib1g:i386
Code: Select all
sudo apt-get install debhelper quilt wget imagemagick chrpath
wget https://github.com/darealshinji/debian/archive/master.tar.gz && tar xvf master.tar.gz
cd debian-master/graphics/xnretro && make all PBUILDER=0 DEPS=0