pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: pkg/38712: audio/xmp fails to build under Linux



The following reply was made to PR pkg/38712; it has been noted by GNATS.

From: "OBATA Akio" <obache%netbsd.org@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc: 
Subject: Re: pkg/38712: audio/xmp fails to build under Linux
Date: Wed, 21 May 2008 22:14:35 +0900

 Build error exists in above.
 It came from patch-am (fix to build with with GCC 4.1.x)
 But this version is toooo old, should update to newer version (in PR#384=
 99) first.
 
 gcc -c -O2 -I/usr/pkg/include -Wall -Wno-implicit-int -finline-functions=
  -DHAVE_CONFIG_H -I/usr/pkg/include -DETC_DIR=3D\"/usr/pkg/etc\" -I../in=
 clude -Iinclude -o mdl_load.o mdl_load.c
 mdl_load.c:39: error: expected declaration specifiers or '...' before 'u=
 int16_t'
 mdl_load.c: In function 'get_uint16_le':
 mdl_load.c:41: error: 'uint8_t' undeclared (first use in this function)
 mdl_load.c:41: error: (Each undeclared identifier is reported only once
 mdl_load.c:41: error: for each function it appears in.)
 mdl_load.c:41: error: 'bp' undeclared (first use in this function)
 mdl_load.c:44: error: 'x16' undeclared (first use in this function)
 mdl_load.c: In function 'get_uint16_le_int':
 mdl_load.c:51: error: 'uint8_t' undeclared (first use in this function)
 mdl_load.c:51: error: 'bp' undeclared (first use in this function)
 mdl_load.c: In function 'get_uint32_le_int':
 mdl_load.c:61: error: 'uint8_t' undeclared (first use in this function)
 mdl_load.c:61: error: 'bp' undeclared (first use in this function)
 mdl_load.c: In function 'get_chunk_pa':
 mdl_load.c:301: error: too many arguments to function 'get_uint16_le'
 mdl_load.c: In function 'get_chunk_p0':
 mdl_load.c:329: error: too many arguments to function 'get_uint16_le'
 mdl_load.c: In function 'get_chunk_ii':
 mdl_load.c:447: warning: pointer targets in assignment differ in signedn=
 ess
 mdl_load.c:450: warning: pointer targets in passing argument 1 of '__bui=
 ltin_strncpy' differ in signedness
 mdl_load.c:450: warning: pointer targets in passing argument 2 of '__bui=
 ltin_strncpy' differ in signedness
 mdl_load.c: In function 'get_chunk_is':
 mdl_load.c:524: warning: pointer targets in passing argument 1 of 'str_a=
 dj' differ in signedness
 mdl_load.c: In function 'get_chunk_i0':
 mdl_load.c:602: warning: pointer targets in passing argument 1 of 'str_a=
 dj' differ in signedness
 mdl_load.c: In function 'get_chunk_sa':
 mdl_load.c:673: warning: pointer targets in passing argument 1 of 'unpac=
 k_sample8' differ in signedness
 gmake[2]: *** [mdl_load.o] Error 1
 gmake[2]: Leaving directory `/tmp/obj_pkgsrc/audio/xmp/work/xmp-2.0.4/sr=
 c/loaders'
 
 


Home | Main Index | Thread Index | Old Index