Hi,

The quick fix would be to do add a NULL for the new parameter. I think it is
an optional parameter to search for images with certain properties assigned to
them.

      ret = ARGetListImage( ctrl,
              schemaListPtr,
              changedSince,
              imageType,
#if AR_CURRENT_API_VERSION >= 19
              NULL,
#endif
              &nameList,
              &status );

        Best Regards - Misi, RRR AB, http://www.rrr.se (ARSList MVP 2011)

Products from RRR Scandinavia (Best R.O.I. Award at WWRUG10/11/12):
* RRR|License - Not enough Remedy licenses? Save money by optimizing.
* RRR|Log - Performance issues or elusive bugs? Analyze your Remedy logs.
Find these products, and many free tools and utilities, at http://rrr.se.

> Hi Everyone,
>
> A few of you that I have seen on list have indicated that you have gotten
> 1.93 and the 8.0 API to work with a little bit of aggravation.  This is
> where I really need your help.  1.93 seems to *build* ok with my 7.6.04 API
> files (I haven't tested it yet), but seems to bomb when I try it with 8.0.
>  I'd like to get a lead up and get it working with 8.0 because we'll be
> there before I know it and BMC has complained about "Out of date API
> versions" in the past when we have had issues.
>
> Anyway, when running make, I get the following error:
>
> *-bash-3.2$ make
> gcc -m32 -c  -I/opt/RemedyAPI/8.0api/include -fno-strict-aliasing -pipe
> -Wdeclaration-after-statement -I/usr/local/include -D_LARGEFILE_SOURCE
> -D_FILE_OFFSET_BITS=64 -O2   -DVERSION=\"1.93\" -DXS_VERSION=\"1.93\" -fpic
> "-I/opt/perl32/lib/5.8.8/x86_64-linux/CORE"  -g  -DARS32 -DARS452
>  -malign-double  -DPERL_PATCHLEVEL_IS=8 -DPERL_SUBVERSION_IS=8
> -DPERL_BASEREV_IS=50  ARS.c
> ARS.xs: In function âXS_ARS_ars_GetListImageâ:
> ARS.xs:2835: warning: passing argument 5 of âARGetListImageâ from
> incompatible pointer type
> ARS.xs:2835: warning: passing argument 6 of âARGetListImageâ from
> incompatible pointer type
> ARS.xs:2835: error: too few arguments to function âARGetListImageâ
> make: *** [ARS.o] Error 1 *
>
> Has anyone run across this?  I looks like something that is new to the 8.0
> API because I didn't get this error in 7.6.04.  Note:  I am running a
> standalone 32 bit perl build on a 64 bit RHEL server.
>
> Any help would be greatly appreciated.
> Thanks,
>
> -Eric
> ------------------------------------------------------------------------------
> Own the Future-Intel® Level Up Game Demo Contest 2013
> Rise to greatness in Intel's independent game demo contest.
> Compete for recognition, cash, and the chance to get your game
> on Steam. $5K grand prize plus 10 genre and skill prizes.
> Submit your demo by 6/6/13. http://p.sf.net/sfu/intel_levelupd2d
>
> --
> Arsperl-users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/arsperl-users


------------------------------------------------------------------------------
Own the Future-Intel® Level Up Game Demo Contest 2013
Rise to greatness in Intel's independent game demo contest.
Compete for recognition, cash, and the chance to get your game 
on Steam. $5K grand prize plus 10 genre and skill prizes. 
Submit your demo by 6/6/13. http://p.sf.net/sfu/intel_levelupd2d


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

Reply via email to