Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- 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 BSD-compatible install... /bin/install -c
- checking Operating System... Linux
- checking how to run the C preprocessor... gcc -E
- checking for grep that handles long lines and -e... /bin/grep
- checking for egrep... /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 ncurses.h usability... yes
- checking ncurses.h presence... yes
- checking for ncurses.h... yes
- checking ncurses/ncurses.h usability... no
- checking ncurses/ncurses.h presence... no
- checking for ncurses/ncurses.h... no
- checking for main in -lcurses... yes
- checking for main in -lncurses... yes
- checking math.h usability... yes
- checking math.h presence... yes
- checking for math.h... yes
- checking for main in -lm... yes
- checking readline/readline.h usability... yes
- checking readline/readline.h presence... yes
- checking for readline/readline.h... yes
- checking readline/history.h usability... yes
- checking readline/history.h presence... yes
- checking for readline/history.h... yes
- checking for main in -lreadline... yes
- checking iconv.h usability... yes
- checking iconv.h presence... yes
- checking for iconv.h... yes
- checking oniguruma.h usability... yes
- checking oniguruma.h presence... yes
- checking for oniguruma.h... yes
- checking for main in -lonig... yes
- configure: creating ./config.status
- config.status: creating Makefile
- config.status: creating config.h
- gcc -I. -L. -I/usr/local/include -L/usr/local/lib -fPIC -I/usr/local/include -L/usr/local/lib -Wno-pointer-to-int-cast -Wno-int-to-pointer-cast -c -o saphire_debug.o saphire_debug.c
- gcc -I. -L. -I/usr/local/include -L/usr/local/lib -fPIC -I/usr/local/include -L/usr/local/lib -Wno-pointer-to-int-cast -Wno-int-to-pointer-cast -c -o saphire_extra.o saphire_extra.c
- gcc -I. -L. -I/usr/local/include -L/usr/local/lib -fPIC -I/usr/local/include -L/usr/local/lib -Wno-pointer-to-int-cast -Wno-int-to-pointer-cast -c -o saphire_hash.o saphire_hash.c
- gcc -I. -L. -I/usr/local/include -L/usr/local/lib -fPIC -I/usr/local/include -L/usr/local/lib -Wno-pointer-to-int-cast -Wno-int-to-pointer-cast -c -o saphire_kanji.o saphire_kanji.c
- gcc -I. -L. -I/usr/local/include -L/usr/local/lib -fPIC -I/usr/local/include -L/usr/local/lib -Wno-pointer-to-int-cast -Wno-int-to-pointer-cast -c -o saphire_list.o saphire_list.c
- gcc -I. -L. -I/usr/local/include -L/usr/local/lib -fPIC -I/usr/local/include -L/usr/local/lib -Wno-pointer-to-int-cast -Wno-int-to-pointer-cast -c -o saphire_string.o saphire_string.c
- gcc -I. -L. -I/usr/local/include -L/usr/local/lib -fPIC -I/usr/local/include -L/usr/local/lib -Wno-pointer-to-int-cast -Wno-int-to-pointer-cast -c -o saphire_vector.o saphire_vector.c
- gcc -c saphire_main.c -DSYSCONFDIR=\"/usr/local/etc\" -DDOCDIR=\"/usr/local/share/doc/saphire\" -I. -L. -I/usr/local/include -L/usr/local/lib -fPIC -I/usr/local/include -L/usr/local/lib -Wno-pointer-to-int-cast -Wno-int-to-pointer-cast
- In file included from saphire_main.c:14:0:
- saphire_inner.h:385:12: error: conflicting types for ‘sStatments_new2’
- saphire.h:51:13: note: previous declaration of ‘sStatments_new2’ was here
- saphire_main.c: In function ‘sPSub_new’:
- saphire_main.c:1412:22: warning: assignment from incompatible pointer type [enabled by default]
- saphire_main.c: In function ‘sSubshell_new2’:
- saphire_main.c:1446:20: warning: assignment from incompatible pointer type [enabled by default]
- saphire_main.c: In function ‘sWhile_new2’:
- saphire_main.c:1487:22: warning: assignment from incompatible pointer type [enabled by default]
- saphire_main.c:1488:20: warning: assignment from incompatible pointer type [enabled by default]
- saphire_main.c: In function ‘sCommand_new2’:
- saphire_main.c:1704:9: warning: passing argument 2 of ‘vector_add’ makes pointer from integer without a cast [enabled by default]
- saphire_vector.h:71:6: note: expected ‘void *’ but argument is of type ‘int’
- saphire_main.c: In function ‘sClass_new’:
- saphire_main.c:2428:21: warning: assignment from incompatible pointer type [enabled by default]
- saphire_main.c: In function ‘sFunction_new’:
- saphire_main.c:2547:21: warning: assignment from incompatible pointer type [enabled by default]
- saphire_main.c: In function ‘sBlock_new2’:
- saphire_main.c:4818:22: warning: assignment from incompatible pointer type [enabled by default]
- saphire_main.c: In function ‘sAtCommand_new2’:
- saphire_main.c:5332:22: warning: assignment from incompatible pointer type [enabled by default]
- make: *** [saphire_main.o] Error 1
Advertisement
Add Comment
Please, Sign In to add comment