Discussion:
A4Q1
(too old to reply)
Dustin Fader
2011-06-25 19:18:00 UTC
Permalink
I'm having a problem running my program for Q1. I've ran the Makefile
and utf8 compiled successfully, but when I try to run it, even without
an input file, I get the following error:

unicode_start skipped on /dev/pts/7
/usr/bin/utf8: 14: consolechars: not found

Can somebody give me some insight as to what I need to fix this?
Jeremy Roman
2011-06-26 18:23:04 UTC
Permalink
Post by Dustin Fader
I'm having a problem running my program for Q1. I've ran the Makefile
and utf8 compiled successfully, but when I try to run it, even without
unicode_start skipped on /dev/pts/7
/usr/bin/utf8: 14: consolechars: not found
Can somebody give me some insight as to what I need to fix this?
This is happening because you are running /usr/bin/utf8, a script
designed to switch your terminal to UTF-8 mode and select a console font.

You should run "./utf8" to run the "utf8" binary you've created (in your
current directory).
--
Jeremy Roman
Student, Computer Science
University of Waterloo
Continue reading on narkive:
Loading...