Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

how to fix a "make" error? #1

Open
luckypoem opened this issue Jan 28, 2014 · 1 comment
Open

how to fix a "make" error? #1

luckypoem opened this issue Jan 28, 2014 · 1 comment

Comments

@luckypoem
Copy link

hi.

as3:/goblog-site/_engine/_posts/english# nano 2014-01-28-test1.markdown
as3:
/goblog-site/_engine/_posts/english# cd /goblog-site/_engine
as3:
/goblog-site/_engine# ls
_includes _layouts main.go Makefile newpost.rb _posts server.go _site
as3:/goblog-site/_engine# make
gofmt -w=true -tabs=false -tabwidth=2 main.go
go run main.go
Go static blog generator Copyright (C) 2012 by Alexander Demin
Unable to colorize, &exec.ExitError{ProcessState:(os.ProcessState)(0x184bb3d0)}, "/usr/bin/highlight", []string{"highlight", "--syntax", "python", "--fragment", "--encoding=utf-8", "--enclose-pre"}, [
def nor(a, b):
return ~(a | b) & 0xFFFF
def norcpu():
while 1:
i = mem[IP];
a = mem[i + 0]
b = mem[i + 1]
r = mem[i + 2]
mem[IP] = i + 3
f = nor(mem[a], mem[b])
mem[r] = f
]
exit status 1
make: *
* [run] Error 1
as3:
/goblog-site/_engine#

@luckypoem
Copy link
Author

hi.
as3:~/begoon.github.com-site/_engine# go run main.go
Go static blog generator Copyright (C) 2012 by Alexander Demin
Unable to colorize, &exec.ExitError{ProcessState:(*os.ProcessState)(0x186ac310)}, "/usr/bin/highlight", []string{"highlight", "--syntax", "python", "--fragment", "--encoding=utf-8", "--enclose-pre"}, [
def nor(a, b):
return (a | b) & 0xFFFF
def norcpu():
while 1:
i = mem[IP];
a = mem[i + 0]
b = mem[i + 1]
r = mem[i + 2]
mem[IP] = i + 3
f = nor(mem[a], mem[b])
mem[r] = f
]
exit status 1
as3:
/begoon.github.com-site/_engine#

so how to install colorize module?
tks very much for ur reply

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant