Re: [E-devel] Eina with --disable-safety-checks fails in compilation

2012-03-07 Thread The Rasterman
On Thu, 1 Mar 2012 09:08:46 +0100 Thanatermesis thanatermesis.e...@gmail.com
said:

unless someone fixed this... it works for me (atm) :)

 If you add the parameter --disable-safety-checks to the configure options
 of libeina, the compilation fails:
 
 $ make V=1
 make[3]: Entering directory `/mkdeb/build/libeina/libeina/src/lib'
 /bin/bash ../../libtool  --tag=CC   --mode=compile ccache gcc -std=gnu99
 -DHAVE_CONFIG_H -I. -I../..  -I../../src/include -I../../src/include
 -DPACKAGE_BIN_DIR=\/usr/bin\
 -DPACKAGE_LIB_DIR=\/usr/lib/i386-linux-gnu\
 -DPACKAGE_DATA_DIR=\/usr/share/eina\  -D_FORTIFY_SOURCE=2 -pthread -g -O2
 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security
 -Werror=format-security -O2 -fvisibility=hidden -Wshadow
 -ffunction-sections -fdata-sections -ffast-math -Wall -W -Wshadow  -c -o
 libeina_la-eina_main.lo `test -f 'eina_main.c' || echo './'`eina_main.c
 libtool: compile:  ccache gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../..
 -I../../src/include -I../../src/include -DPACKAGE_BIN_DIR=\/usr/bin\
 -DPACKAGE_LIB_DIR=\/usr/lib/i386-linux-gnu\
 -DPACKAGE_DATA_DIR=\/usr/share/eina\ -D_FORTIFY_SOURCE=2 -pthread -g -O2
 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security
 -Werror=format-security -O2 -fvisibility=hidden -Wshadow
 -ffunction-sections -fdata-sections -ffast-math -Wall -W -Wshadow -c
 eina_main.c  -fPIC -DPIC -o .libs/libeina_la-eina_main.o
 In file included from eina_main.c:72:0:
 ../../src/include/eina_model.h:1192:64: error: nonnull argument references
 non-pointer operand (argument 1, operand 2)
 In file included from eina_main.c:72:0:
 ../../src/include/eina_model.h:1261:66: error: nonnull argument references
 non-pointer operand (argument 1, operand 2)
 make[3]: *** [libeina_la-eina_main.lo] Error 1
 make[3]: Leaving directory `/mkdeb/build/libeina/libeina/src/lib'
 --
 Virtualization  Cloud Management Using Capacity Planning
 Cloud computing makes use of virtualization - but cloud computing 
 also focuses on allowing computing to be delivered as a service.
 http://www.accelacomm.com/jaw/sfnl/114/51521223/
 ___
 enlightenment-devel mailing list
 enlightenment-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
 


-- 
- Codito, ergo sum - I code, therefore I am --
The Rasterman (Carsten Haitzler)ras...@rasterman.com


--
Virtualization  Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing 
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


[E-devel] Eina with --disable-safety-checks fails in compilation

2012-03-01 Thread Thanatermesis
If you add the parameter --disable-safety-checks to the configure options
of libeina, the compilation fails:

$ make V=1
make[3]: Entering directory `/mkdeb/build/libeina/libeina/src/lib'
/bin/bash ../../libtool  --tag=CC   --mode=compile ccache gcc -std=gnu99
-DHAVE_CONFIG_H -I. -I../..  -I../../src/include -I../../src/include
-DPACKAGE_BIN_DIR=\/usr/bin\
-DPACKAGE_LIB_DIR=\/usr/lib/i386-linux-gnu\
-DPACKAGE_DATA_DIR=\/usr/share/eina\  -D_FORTIFY_SOURCE=2 -pthread -g -O2
-fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security
-Werror=format-security -O2 -fvisibility=hidden -Wshadow
-ffunction-sections -fdata-sections -ffast-math -Wall -W -Wshadow  -c -o
libeina_la-eina_main.lo `test -f 'eina_main.c' || echo './'`eina_main.c
libtool: compile:  ccache gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../..
-I../../src/include -I../../src/include -DPACKAGE_BIN_DIR=\/usr/bin\
-DPACKAGE_LIB_DIR=\/usr/lib/i386-linux-gnu\
-DPACKAGE_DATA_DIR=\/usr/share/eina\ -D_FORTIFY_SOURCE=2 -pthread -g -O2
-fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security
-Werror=format-security -O2 -fvisibility=hidden -Wshadow
-ffunction-sections -fdata-sections -ffast-math -Wall -W -Wshadow -c
eina_main.c  -fPIC -DPIC -o .libs/libeina_la-eina_main.o
In file included from eina_main.c:72:0:
../../src/include/eina_model.h:1192:64: error: nonnull argument references
non-pointer operand (argument 1, operand 2)
In file included from eina_main.c:72:0:
../../src/include/eina_model.h:1261:66: error: nonnull argument references
non-pointer operand (argument 1, operand 2)
make[3]: *** [libeina_la-eina_main.lo] Error 1
make[3]: Leaving directory `/mkdeb/build/libeina/libeina/src/lib'
--
Virtualization  Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing 
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel