Well a little headway, the Server compiles but not GTop. In case it matters, Solaris 9 doesn't have pkgconfig, it does have pkg-config.
Here's the output from the build and make. Pete -- "Unencumbered by the thought process" --1992-2000 Click and Clack presidential campaign slogan Stas Bekman said: > >> That line contains "if ()..."; our evil operator is used few lines later >> in corresponding elsif, which belongs to the same #line from perl's >> point of view. > > Ah cool, I've committed the fix, thanks! > >> Reporting it would IMHO be a waste of bits, as it's (at least somehow) >> documented; man ExtUtils::MakeMaker: >> >> PREREQ_PM >> [...] >> desired version is the value. If the required version number is 0, >> we >> only check if any version is installed already. > > Yeah, but when you get a huge chunk of code that you didn't write and need > to > figure out where this warning is coming from, it is helpful for the core > application to give you the hint. At least set to call Carp::cluck. but > never > mind :) > > so if you are happy with it now, I'll post a release candidate and release > a > new version tomorrow, unless someone complains (e.g. i haven't tested it > with > pre-2.5.0, which the changes may have broken, I hope not :) > __________________________________________________________________ > Stas Bekman JAm_pH ------> Just Another mod_perl Hacker > http://stason.org/ mod_perl Guide ---> http://perl.apache.org > mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com > http://modperlbook.org http://apache.org http://ticketmaster.com >
Script started on Tue Apr 27 05:32:55 2004 {root} 5:32:56am[41]: perl Makefile.PL Using INC: -I/usr/local/include/libgtop-2.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include Using LIBS: -R/usr/X11R6.4/lib -L/usr/local/lib -L/usr/local/lib -L/usr/X11R6.4/lib -lXau -lgtop-2.0 -lglib-2.0 Checking if your kit is complete... Looks good Note (probably harmless): No library found for -lXau Writing Makefile for GTop::Server Writing Makefile for GTop {root} 5:33:05am[42]: make cp lib/GTop.pm blib/lib/GTop.pm cp GTop.pod blib/lib/GTop.pod cp config.pl blib/lib/config.pl make[1]: Entering directory `/export/data/xfer/GTop-0.13/Server' cp Server.pm ../blib/lib/GTop/Server.pm cc -c -I/usr/local/include/libgtop-2.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -fno-strict-aliasing -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O -DVERSION=\"0.01\" -DXS_VERSION=\"0.01\" -fPIC "-I/usr/local/lib/perl5/5.8.2/sun4-solaris/CORE" -DGTOP_2_5_PLUS io.c cc -c -I/usr/local/include/libgtop-2.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -fno-strict-aliasing -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O -DVERSION=\"0.01\" -DXS_VERSION=\"0.01\" -fPIC "-I/usr/local/lib/perl5/5.8.2/sun4-solaris/CORE" -DGTOP_2_5_PLUS main.c cc -c -I/usr/local/include/libgtop-2.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -fno-strict-aliasing -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O -DVERSION=\"0.01\" -DXS_VERSION=\"0.01\" -fPIC "-I/usr/local/lib/perl5/5.8.2/sun4-solaris/CORE" -DGTOP_2_5_PLUS gnuserv.c cc -c -I/usr/local/include/libgtop-2.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -fno-strict-aliasing -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O -DVERSION=\"0.01\" -DXS_VERSION=\"0.01\" -fPIC "-I/usr/local/lib/perl5/5.8.2/sun4-solaris/CORE" -DGTOP_2_5_PLUS version.c cc -c -I/usr/local/include/libgtop-2.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -fno-strict-aliasing -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O -DVERSION=\"0.01\" -DXS_VERSION=\"0.01\" -fPIC "-I/usr/local/lib/perl5/5.8.2/sun4-solaris/CORE" -DGTOP_2_5_PLUS access.c /usr/local/bin/perl /export/usr/lib/perl5/5.8.2/ExtUtils/xsubpp -typemap /usr/local/lib/perl5/5.8.2/ExtUtils/typemap -typemap typemap Server.xs > Server.xsc && mv Server.xsc Server.c Please specify prototyping behavior for Server.xs (see perlxs manual) cc -c -I/usr/local/include/libgtop-2.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -fno-strict-aliasing -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O -DVERSION=\"0.01\" -DXS_VERSION=\"0.01\" -fPIC "-I/usr/local/lib/perl5/5.8.2/sun4-solaris/CORE" -DGTOP_2_5_PLUS Server.c Running Mkbootstrap for GTop::Server () chmod 644 Server.bs rm -f ../blib/arch/auto/GTop/Server/Server.so LD_RUN_PATH="/usr/local/lib" cc -G -L/usr/local/lib io.o main.o gnuserv.o version.o access.o Server.o -o ../blib/arch/auto/GTop/Server/Server.so -lgtop-2.0 chmod 755 ../blib/arch/auto/GTop/Server/Server.so cp Server.bs ../blib/arch/auto/GTop/Server/Server.bs chmod 644 ../blib/arch/auto/GTop/Server/Server.bs make[1]: Leaving directory `/export/data/xfer/GTop-0.13/Server' /usr/local/bin/perl /usr/local/lib/perl5/5.8.2/ExtUtils/xsubpp -typemap /usr/local/lib/perl5/5.8.2/ExtUtils/typemap -typemap typemap.gtop -typemap typemap -typemap typemap GTop.xs > GTop.xsc && mv GTop.xsc GTop.c cc -c -I/usr/local/include/libgtop-2.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -fno-strict-aliasing -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O -DVERSION=\"0.13\" -DXS_VERSION=\"0.13\" -fPIC "-I/usr/local/lib/perl5/5.8.2/sun4-solaris/CORE" -DGTOP_2_5_PLUS GTop.c GTop.xs: In function `XS_GTop_field_u_int64_t': GTop.xs:120: error: `u_int64_t' undeclared (first use in this function) GTop.xs:120: error: (Each undeclared identifier is reported only once GTop.xs:120: error: for each function it appears in.) GTop.xs:120: error: `ptr' undeclared (first use in this function) GTop.xs:120: error: parse error before ')' token GTop.c: In function `XS_GTop__Mountentry_dev': GTop.c:1058: error: `u_int64_t' undeclared (first use in this function) GTop.c:1058: error: parse error before "RETVAL" GTop.c:1074: error: `RETVAL' undeclared (first use in this function) GTop.c: In function `XS_GTop__MapEntry_flags': GTop.c:1157: error: `u_int64_t' undeclared (first use in this function) GTop.c:1157: error: parse error before "RETVAL" GTop.c:1173: error: `RETVAL' undeclared (first use in this function) GTop.c: In function `XS_GTop__MapEntry_start': GTop.c:1188: error: `u_int64_t' undeclared (first use in this function) GTop.c:1188: error: parse error before "RETVAL" GTop.c:1204: error: `RETVAL' undeclared (first use in this function) GTop.c: In function `XS_GTop__MapEntry_end': GTop.c:1219: error: `u_int64_t' undeclared (first use in this function) GTop.c:1219: error: parse error before "RETVAL" GTop.c:1235: error: `RETVAL' undeclared (first use in this function) GTop.c: In function `XS_GTop__MapEntry_offset': GTop.c:1250: error: `u_int64_t' undeclared (first use in this function) GTop.c:1250: error: parse error before "RETVAL" GTop.c:1266: error: `RETVAL' undeclared (first use in this function) GTop.c: In function `XS_GTop__MapEntry_perm': GTop.c:1281: error: `u_int64_t' undeclared (first use in this function) GTop.c:1281: error: parse error before "RETVAL" GTop.c:1297: error: `RETVAL' undeclared (first use in this function) GTop.c: In function `XS_GTop__MapEntry_inode': GTop.c:1312: error: `u_int64_t' undeclared (first use in this function) GTop.c:1312: error: parse error before "RETVAL" GTop.c:1328: error: `RETVAL' undeclared (first use in this function) GTop.c: In function `XS_GTop__MapEntry_device': GTop.c:1343: error: `u_int64_t' undeclared (first use in this function) GTop.c:1343: error: parse error before "RETVAL" GTop.c:1359: error: `RETVAL' undeclared (first use in this function) make: *** [GTop.o] Error 1 {root} 5:33:32am[43]: exit script done on Tue Apr 27 05:33:35 2004
-- Report problems: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html List etiquette: http://perl.apache.org/maillist/email-etiquette.html