Results 1 to 3 of 3
I edited a couple of lines according to a tutorial and I am getting this error.
Code:
rc.lua:6 <eof> expected near 'end'
configuration file: syntax error
Any help is appreciated....
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 04-10-2012 #1Just Joined!
- Join Date
- Apr 2011
- Posts
- 2
awesome giving me error
I edited a couple of lines according to a tutorial and I am getting this error.
Any help is appreciated.Code:rc.lua:6 <eof> expected near 'end' configuration file: syntax error
- 04-11-2012 #2Just Joined!
- Join Date
- Apr 2012
- Posts
- 7
At the looks of it you have made an mistake at line 6.
It finds an end of file on line 6 and you should have ended the file with the text "end".
I'm not familiar with awesome but I guess you've forgot the end syntax of your config file.
- 04-11-2012 #3Just Joined!
- Join Date
- Dec 2006
- Posts
- 36
you must be missing a matching end in your rc.lua file. awesome syntax changes on almost every release, you may be breaking it somewhere. by the way first 6 lines are usually require lines.


Reply With Quote
