hello,
solfege 3.23.0 failed to compile on suse 13.2 (kernel 3.16.7):
gcc -g -O2 -I/usr/src/linux/include -Wall -pedantic -fPIC -I.
-DHAVE_CONFIG_H -g -O2 -I/usr/src/linux/include -Wall -pedantic -fPIC -I.
-c -o solfege/soundcard/solfege_c_midi.o solfege/soundcard/solfege_c_midi.c
In file included from
/usr/src/linux/include/uapi/linux/byteorder/little_endian.h:11:0,
from /usr/src/linux/include/linux/byteorder/little_endian.h:4,
from /usr/include/asm/byteorder.h:4,
from /usr/src/linux/include/linux/soundcard.h:27,
from /usr/include/sys/soundcard.h:1,
from solfege/soundcard/solfege_c_midi.c:26:
/usr/src/linux/include/linux/types.h:14:26: error: conflicting types for
‘fd_set’
typedef __kernel_fd_set fd_set;
^
In file included from /usr/include/sys/types.h:219:0,
from /usr/include/stdlib.h:314,
from solfege/soundcard/solfege_c_midi.c:20:
/usr/include/sys/select.h:75:5: note: previous declaration of ‘fd_set’ was here
} fd_set;
^
In file included from
/usr/src/linux/include/uapi/linux/byteorder/little_endian.h:11:0,
from /usr/src/linux/include/linux/byteorder/little_endian.h:4,
from /usr/include/asm/byteorder.h:4,
from /usr/src/linux/include/linux/soundcard.h:27,
from /usr/include/sys/soundcard.h:1,
from solfege/soundcard/solfege_c_midi.c:26:
/usr/src/linux/include/linux/types.h:15:25: error: conflicting types for ‘dev_t’
typedef __kernel_dev_t dev_t;
^
In file included from /usr/include/stdlib.h:314:0,
from solfege/soundcard/solfege_c_midi.c:20:
/usr/include/sys/types.h:60:17: note: previous declaration of ‘dev_t’ was here
typedef __dev_t dev_t;
^
In file included from
/usr/src/linux/include/uapi/linux/byteorder/little_endian.h:11:0,
from /usr/src/linux/include/linux/byteorder/little_endian.h:4,
from /usr/include/asm/byteorder.h:4,
from /usr/src/linux/include/linux/soundcard.h:27,
from /usr/include/sys/soundcard.h:1,
from solfege/soundcard/solfege_c_midi.c:26:
/usr/src/linux/include/linux/types.h:19:17: error: conflicting types for
‘nlink_t’
typedef __u32 nlink_t;
^
In file included from /usr/include/stdlib.h:314:0,
from solfege/soundcard/solfege_c_midi.c:20:
/usr/include/sys/types.h:75:19: note: previous declaration of ‘nlink_t’ was here
typedef __nlink_t nlink_t;
^
In file included from
/usr/src/linux/include/uapi/linux/byteorder/little_endian.h:11:0,
from /usr/src/linux/include/linux/byteorder/little_endian.h:4,
from /usr/include/asm/byteorder.h:4,
from /usr/src/linux/include/linux/soundcard.h:27,
from /usr/include/sys/soundcard.h:1,
from solfege/soundcard/solfege_c_midi.c:26:
/usr/src/linux/include/linux/types.h:25:26: error: conflicting types for
‘timer_t’
typedef __kernel_timer_t timer_t;
^
In file included from /usr/include/sys/types.h:132:0,
from /usr/include/stdlib.h:314,
from solfege/soundcard/solfege_c_midi.c:20:
/usr/include/time.h:103:19: note: previous declaration of ‘timer_t’ was here
typedef __timer_t timer_t;
^
In file included from
/usr/src/linux/include/uapi/linux/byteorder/little_endian.h:11:0,
from /usr/src/linux/include/linux/byteorder/little_endian.h:4,
from /usr/include/asm/byteorder.h:4,
from /usr/src/linux/include/linux/soundcard.h:27,
from /usr/include/sys/soundcard.h:1,
from solfege/soundcard/solfege_c_midi.c:26:
/usr/src/linux/include/linux/types.h:45:26: error: conflicting types for
‘loff_t’
typedef __kernel_loff_t loff_t;
^
In file included from /usr/include/stdlib.h:314:0,
from solfege/soundcard/solfege_c_midi.c:20:
/usr/include/sys/types.h:44:18: note: previous declaration of ‘loff_t’ was here
typedef __loff_t loff_t;
^
In file included from
/usr/src/linux/include/uapi/linux/byteorder/little_endian.h:11:0,
from /usr/src/linux/include/linux/byteorder/little_endian.h:4,
from /usr/include/asm/byteorder.h:4,
from /usr/src/linux/include/linux/soundcard.h:27,
from /usr/include/sys/soundcard.h:1,
from solfege/soundcard/solfege_c_midi.c:26:
/usr/src/linux/include/linux/types.h:112:17: error: conflicting types for
‘u_int64_t’
typedef __u64 u_int64_t;
^
In file included from /usr/include/stdlib.h:314:0,
from solfege/soundcard/solfege_c_midi.c:20:
/usr/include/sys/types.h:203:1: note: previous declaration of ‘u_int64_t’
was here
__u_intN_t (64, __DI__);
^
In file included from
/usr/src/linux/include/uapi/linux/byteorder/little_endian.h:11:0,
from /usr/src/linux/include/linux/byteorder/little_endian.h:4,
from /usr/include/asm/byteorder.h:4,
from /usr/src/linux/include/linux/soundcard.h:27,
from /usr/include/sys/soundcard.h:1,
from solfege/soundcard/solfege_c_midi.c:26:
/usr/src/linux/include/linux/types.h:113:17: error: conflicting types for
‘int64_t’
typedef __s64 int64_t;
^
In file included from /usr/include/stdlib.h:314:0,
from solfege/soundcard/solfege_c_midi.c:20:
/usr/include/sys/types.h:197:1: note: previous declaration of ‘int64_t’ was here
__intN_t (64, __DI__);
^
In file included from
/usr/src/linux/include/uapi/linux/byteorder/little_endian.h:11:0,
from /usr/src/linux/include/linux/byteorder/little_endian.h:4,
from /usr/include/asm/byteorder.h:4,
from /usr/src/linux/include/linux/soundcard.h:27,
from /usr/include/sys/soundcard.h:1,
from solfege/soundcard/solfege_c_midi.c:26:
/usr/src/linux/include/linux/types.h:134:23: error: conflicting types for
‘blkcnt_t’
typedef unsigned long blkcnt_t;
^
In file included from /usr/include/stdlib.h:314:0,
from solfege/soundcard/solfege_c_midi.c:20:
/usr/include/sys/types.h:235:20: note: previous declaration of ‘blkcnt_t’
was here
typedef __blkcnt_t blkcnt_t; /* Type to count number of disk blocks. */
^
<builtin>: recipe for target 'solfege/soundcard/solfege_c_midi.o' failed
make[1]: *** [solfege/soundcard/solfege_c_midi.o] Error 1
make[1]: Leaving directory '/home/laurent/Download/solfege-3.23.0'
Makefile:76: recipe for target 'genfiles' failed
make: *** [genfiles] Error 2
configure gave:
laurent@linux-9def:~/Download/solfege-3.23.0> ./configure --prefix=/usr
configure: loading site script /usr/share/site/x86_64-unknown-linux-gnu
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for a Python interpreter with version >= 2.7... python
checking for python... /usr/bin/python
checking for python version... 2.7
checking for python platform... linux2
checking for python script directory... ${prefix}/lib/python2.7/site-packages
checking for python extension module directory...
${exec_prefix}/lib64/python2.7/site-packages
checking how to run the C preprocessor... gcc -E
checking for headers required to compile python extensions... found
checking for a BSD-compatible install... /usr/bin/install -c
checking whether make sets $(MAKE)... yes
checking for swig... /usr/bin/swig
checking for lilypond... /usr/bin/lilypond
checking for git... /usr/bin/git
checking for gs... /usr/bin/gs
checking for txt2man... notfound
checking for xgettext... /usr/bin/xgettext
checking for msgfmt... /usr/bin/msgfmt
checking for msgmerge... /usr/bin/msgmerge
checking for msggrep... /usr/bin/msggrep
checking for makeinfo... /usr/bin/makeinfo
checking for sed... /usr/bin/sed
checking for cat... /usr/bin/cat
checking for xml2po... /usr/bin/xml2po
checking for xsltproc... /usr/bin/xsltproc
checking for /usr/share/sgml/docbook/stylesheet/xsl/nwalsh/html/chunk.xsl... no
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking sys/soundcard.h usability... yes
checking sys/soundcard.h presence... yes
checking for sys/soundcard.h... yes
checking for ANSI C header files... (cached) yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking for unistd.h... (cached) yes
checking for an ANSI C-conforming const... yes
checking whether gcc needs -traditional... no
configure: creating ./config.status
config.status: creating run-solfege.py
config.status: creating solfege/buildinfo.py
config.status: creating topdocs/defs.texi
config.status: creating windowsinstaller.iss
config.status: creating Makefile
config.status: WARNING: 'Makefile.in' seems to ignore the --datarootdir setting
config.status: creating autopackage/default.apspec
config.status: creating help/C/solfege.xml
config.status: creating config.h
config.status: config.h is unchanged
configure:
configure: Please remember to rerun configure if you change swig versions!
thanks for any help !
regards,
Laurent
------------------------------------------------------------------------------
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=267308311&iu=/4140
_______________________________________________
Solfege-devel mailing list
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe", or visit
https://lists.sourceforge.net/lists/listinfo/solfege-devel