There are some problems with the current CVS version. In addition to the Makefile problem, the spanish language file was corrupted for me too.

To fix the problem with the Makefile, just create one with an empty rule for 'all'. For example:

all:
    @echo "Useless!"

Where the indentation is a single tab. Save it as Makefile in the troublesome directory. If i remember correctly, there were some other directories giving trouble too. You can use the same tactic there if you like.

2006/1/13, Kevin Brannen <[EMAIL PROTECTED]>:
This is somewhere near Jan 13 @ 0400 GMT...

OK I'm trying to look and I did a cvs update, and suddenly I can't make
anymore.  I didn't have anything special there, so I just got a new dir
and did another checkout in case I borked something accidently.  But
even in this new checkout dir, I get:

make[4]: Entering directory `/home/kevin_src/pan/pan/tests/data/tmp'
make[4]: *** No rule to make target `all'.  Stop.
make[4]: Leaving directory `/home/kevin_src/pan/pan/tests/data/tmp'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/home/kevin_src/pan/pan/tests/data'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/kevin_src/pan/pan/tests'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/kevin_src/pan/pan'
make: *** [all] Error 2

So I did:

rm -r tests/data/tmp
cvs update -d
./configure
make

and I get the same results.  Did I catch someone updating the repository
or is it just in a bad state right now?

I'm asking because I found a bug in the code I check out last week,
which built just fine.  Basically if you select an article, then do
File->SaveArticleAs, and in the dialog select SaveText and then click
OK, it just dies.  I thought I'd see if the current code fails before I
point this out, but I can't seem to do that right now...bummer...

Kevin


_______________________________________________
Pan-users mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/pan-users

_______________________________________________
Pan-users mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/pan-users

Reply via email to