Hrvoje Senjan changed bug 1022687
What Removed Added
CC   hrvoje.senjan@gmail.com

Comment # 1 on bug 1022687 from
> g++ -c -pipe -O2 -std=gnu++11 -fno-exceptions -Wall -W -fPIC -DQT_NO_EXCEPTIONS -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -I/home/hrvoje/Src/qtimageformats-opensource-src-5.8.0/config.tests/jasper -I. -isystem /usr/include/pgsql/ -isystem /usr/include/pgsql/server -isystem /usr/include/mysql -I/usr/lib64/qt5/mkspecs/linux-g++ -o .obj/jasper.o /home/hrvoje/Src/qtimageformats-opensource-src-5.8.0/config.tests/jasper/jasper.cpp
> In file included from /usr/include/jasper/jasper.h:65:0,
>                  from /home/hrvoje/Src/qtimageformats-opensource-src-5.8.0/config.tests/jasper/jasper.cpp:31:
> /usr/include/sys/types.h:150:27: error: duplicate ���unsigned���
>  typedef unsigned long int ulong;
>                            ^
> /usr/include/sys/types.h:150:27: error: declaration does not declare anything [-fpermissive]
>  typedef unsigned long int ulong;
>                            ^
> /usr/include/sys/types.h:151:28: error: duplicate ���unsigned���
>  typedef unsigned short int ushort;
>                             ^
> /usr/include/sys/types.h:151:28: error: duplicate ���short���
>  typedef unsigned short int ushort;
>                             ^
> /usr/include/sys/types.h:151:28: error: declaration does not declare anything [-fpermissive]
> /usr/include/sys/types.h:152:22: error: duplicate ���unsigned���
>  typedef unsigned int uint;
>                       ^
> /usr/include/sys/types.h:152:22: error: multiple types in one declaration
>  typedef unsigned int uint;
>                       ^
> /usr/include/sys/types.h:152:22: error: declaration does not declare anything [-fpermissive]
> Makefile:417: recipe for target '.obj/jasper.o' failed
> make: *** [.obj/jasper.o] Error 1


You are receiving this mail because: