On Thu, Sep 28, 2017 at 04:00:15PM -0400, Ruben Safir wrote:
> Any clue how I might build this out:?
> 
> cc -c  -I/usr/local/apache2/include -I/usr/local/apache2/regex
> -I/usr/local/apache2/os/unix -I/usr/include/apr-1
> -I/home/ruben/src/Embperl-2.5.0/xs -D_REENTRANT -D_GNU_SOURCE -fwrapv
> -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include
> -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
> -I/usr/lib/perl5/core_perl/CORE -DMOD_PERL -DMP_COMPAT_1X -fgnu89-inline
> -DLINUX  -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong
> -DVERSION=\"2.5.0\" -DXS_VERSION=\"2.5.0\" -fPIC
> "-I/usr/lib/perl5/core_perl/CORE"  -DAPACHE -DAPACHE2 -DEP2  -o
> Embperl.o Embperl.c
> In file included from ep.h:174:0,
>                  from Embperl.xs:16:
> ./Old.xs: In function ‘XS_Embperl__Req_log_svs’:
> epnames.h:329:21: error: ‘PL_sv_objcount’ undeclared (first use in this
> function); did you mean ‘PL_sv_count’?
>  #define sv_objcount PL_sv_objcount
> 

I'm not even sure what it is complaining about here or why.  This is a 
#define marco and I ran this through gvim and ctags and make
and doesn't show up in ctags, but neither does the #defines above
it prove any trouble and they aren't in ctags either after running ctags
-R ./

epnames.h
   322  #ifndef perl_destruct_level
   323  #define perl_destruct_level PL_perl_destruct_level 
   324  #endif
   325  #ifndef sv_count
   326  #define sv_count PL_sv_count
   327  #endif
   328  #ifndef sv_objcount
   329  #define sv_objcount PL_sv_objcount
   330  #endif
   331  #ifndef op_mask
   332  #define op_mask PL_op_mask
   333  #endif
   334  #ifndef maxo
   335  #define maxo PL_maxo
   336  #endif


It is not within the codebase either:

[ruben@www3 Embperl-2.5.0_4]$ grep -R PL_sv_objcount ./*
./epnames.h:#define sv_objcount PL_sv_objcount
[ruben@www3 Embperl-2.5.0_4]$ 

Maybe I should just comment it out.

> 
> mod_perl 2.0.10 and httpd 2.4
> 
> Ruben
> -- 
> So many immigrant groups have swept through our town
> that Brooklyn, like Atlantis, reaches mythological
> proportions in the mind of the world - RI Safir 1998
> http://www.mrbrklyn.com 
> 
> DRM is THEFT - We are the STAKEHOLDERS - RI Safir 2002
> http://www.nylxs.com - Leadership Development in Free Software
> http://www2.mrbrklyn.com/resources - Unpublished Archive 
> http://www.coinhangout.com - coins!
> http://www.brooklyn-living.com 
> 
> Being so tracked is for FARM ANIMALS and and extermination camps, 
> but incompatible with living as a free human being. -RI Safir 2013
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: embperl-unsubscr...@perl.apache.org
> For additional commands, e-mail: embperl-h...@perl.apache.org

-- 
So many immigrant groups have swept through our town
that Brooklyn, like Atlantis, reaches mythological
proportions in the mind of the world - RI Safir 1998
http://www.mrbrklyn.com 

DRM is THEFT - We are the STAKEHOLDERS - RI Safir 2002
http://www.nylxs.com - Leadership Development in Free Software
http://www2.mrbrklyn.com/resources - Unpublished Archive 
http://www.coinhangout.com - coins!
http://www.brooklyn-living.com 

Being so tracked is for FARM ANIMALS and and extermination camps, 
but incompatible with living as a free human being. -RI Safir 2013


---------------------------------------------------------------------
To unsubscribe, e-mail: embperl-unsubscr...@perl.apache.org
For additional commands, e-mail: embperl-h...@perl.apache.org

Reply via email to