>
> I'm pretty deep into SWAG territory here, but my guess is that the
> version installed with the system is not the required 1.5.3 (or
> whatever it was), and that explains those C compiler errors you're
> getting.


Hey thanks again for getting back to me. So what I was move the apu1-config
to a backup file:

[root@uszmpaplp005lc Alien-SVN-v1.7.17.1]# ls -l /usr/bin/apu-1-config.bak
-rwxr-xr-x 1 root root 6480 Jun 14 22:13 /usr/bin/apu-1-config.bak

So that it would find the one in :/usr/local/apr/bin/apu-1-config

Which is DEFINITELY version 1.5.3

Even linked it to the real 1.5.3 version just to be sure:

[root@host1 Alien-SVN-v1.7.17.1]# ls -l /usr/bin/apu-1-config
lrwxrwxrwx 1 root root 31 Jun 15 13:20 /usr/bin/apu-1-config ->
/usr/local/apr/bin/apu-1-config

But I am still getting this error when I run ./Build

core.c:32927: error: ‘bool’ undeclared (first use in this function)
core.c:32927: error: expected ‘:’ before numeric constant
core.c: In function ‘_wrap_svn_diff_file_diff4_2’:
core.c:33033: error: ‘bool’ undeclared (first use in this function)
core.c:33033: error: expected ‘:’ before numeric constant
core.c: In function ‘_wrap_svn_diff_file_diff4’:
core.c:33135: error: ‘bool’ undeclared (first use in this function)
core.c:33135: error: expected ‘:’ before numeric constant
core.c: In function ‘_wrap_svn_diff_mem_string_diff’:
core.c:33908: error: ‘bool’ undeclared (first use in this function)
core.c:33908: error: expected ‘:’ before numeric constant
core.c: In function ‘_wrap_svn_diff_mem_string_diff3’:
core.c:34011: error: ‘bool’ undeclared (first use in this function)
core.c:34011: error: expected ‘:’ before numeric constant
core.c: In function ‘_wrap_svn_diff_mem_string_diff4’:
core.c:34127: error: ‘bool’ undeclared (first use in this function)
core.c:34127: error: expected ‘:’ before numeric constant
core.c: In function ‘_wrap_svn_diff_hunk_readline_diff_text’:
core.c:34807: error: ‘bool’ undeclared (first use in this function)
core.c:34807: error: expected ‘:’ before numeric constant
core.c:34809: error: expected ‘:’ before numeric constant
core.c:34814: error: expected ‘:’ before numeric constant
core.c:34816: error: expected ‘:’ before numeric constant
core.c:34820: error: expected ‘:’ before numeric constant
core.c:34823: error: expected ‘:’ before numeric constant
core.c: In function ‘_wrap_svn_diff_hunk_readline_original_text’:
core.c:34910: error: ‘bool’ undeclared (first use in this function)
core.c:34910: error: expected ‘:’ before numeric constant
core.c:34912: error: expected ‘:’ before numeric constant
core.c:34917: error: expected ‘:’ before numeric constant
core.c:34919: error: expected ‘:’ before numeric constant
core.c:34923: error: expected ‘:’ before numeric constant
core.c:34926: error: expected ‘:’ before numeric constant
core.c: In function ‘_wrap_svn_diff_hunk_readline_modified_text’:
core.c:35013: error: ‘bool’ undeclared (first use in this function)
core.c:35013: error: expected ‘:’ before numeric constant
core.c:35015: error: expected ‘:’ before numeric constant
core.c:35020: error: expected ‘:’ before numeric constant
core.c:35022: error: expected ‘:’ before numeric constant
core.c:35026: error: expected ‘:’ before numeric constant
core.c:35029: error: expected ‘:’ before numeric constant
core.c: In function ‘_wrap_svn_diff_fns2_invoke_datasource_get_next_token’:
core.c:36518: error: ‘bool’ undeclared (first use in this function)
core.c:36518: error: expected ‘:’ before numeric constant
core.c:36521: error: expected ‘:’ before numeric constant
core.c:36524: error: expected ‘:’ before numeric constant
core.c: In function ‘_wrap_svn_diff_fns2_invoke_token_compare’:
core.c:36605: error: ‘bool’ undeclared (first use in this function)
core.c:36605: error: expected ‘:’ before numeric constant
core.c:36608: error: expected ‘:’ before numeric constant
core.c: In function ‘_wrap_svn_diff_fns_invoke_datasource_get_next_token’:
core.c:36908: error: ‘bool’ undeclared (first use in this function)
core.c:36908: error: expected ‘:’ before numeric constant
core.c:36911: error: expected ‘:’ before numeric constant
core.c:36914: error: expected ‘:’ before numeric constant
core.c: In function ‘_wrap_svn_diff_fns_invoke_token_compare’:
core.c:36995: error: ‘bool’ undeclared (first use in this function)
core.c:36995: error: expected ‘:’ before numeric constant
core.c:36998: error: expected ‘:’ before numeric constant
make: *** [core.o] Error 1
building SV::Core failed at inc/My/SVN/Builder.pm line 139.

Which really sucks because this project is of high importance. :( I'll
definitely get asked about this tomorrow.

Thanks
Tim




On Sun, Jun 15, 2014 at 3:42 PM, John SJ Anderson <geneh...@genehack.org>
wrote:

> On Sun, Jun 15, 2014 at 11:36 AM, Tim Dunphy <bluethu...@gmail.com> wrote:
> > Ok! Well if I do a which on that program:
> >
> > [root@uszmpaplp005lc apr-util-1.5.3]# which apu-1-config
> > /usr/bin/apu-1-config
> >
> > It's found. Yay!
>
> That's finding the system one, not the one you just installed under
> /usr/local/apr/bin.
>
> > But just for good measure I try adding that directory to my PATH.
> >
> > [root@host1 apr-util-1.5.3]# echo $PATH
> >
> /opt/python27/bin:/opt/php-5.3.28/bin:/opt/csvquerytool-0.0.3/bin:/opt/python27/bin:/opt/php-5.3.28/bin:/usr/kerberos/sbin:/usr/kerberos/bin:/opt/csvquerytool-0.0.3/bin:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/opt/apache2/bin:/root/bin:/opt/apache2/bin:/usr/local/apr/bin
>
> Because you added it to the end of the PATH, the system will still
> find the one under /usr/bin first.
>
> > So I ran the perl Build.PL process again and got much further along than
> I
> > had before! However no luck as of yet, as it's now giving me this error:
>
> I'm pretty deep into SWAG territory here, but my guess is that the
> version installed with the system is not the required 1.5.3 (or
> whatever it was), and that explains those C compiler errors you're
> getting.
>
> j.
>
> --
> To unsubscribe, e-mail: beginners-unsubscr...@perl.org
> For additional commands, e-mail: beginners-h...@perl.org
> http://learn.perl.org/
>
>
>


-- 
GPG me!!

gpg --keyserver pool.sks-keyservers.net --recv-keys F186197B

Reply via email to