On Friday 02 May 2008 Benjamin M. wrote:
> >> In file included from
> >> /usr/local/apr-1.2.12/include/apr-1/apr_file_io.h:29, from global.h:20,
> >> from ac_list.c:9:
> >> /usr/local/apr-1.2.12/include/apr-1/apr_file_info.h:200: error: expected
> >> specifier-qualifier-list before ‘apr_ino_t’
> >
> > ...
> > This sounds like an apr install problem again - apr_file_info.h gives an
> > error.
> > It seems that apr_ino_t is not defined. I have it
> > in /usr/include/apr-1.0/apr.h:275; maybe one of the #ifdef goes wrong for
> > you?
>
> There is the following comment in
> /usr/local/apr-1.2.12/include/apr-1/apr.h. Can it be the explanation?
>
> /* As we don't want to break users who author for 1.2.x, we can't
> * present this type until they have included apr_file_info.h
> * where it was originally declared in release 1.2.0.
> * Mask it from accedental misuse here.
> */
> #define apr_ino_t apr_ino_t__requires__apr_file_info_h
That's interesting ... I have 1.2.12-2 too, but:
/* See apr.h.in (.hw or .hnw) for the declaration of apr_ino_t,
* but as we don't want to break users who author for 1.2.x, we
* can't present this type until they have included apr_file_info.h
* where it was originally declared in release 1.2.0.
* Unmask it for use here.
*/
#undef apr_ino_t
> # touch /tmp/fsvs-test-0/default-repos.dump
> # make run-tests TEST_LIST=001* VERBOSE=1
> make -C ../tests BINARY=/usr/src/fsvs-1.1.7/src/fsvs
> Running tests...
...
> An error occurred at 15:04:50.694: Unknown resolver error (6490552)
> in main
What's that?
Please try that:
cd /tmp/fsvs-test-0
echo file:/// | /usr/src/fsvs-1.1.7/src/fsvs urls load -d -v
Interesting, interesting ...
TBH - I'm starting to think about this:
http://tomayko.com/writings/that-dilbert-cartoon :-)
> More to follow...
I thought so ... ;-)
--
Versioning your /etc, /home or even your whole installation?
Try fsvs (fsvs.tigris.org)!
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]