On Sat, Jan 18, 2014 at 10:07 AM, Matt Welland <estifo...@gmail.com> wrote:

> I swear it had compiled cleanly but I guess not. I did a "make clean" is
> there something more I should do? I'll try in a clean checkout ...
>
> main.o -c bld/main_.c
> In file included from ./src/main.c:306:0:
> bld/page_index.h:181:37: error: token """" is not valid in preprocessor
> expressions
> bld/page_index.h:583:37: error: token """" is not valid in preprocessor
> expressions
>

i've seen that error a couple times before, and it's always been resolved
via:

make clean
make

It's a side-effect of part of the code generation process.

A clear rebuild should also resolve your missing rss command.

-- 
----- stephan beal
http://wanderinghorse.net/home/stephan/
http://gplus.to/sgbeal
"Freedom is sloppy. But since tyranny's the only guaranteed byproduct of
those who insist on a perfect world, freedom will have to do." -- Bigby Wolf
_______________________________________________
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to