Hi, me again. Two things, first one i solved:

------------------------------------------------------------------
When compiling, it told:

verify.c:98: syntax error before `static'

/* General definitions */
#ifdef PACKAGE_VERSION
static char *VER = PACKAGE_VERSION;
#else
static char *VER = "Unknown\x0"         <-- ";" missing
#endif


static char *TITLE   = "SV Tool\x0";    <-- line 98

------------------------------------------------------------------------------------

Second:

Once this was solved it said:

Making all in docs
make: don't know how to make %:. Stop
*** Error code 2

In my make file:

doc::
                $(MAKE) docs SUBTARGET=


Is it ok that the SUBTARGET is empty?

Thanks a lot,
Cecilia.




-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Openca-Users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/openca-users

Reply via email to