Em 12-11-2015 09:17, Thomas de Roo escreveu: > > > Hello, > > When I tried to install gtk+-3.18.2, the build failed with this error: > > /bin/sh: /usr/bin/gdbus-codegen: python3: bad interpreter: No such file > or directory > > I changed the first line of /usr/bin/gdbus-codegen from > > #!python3 > > to > > #!/usr/bin/python3 > > and that fixed it for me. Is this just my setup? Did I miss something > installing python3 or glib? > > Regards, > > Thomas
When installing glib, instead of --with-python=python3 use --with-python=/usr/bin/python3 I will change the book. Thanks. -- []s, Fernando, aka SÃsifo -- http://lists.linuxfromscratch.org/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
