Closed GoogleCodeExporter closed 9 years ago
CEF Python Forum is an appropriate place for such types of problems.
I've checked the g++ version on my machine:
czarek@Czarek-Ubuntu64:~$ g++ --version
g++ (Ubuntu/Linaro 4.6.3-1ubuntu5) 4.6.3
So is there no way for you to upgrade to a more recent version of g++?
Check if there were any warning messages in the console before the error
occured.
Try the g++ build again by deleting the "chromium/src/out" directory,
or try to update the g++ compiler, no other ideas for now.
Original comment by czarek.t...@gmail.com
on 10 Jul 2013 at 6:49
Czarek,
thanks for your assistance, I was able to build portable binaries on Fedora 17.
Cheers, Vlad
Original comment by vkosovac@gmail.com
on 16 Jul 2013 at 3:34
I've added information about the G++ version to the BuildOnLinux page:
6. Make sure you are running an up to date version of G++, as of this writing
compiling works fine with G++ 4.6.3.
Also added Fedora 17 to the "Platforms tested" section, thanks for the info.
Original comment by czarek.t...@gmail.com
on 16 Jul 2013 at 8:07
Re Fedora 17 build, perhaps worth noting:
1] Fedora 17 version of subversion uninstalled and replaced with
svn, version 1.6.17-dev (under development)
[ svn co
http://svn.apache.org/repos/asf/subversion/branches/1.6.x-r878590
subversion ]
2] Building CEF Python module errors out even if the path to
glibconfig.h is added to the "include_dirs" list
in "cef3/linux/setup/setup.py" script. My workaround was:
mkdir /usr/lib/i386-linux-gnu
cp -a /usr/lib/glib-2.0 /usr/lib/i386-linux-gnu
cp -a /usr/lib/gtk-2.0 /usr/lib/i386-linux-gnu # this one is needed
3] Here is the list of build dependencies needed on the system (32bit):
autoconf
libtool
libtool-devel
libtool-ltdl-devel
python
python-devel
texinfo
which
db4-devel
swig
gettext
apr-devel
apr-util-devel
neon-devel
cyrus-sasl-devel
sqlite-devel
gnome-keyring-devel
dbus-devel
kdelibs-devel
httpd-devel
perl-devel
perl-ExtUtils-MakeMaker
perl-Test-More
perl-ExtUtils-Embed
java-devel-openjdk
junit
ruby-devel
ruby
gtk2-devel
nss-devel
GConf2-devel
pciutils-devel
libgnome-keyring-devel
libudev-devel
cups-devel
expatpp-devel
bison-devel
alsa-lib-devel
pulseaudio-libs-devel
wxPython-devel
Hope this helps someone out there.
Cheers, Vlad
Original comment by vkosovac@gmail.com
on 16 Jul 2013 at 9:18
Added a link to your comment on the BuildOnLinux wiki page.
Original comment by czarek.t...@gmail.com
on 16 Jul 2013 at 9:31
Original issue reported on code.google.com by
vkosovac@gmail.com
on 9 Jul 2013 at 9:22