Skip Menu |

This queue is for tickets about the Gettext CPAN distribution.

Report information
The Basics
Id: 5118
Status: new
Priority: 0/
Queue: Gettext

People
Owner: Nobody in particular
Requestors: jari.aalto [...] poboxes.com
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 1.01
Fixed in: (no value)



Subject: XS compile warnings - from integer without a cast
These errors are comr Win2k/Cygwin gcc (GCC) 3.3.1 (cygming special) GNU Make 3.80 This is perl, v5.8.2 built for cygwin-thread-multi-64int root@w2kpicasso:/usr/src/try/gettext-1.01# make cp gettext.pm blib/lib/Locale/gettext.pm /bin/perl.exe /usr/lib/perl5/5.8.2/ExtUtils/xsubpp -typemap /usr/lib/perl5/5.8.2/ExtUtils/typemap gettext.xs > gettext.xsc && mv gettext.xsc gettext.c Please specify prototyping behavior for gettext.xs (see perlxs manual) gcc -c -DPERL_USE_SAFE_PUTENV -fno-strict-aliasing -DUSEIMPORTLIB -O2 -DVERSION=\"1.01\" -DXS_VERSION=\"1.01\" "-I/usr/lib/perl5/5.8.2/cygwin-thread-multi-64int/CORE" gettext.c gettext.c: In function `XS_Locale__gettext_gettext': gettext.c:67: warning: assignment makes pointer from integer without a cast gettext.c: In function `XS_Locale__gettext_dcgettext': gettext.c:86: warning: assignment makes pointer from integer without a cast gettext.c: In function `XS_Locale__gettext_dgettext': gettext.c:104: warning: assignment makes pointer from integer without a cast gettext.c: In function `XS_Locale__gettext_textdomain': gettext.c:121: warning: assignment makes pointer from integer without a cast gettext.c: In function `XS_Locale__gettext_bindtextdomain': gettext.c:139: warning: assignment makes pointer from integer without a cast Running Mkbootstrap for Locale::gettext () chmod 644 gettext.bs rm -f blib/arch/auto/Locale/gettext/gettext.dll LD_RUN_PATH="" ld2 -s -L/usr/local/lib gettext.o -o blib/arch/auto/Locale/gettext/gettext.dll /usr/lib/perl5/5.8.2/cygwin-thread-multi-64int/CORE/libperl.dll.a -lintl