#4745: user notes for gegl-0.2.0
-------------------------+-------------------------
Reporter: waitman | Owner: blfs-book@…
Type: enhancement | Status: new
Priority: normal | Milestone: 7.6
Component: BOOK | Version: SVN
Severity: normal | Keywords: gegl,gimp
-------------------------+-------------------------
If the build fails with '../tools/create-reference.rb:331:in `block (2
levels) in <main>': invalid byte sequence in US-ASCII (ArgumentError)',
you can add the following lines to the top of tools/create-reference.rb
and issue the make command to complete the build process.
{{{
Encoding.default_external = Encoding::UTF_8
Encoding.default_internal = Encoding::UTF_8
}}}
just before the 'class Argument' line.
User notes for
http://wiki.linuxfromscratch.org/blfs/wiki/gegl
--
Ticket URL: <http://wiki.linuxfromscratch.org/blfs/ticket/4745>
BLFS Trac <http://wiki.linuxfromscratch.org/blfs>
Beyond Linux From Scratch
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page