I am now at the stage where it complains about
ARS.xs: In function âXS_ARS_ars_CreateFieldâ:
ARS.xs:4405: error: expected expression before âlongâ
ARS.xs:4414: error: expected expression before âintâ
ARS.xs:4428: error: expected expression before âintâ
...
hopefully that should not be difficult to solve.
Not sure which expressison is expected thought




On Fri, 06 Dec 2013 17:30:45 +0100,  
<[email protected]> wrote:

> Send Arsperl-users mailing list submissions to
>       [email protected]
>
> To subscribe or unsubscribe via the World Wide Web, visit
>       https://lists.sourceforge.net/lists/listinfo/arsperl-users
> or, via email, send a message with subject or body 'help' to
>       [email protected]
>
> You can reach the person managing the list at
>       [email protected]
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of Arsperl-users digest..."
>
>
> Today's Topics:
>
>    1. Re: trying to compile ARSperl 1.93 against ARS 7.5
>       (Victor Daniel Chavez)
>    2. Re: trying to compile ARSperl 1.93 against ARS 7.5 (Andrew Hicox)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Fri, 6 Dec 2013 07:43:00 -0800 (PST)
> From: Victor Daniel Chavez <[email protected]>
> Subject: Re: [Arsperl-users] trying to compile ARSperl 1.93 against
>       ARS 7.5
> To: ARSperl User Discussion <[email protected]>
> Message-ID: <[email protected]>
> Content-Type: text/plain;     charset=utf-8
>
> That error isn't related to 32 vs 64 bit. There's a bunch of hidden OS X  
> files in the repo that will trip up compilation. Before compiling I have  
> to do a find for "._*" files and exec rm them.  There's also an edit you  
> must make to the ARS.xs file to compile properly.
>
> -Victor
>
>> On Dec 6, 2013, at 1:00 AM, "Serouche Rahimpour" <[email protected]>  
>> wrote:
>>
>> Dear list,
>>
>> I tried to compile but got the following error.
>> I have alreday red that you may not compile against a 64bits except if  
>> you
>> hack around a bit.
>> But that's what exactly what could not find : what do I need to hack?
>> Please advice.
>> Best regards
>> Siriche
>>
>> PS: not very easy to search in the lists archive is there any advanced
>> search or handier way of finding old posts?
>>
>>
>> [remedy@remmp ARSperl-1.93]$ make
>> Skip blib/lib/ARS/ar-h.pm (unchanged)
>> Skip blib/lib/ARS/OOform.pm (unchanged)
>> Skip blib/lib/ARS/OOsup.pm (unchanged)
>> Skip blib/lib/ARS.pm (unchanged)
>> Skip blib/lib/ARS/arerrno-h.pm (unchanged)
>> Skip blib/lib/ARS/nparm.pm (unchanged)
>> Skip blib/lib/ARS/OOmsgs.pm (unchanged)
>> cc -c  -I/home/remedystats/tmp/api750p007linux/include
>> -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include
>> -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2   -DVERSION=\"1.93\"
>> -DXS_VERSION=\"1.93\" -fPIC
>> "-I/home/remedystats/perl/lib/5.18.1/x86_64-linux/CORE"  -g
>> -DARSPERL_DEBUG  -DARS32 -DARS452  -DPERL_PATCHLEVEL_IS=18
>> -DPERL_SUBVERSION_IS=1 -DPERL_BASEREV_IS=50  ARS.c
>> ARS.xs: In function ?XS_ARS_ars_CreateField?:
>> ARS.xs:4405: warning: passing argument 3 of ?ulongcpyHVal? from
>> incompatible pointer type
>> supportrev.h:53: note: expected ?long unsigned int *? but argument is of
>> type ?ARInternalId *?
>> ARS.xs: In function ?XS_ARS_ars_CreateVUI?:
>> ARS.xs:5181: warning: passing argument 3 of ?ulongcpyHVal? from
>> incompatible pointer type
>> supportrev.h:53: note: expected ?long unsigned int *? but argument is of
>> type ?ARInternalId *?
>> ARS.xs: In function ?XS_ARS_ars_CreateActiveLink?:
>> ARS.xs:5848: warning: passing argument 3 of ?ulongcpyHVal? from
>> incompatible pointer type
>> supportrev.h:53: note: expected ?long unsigned int *? but argument is of
>> type ?ARInternalId *?
>> ARS.xs:5851: warning: passing argument 3 of ?ulongcpyHVal? from
>> incompatible pointer type
>> supportrev.h:53: note: expected ?long unsigned int *? but argument is of
>> type ?ARInternalId *?
>> ARS.xs: In function ?XS_ARS_ars_SetActiveLink?:
>> ARS.xs:6040: warning: passing argument 3 of ?ulongcpyHVal? from
>> incompatible pointer type
>> supportrev.h:53: note: expected ?long unsigned int *? but argument is of
>> type ?ARInternalId *?
>> ARS.xs:6044: warning: passing argument 3 of ?ulongcpyHVal? from
>> incompatible pointer type
>> supportrev.h:53: note: expected ?long unsigned int *? but argument is of
>> type ?ARInternalId *?
>> ARS.xs: In function ?XS_ARS_ars_CreateEscalation?:
>> ARS.xs:6492: warning: passing argument 3 of ?longcpyHVal? from
>> incompatible pointer type
>> supportrev.h:52: note: expected ?long int *? but argument is of type
>> ?ARLong32 *?
>> ARS.xs:6495: warning: passing argument 3 of ?longcpyHVal? from
>> incompatible pointer type
>> supportrev.h:52: note: expected ?long int *? but argument is of type
>> ?ARLong32 *?
>> ARS.xs:6496: warning: passing argument 3 of ?longcpyHVal? from
>> incompatible pointer type
>> supportrev.h:52: note: expected ?long int *? but argument is of type
>> ?ARLong32 *?
>> ARS.xs:6497: warning: passing argument 3 of ?longcpyHVal? from
>> incompatible pointer type
>> supportrev.h:52: note: expected ?long int *? but argument is of type
>> ?ARLong32 *?
>> ARS.xs: In function ?XS_ARS_ars_SetEscalation?:
>> ARS.xs:6642: warning: passing argument 3 of ?longcpyHVal? from
>> incompatible pointer type
>> supportrev.h:52: note: expected ?long int *? but argument is of type
>> ?ARLong32 *?
>> ARS.xs:6646: warning: passing argument 3 of ?longcpyHVal? from
>> incompatible pointer type
>> supportrev.h:52: note: expected ?long int *? but argument is of type
>> ?ARLong32 *?
>> ARS.xs:6647: warning: passing argument 3 of ?longcpyHVal? from
>> incompatible pointer type
>> supportrev.h:52: note: expected ?long int *? but argument is of type
>> ?ARLong32 *?
>> ARS.xs:6648: warning: passing argument 3 of ?longcpyHVal? from
>> incompatible pointer type
>> supportrev.h:52: note: expected ?long int *? but argument is of type
>> ?ARLong32 *?
>> cc -c  -I/home/remedystats/tmp/api750p007linux/include
>> -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include
>> -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2   -DVERSION=\"1.93\"
>> -DXS_VERSION=\"1.93\" -fPIC
>> "-I/home/remedystats/perl/lib/5.18.1/x86_64-linux/CORE"  -g
>> -DARSPERL_DEBUG  -DARS32 -DARS452  -DPERL_PATCHLEVEL_IS=18
>> -DPERL_SUBVERSION_IS=1 -DPERL_BASEREV_IS=50  support.c
>> support.c: In function ?debug_free?:
>> support.c:103: warning: cast from pointer to integer of different size
>> support.c: In function ?set_logging_file_ptr?:
>> support.c:132: warning: cast from pointer to integer of different size
>> support.c: In function ?sv_to_ARValue?:
>> support.c:3948: warning: passing argument 2 of ?Perl_sv_2pv_flags? from
>> incompatible pointer type
>> /home/remedystats/perl/lib/5.18.1/x86_64-linux/CORE/proto.h:3834: note:
>> expected ?STRLEN * const? but argument is of type ?unsigned int *?
>> cc -c  -I/home/remedystats/tmp/api750p007linux/include
>> -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include
>> -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2   -DVERSION=\"1.93\"
>> -DXS_VERSION=\"1.93\" -fPIC
>> "-I/home/remedystats/perl/lib/5.18.1/x86_64-linux/CORE"  -g
>> -DARSPERL_DEBUG  -DARS32 -DARS452  -DPERL_PATCHLEVEL_IS=18
>> -DPERL_SUBVERSION_IS=1 -DPERL_BASEREV_IS=50  supportrev.c
>> supportrev.c: In function ?rev_ARAssignList_helper?:
>> supportrev.c:1047: warning: passing argument 3 of ?ulongcpyHVal? from
>> incompatible pointer type
>> supportrev.c:425: note: expected ?long unsigned int *? but argument is  
>> of
>> type ?ARInternalId *?
>> supportrev.c: In function ?rev_ARValueStructDiary?:
>> supportrev.c:1429: warning: passing argument 3 of ?longcpyHVal? from
>> incompatible pointer type
>> supportrev.c:394: note: expected ?long int *? but argument is of type
>> ?ARTimestamp *?
>> supportrev.c: In function ?rev_ARByteList?:
>> supportrev.c:1527: warning: passing argument 3 of  
>> ?rev_ARByteListStr2Type?
>> from incompatible pointer type
>> supportrev.c:105: note: expected ?long unsigned int *? but argument is  
>> of
>> type ?ARULong32 *?
>> supportrev.c: In function ?rev_ARAssignFieldStruct_helper?:
>> supportrev.c:1744: warning: passing argument 3 of ?ulongcpyHVal? from
>> incompatible pointer type
>> supportrev.c:425: note: expected ?long unsigned int *? but argument is  
>> of
>> type ?ARInternalId *?
>> supportrev.c: In function ?rev_ARStatHistoryValue_helper?:
>> supportrev.c:1902: warning: passing argument 3 of ?ulongcpyHVal? from
>> incompatible pointer type
>> supportrev.c:425: note: expected ?long unsigned int *? but argument is  
>> of
>> type ?ARULong32 *?
>> supportrev.c: In function ?rev_ARFilterStatusStruct?:
>> supportrev.c:2174: warning: passing argument 3 of ?longcpyHVal? from
>> incompatible pointer type
>> supportrev.c:394: note: expected ?long int *? but argument is of type
>> ?ARLong32 *?
>> supportrev.c: In function ?rev_ARStatusStruct?:
>> supportrev.c:2230: warning: passing argument 3 of ?longcpyHVal? from
>> incompatible pointer type
>> supportrev.c:394: note: expected ?long int *? but argument is of type
>> ?ARLong32 *?
>> supportrev.c: In function ?rev_ARMessageStruct?:
>> supportrev.c:2311: warning: passing argument 3 of ?longcpyHVal? from
>> incompatible pointer type
>> supportrev.c:394: note: expected ?long int *? but argument is of type
>> ?ARLong32 *?
>> supportrev.c: In function ?rev_ARFieldCharacteristics?:
>> supportrev.c:2369: warning: passing argument 3 of ?ulongcpyHVal? from
>> incompatible pointer type
>> supportrev.c:425: note: expected ?long unsigned int *? but argument is  
>> of
>> type ?ARInternalId *?
>> supportrev.c: In function ?rev_ARPropList_helper?:
>> supportrev.c:2480: warning: passing argument 3 of ?ulongcpyHVal? from
>> incompatible pointer type
>> supportrev.c:425: note: expected ?long unsigned int *? but argument is  
>> of
>> type ?ARULong32 *?
>> supportrev.c: In function ?rev_ARDisplayInstanceStruct?:
>> supportrev.c:2779: warning: passing argument 3 of ?ulongcpyHVal? from
>> incompatible pointer type
>> supportrev.c:425: note: expected ?long unsigned int *? but argument is  
>> of
>> type ?ARInternalId *?
>> cc -c  -I/home/remedystats/tmp/api750p007linux/include
>> -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include
>> -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2   -DVERSION=\"1.93\"
>> -DXS_VERSION=\"1.93\" -fPIC
>> "-I/home/remedystats/perl/lib/5.18.1/x86_64-linux/CORE"  -g
>> -DARSPERL_DEBUG  -DARS32 -DARS452  -DPERL_PATCHLEVEL_IS=18
>> -DPERL_SUBVERSION_IS=1 -DPERL_BASEREV_IS=50  supportrev_generated.c
>> rm -f blib/arch/auto/ARS/ARS.so
>> LD_RUN_PATH="/lib/../lib64" cc  -shared -O2 -L/usr/local/lib
>> -fstack-protector ARS.o support.o supportrev.o supportrev_generated.o    
>> -o
>> blib/arch/auto/ARS/ARS.so
>> /home/remedystats/tmp/api750p007linux/lib/libar_lx64.a        \
>>            -L/home/remedystats/tmp/api750p007linux/lib -lnsl
>> -lpthread          \
>>
>> chmod 755 blib/arch/auto/ARS/ARS.so
>> /home/remedystats/perl/bin/perl -MExtUtils::Command::MM -e 'cp_nonempty'
>> -- ARS.bs blib/arch/auto/ARS/ARS.bs 644
>> /home/remedystats/perl/bin/perl "-Iblib/arch" "-Iblib/lib" ._Makefile.PL
>> ._Makefile
>> Unrecognized character \x05; marked by <-- HERE after <-- HERE near  
>> column
>> 2 at ._Makefile.PL line 1.
>> make: *** [._Makefile] Error 255
>>
>>
>>
>>
>> --
>> Using Opera's revolutionary email client: http://www.opera.com/mail/
>>
>> ------------------------------------------------------------------------------
>> Sponsored by Intel(R) XDK
>> Develop, test and display web and hybrid apps with a single code base.
>> Download it for free now!
>> http://pubads.g.doubleclick.net/gampad/clk?id=111408631&iu=/4140/ostg.clktrk
>>
>>
>> --
>> Arsperl-users mailing list
>> [email protected]
>> https://lists.sourceforge.net/lists/listinfo/arsperl-users
>
> ------------------------------
>
> Message: 2
> Date: Fri, 6 Dec 2013 10:01:51 -0600
> From: Andrew Hicox <[email protected]>
> Subject: Re: [Arsperl-users] trying to compile ARSperl 1.93 against
>       ARS 7.5
> To: ARSperl User Discussion <[email protected]>
> Message-ID:
>       <CAKwjTgbEQ_eMkiNwTrWGXGT9jGe_ZGEKrA8neHT1CbYw+=j...@mail.gmail.com>
> Content-Type: text/plain; charset="iso-8859-1"
>
> The distro has a number of ._* files erroneously included. These are
> sometimes inserted by OS X when using "make dist".., I've been bitten by
> that one myself many times.
>
>> make realclean;
>> rm -rf ._*
>> perl ./Makefile.pl ... Yadda Yadda
>
> Should do the trick
>
> - Andy
>
> On Friday, December 6, 2013, Serouche Rahimpour wrote:
>
>> Dear list,
>>
>> I tried to compile but got the following error.
>> I have alreday red that you may not compile against a 64bits except if  
>> you
>> hack around a bit.
>> But that's what exactly what could not find : what do I need to hack?
>> Please advice.
>> Best regards
>> Siriche
>>
>> PS: not very easy to search in the lists archive is there any advanced
>> search or handier way of finding old posts?
>>
>>
>> [remedy@remmp ARSperl-1.93]$ make
>> Skip blib/lib/ARS/ar-h.pm (unchanged)
>> Skip blib/lib/ARS/OOform.pm (unchanged)
>> Skip blib/lib/ARS/OOsup.pm (unchanged)
>> Skip blib/lib/ARS.pm (unchanged)
>> Skip blib/lib/ARS/arerrno-h.pm (unchanged)
>> Skip blib/lib/ARS/nparm.pm (unchanged)
>> Skip blib/lib/ARS/OOmsgs.pm (unchanged)
>> cc -c  -I/home/remedystats/tmp/api750p007linux/include
>> -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include
>> -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2   -DVERSION=\"1.93\"
>> -DXS_VERSION=\"1.93\" -fPIC
>> "-I/home/remedystats/perl/lib/5.18.1/x86_64-linux/CORE"  -g
>> -DARSPERL_DEBUG  -DARS32 -DARS452  -DPERL_PATCHLEVEL_IS=18
>> -DPERL_SUBVERSION_IS=1 -DPERL_BASEREV_IS=50  ARS.c
>> ARS.xs: In function ?XS_ARS_ars_CreateField?:
>> ARS.xs:4405: warning: passing argument 3 of ?ulongcpyHVal? from
>> incompatible pointer type
>> supportrev.h:53: note: expected ?long unsigned int *? but argument is of
>> type ?ARInternalId *?
>> ARS.xs: In function ?XS_ARS_ars_CreateVUI?:
>> ARS.xs:5181: warning: passing argument 3 of ?ulongcpyHVal? from
>> incompatible pointer type
>> supportrev.h:53: note: expected ?long unsigned int *? but argument is of
>> type ?ARInternalId *?
>> ARS.xs: In function ?XS_ARS_ars_CreateActiveLink?:
>> ARS.xs:5848: warning: passing argument 3 of ?ulongcpyHVal? from
>> incompatible pointer type
>> supportrev.h:53: note: expected ?long unsigned int *? but argument is of
>> type ?ARInternalId *?
>> ARS.xs:5851: warning: passing argument 3 of ?ulongcpyHVal? from
>> incompatible pointer type
>> supportrev.h:53: note: expected ?long unsigned int *? but argument is of
>> type ?ARInternalId *?
>> ARS.xs: In function ?XS_ARS_ars_SetActiveLink?:
>> ARS.xs:6040: warning: passing argument 3 of ?ulongcpyHVal? from
>> incompatible pointer type
>> supportrev.h:53: note: expected ?long unsigned int *? but argument is of
>> type ?ARInternalId *?
>> ARS.xs:6044: warning: passing argument 3 of ?ulongcpyHVal? from
>> incompatible pointer type
>> supportrev.h:53: note: expected ?long unsigned int *? but argument is of
>> type ?ARInternalId *?
>> ARS.xs: In function ?XS_ARS_ars_CreateEscalation?:
>> ARS.xs:6492: warning: passing argument 3 of ?longcpyHVal? from
>> incompatible pointer type
>> supportrev.h:52: note: expected ?long int *? but argument is of type
>> ?ARLong32 *?
>> ARS.xs:6495: warning: passing argument 3 of ?longcpyHVal? from
>> incompatible pointer type
>> supportrev.h:52: note: expected ?long int *? but argument is of type
>> ?ARLong32 *?
>> ARS.xs:6496: warning: passing argument 3 of ?longcpyHVal? from
>> incompatible pointer type
>> supportrev.h:52: note: expected ?long int *? but argument is of type
>> ?ARLong32 *?
>> ARS.xs:6497: warning: passing argument 3 of ?longcpyHVal? from
>> incompatible pointer type
>> supportrev.h:52: note: expected ?long int *? but argument is of type
>> ?ARLong32 *?
>> ARS.xs: In function ?XS_ARS_ars_SetEscalation?:
>> ARS.xs:6642: warning: passing argument 3 of ?longcpyHVal? from
>> incompatible pointer type
>> supportrev.h:52: note: expected ?long int *? but argument is of type
>> ?ARLong32 *?
>> ARS.xs:6646: warning: passing argument 3 of ?longcpyHVal? from
>> incompatible pointer type
>> supportrev.h:52: note: expected ?long int *? but argument is of type
>> ?ARLong32 *?
>> ARS.xs:6647: warning: passing argument 3 of ?longcpyHVal? from
>> incompatible pointer type
>> supportrev.h:52: note: expected ?long int *? but argument is of type
>> ?ARLong32 *?
>> ARS.xs:6648: warning: passing argument 3 of ?longcpyHVal? from
>> incompatible pointer type
>> supportrev.h:52: note: expected ?long int *? but argument is of type
>> ?ARLong32 *?
>> cc -c  -I/home/remedystats/tmp/api750p007linux/include
>> -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include
>> -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2   -DVERSION=\"1.93\"
>> -DXS_VERSION=\"1.93\" -fPIC
>> "-I/home/remedystats/perl/lib/5.18.1/x86_64-linux/CORE"  -g
>> -DARSPERL_DEBUG  -DARS32 -DARS452  -DPERL_PATCHLEVEL_IS=18
>> -DPERL_SUBVERSION_IS=1 -DPERL_BASEREV_IS=50  support.c
>> support.c: In function ?debug_free?:
>> support.c:103: warning: cast from pointer to integer of different size
>> support.c: In function ?set_logging_file_ptr?:
>> support.c:132: warning: cast from pointer to integer of different size
>> support.c: In function ?sv_to_ARValue?:
>> support.c:3948: warning: passing argument 2 of ?Perl_sv_2pv_flags? from
>> incompatible pointer type
>> /home/remedystats/perl/lib/5.18.1/x86_64-linux/CORE/proto.h:3834: note:
>> expected ?STRLEN * const? but argument is of type ?unsigned int *?
>> cc -c  -I/home/remedystats/tmp/api750p007linux/include
>> -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include
>> -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2   -DVERSION=\"1.93\"
>> -DXS_VERSION=\"1.93\" -fPIC
>> "-I/home/remedystats/perl/lib/5.18.1/x86_64-linux/CORE"  -g
>> -DARSPERL_DEBUG  -DARS32 -DARS452  -DPERL_PATCHLEVEL_IS=18
>> -DPERL_SUBVERSION_IS=1 -DPERL_BASEREV_IS=50  supportrev.c
>> supportrev.c: In function ?rev_ARAssignList_helper?:
>> supportrev.c:1047: warning: passing argument 3 of ?ulongcpyHVal? from
>> incompatible pointer type
>> supportrev.c:425: note: expected ?long unsigned int *? but argument is  
>> of
>> type ?ARInternalId *?
>> supportrev.c: In function ?rev_ARValueStructDiary?:
>> supportrev.c:1429: warning: passing argument 3 of ?longcpyHVal? from
>> incompatible pointer type
>> supportrev.c:394: note: expected ?long int *? but argument is of type
>> ?ARTimestamp *?
>> supportrev.c: In function ?rev_ARByteList?:
>> supportrev.c:1527: warning: passing argument 3 of  
>> ?rev_ARByteListStr2Type?
>>  from incompatible pointer type
>> supportrev.c:105: note: expected ?long unsigned int *? but argument is  
>> of
>> type ?ARULong32 *?
>> supportrev.c: In function ?rev_ARAssignFieldStruct_helper?:
>> supportrev.c:1744: warning: passing argument 3 of ?ulongcpyHVal? from
>> incompatible pointer type
>> supportrev.c:425: note: expected ?long unsigned int *? but argument is  
>> of
>> type ?ARInternalId *?
>> supportrev.c: In function ?rev_ARStatHistoryValue_helper?:
>> supportrev.c:1902: warning: passing argument 3 of ?ulongcpyHVal? from
>> incompatible pointer type
>> supportrev.c:425: note: expected ?long unsigned int *? but argument is  
>> of
>> type ?ARULong32 *?
>> supportrev.c: In function ?rev_ARFilterStatusStruct?:
>> supportrev.c:2174: warning: passing argument 3 of ?longcpyHVal? from
>> incompatible pointer type
>> supportrev.c:394: note: expected ?long int *? but argument is of type
>> ?ARLong32 *?
>> supportrev.c: In function ?rev_ARStatusStruct?:
>> supportrev.c:2230: warning: passing argument 3 of ?longcpyHVal? from
>> incompatible pointer type
>> supportrev.c:394: note: expected ?long int *? but argument is of type
>> ?ARLong32 *?
>> supportrev.c: In function ?rev_ARMessageStruct?:
>> supportrev.c:2311: warning: passing argument 3 of ?longcpyHVal? from
>> incompatible pointer type
>> supportrev.c:394: note: expected ?long int *? but argument is of type
>> ?ARLong32 *?
>> supportrev.c: In function ?rev_ARFieldCharacteristics?:
>> supportrev.c:2369: warning: passing argument 3 of ?ulongcpyHVal? from
>> incompatible pointer type
>> supportrev.c:425: note: expected ?long unsigned int *? but argument is  
>> of
>> type ?ARInternalId *?
>> supportrev.c: In function ?rev_ARPropList_helper?:
>> supportrev.c:2480: warning: passing argument 3 of ?ulongcpyHVal? from
>> incompatible pointer type
>> supportrev.c:425: note: expected ?long unsigned int *? but argument is  
>> of
>> type ?ARULong32 *?
>> supportrev.c: In function ?rev_ARDisplayInstanceStruct?:
>> supportrev.c:2779: warning: passing argument 3 of ?ulongcpyHVal? from
>> incompatible pointer type
>> supportrev.c:425: note: expected ?long unsigned int *? but argument is  
>> of
>> type ?ARInternalId *?
>> cc -c  -I/home/remedystats/tmp/api750p007linux/include
>> -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include
>> -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2   -DVERSION=\"1.93\"
>> -DXS_VERSION=\"1.93\" -fPIC
>> "-I/home/remedystats/perl/lib/5.18.1/x86_64-linux/CORE"  -g
>> -DARSPERL_DEBUG  -DARS32 -DARS452  -DPERL_PATCHLEVEL_IS=18
>> -DPERL_SUBVERSION_IS=1 -DPERL_BASEREV_IS=50  supportrev_generated.c
>> rm -f blib/arch/auto/ARS/ARS.so
>> LD_RUN_PATH="/lib/../lib64" cc  -shared -O2 -L/usr/local/lib
>> -fstack-protector ARS.o support.o supportrev.o supportrev_generated.o    
>> -o
>> blib/arch/auto/ARS/ARS.so
>> /home/remedystats/tmp/api750p007linux/lib/libar_lx64.a        \
>>             -L/home/remedystats/tmp/api750p007linux/lib -lnsl
>> -lpthread          \
>>
>> chmod 755 blib/arch/auto/ARS/ARS.so
>> /home/remedystats/perl/bin/perl -MExtUtils::Command::MM -e 'cp_nonempty'
>> -- ARS.bs blib/arch/auto/ARS/ARS.bs 644
>> /home/remedystats/perl/bin/perl "-Iblib/arch" "-Iblib/lib" ._Makefile.PL
>> ._Makefile
>> Unrecognized character \x05; marked by <-- HERE after <-- HERE near  
>> column
>> 2 at ._Makefile.PL line 1.
>> make: *** [._Makefile] Error 255
>>
>>
>>
>>
>> --
>> Using Opera's revolutionary email client: http://www.opera.com/mail/
>>
>>
>> ------------------------------------------------------------------------------
>> Sponsored by Intel(R) XDK
>> Develop, test and display web and hybrid apps with a single code base.
>> Download it for free now!
>>
>> http://pubads.g.doubleclick.net/gampad/clk?id=111408631&iu=/4140/ostg.clktrk
>>
>>
>> --
>> Arsperl-users mailing list
>> [email protected] <javascript:;>
>> https://lists.sourceforge.net/lists/listinfo/arsperl-users
>>
> -------------- next part --------------
> An HTML attachment was scrubbed...
>
> ------------------------------
>
> ------------------------------------------------------------------------------
> Sponsored by Intel(R) XDK
> Develop, test and display web and hybrid apps with a single code base.
> Download it for free now!
> http://pubads.g.doubleclick.net/gampad/clk?id=111408631&iu=/4140/ostg.clktrk
>
> ------------------------------
>
> _______________________________________________
> Arsperl-users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/arsperl-users
>
> End of Arsperl-users Digest, Vol 72, Issue 2
> ********************************************


-- 
Using Opera's revolutionary email client: http://www.opera.com/mail/

------------------------------------------------------------------------------
Sponsored by Intel(R) XDK 
Develop, test and display web and hybrid apps with a single code base.
Download it for free now!
http://pubads.g.doubleclick.net/gampad/clk?id=111408631&iu=/4140/ostg.clktrk


--
Arsperl-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/arsperl-users

Reply via email to