View Single Post
MohammadAG's Avatar
Posts: 2,473 | Thanked: 12,265 times | Joined on Oct 2009 @ Jerusalem, PS/IL
#467
I have linux-kernel-headers installed and it doesn't compile, adding -I/usr/include/linux to CFLAGS produces more errors

Code:
[sbox-FREMANTLE_ARMEL: ~/ssu/camera-ui] > make
mkdir -p build
make -j4 -C src
make[1]: Entering directory `/home/mohammad/ssu/camera-ui/src'
gcc -DGST_USE_UNSTABLE_API -I/usr/include/linux -DMAEMO_CHANGES -DMAEMO_GTK -pthread -DDBUS_API_SUBJECT_TO_CHANGE -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/hildon-1 -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/libhildondesktop-1 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/gconf/2 -I/usr/include/gdigicam-0.3 -I/usr/include/gstreamer-0.10 -I/usr/include/libxml2 -I/usr/include/sharingdialog -I/usr/include/hal -I/usr/include/profiled  -pthread -lhildondesktop-1 -lhildon-1 -lgdigicam-gst-camerabin-0.3 -lgdigicam-0.3 -lgstbase-0.10 -lgstreamer-0.10 -lxml2 -lsharingdialog -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lcairo -lpango-1.0 -lfreetype -lfontconfig -losso -llocation -lnavigation -lgdk_pixbuf-2.0 -lcityinfo0 -lhal -lgnomevfs-2 -lgconf-2 -lgthread-2.0 -lrt -lgmodule-2.0 -lcanberra -lprofile -ldbus-glib-1 -ldbus-1 -lpthread -lgobject-2.0 -lglib-2.0   -c camera-interface.c -o camera-interface.o
In file included from /usr/include/asm/siginfo.h:4,
                 from /usr/include/linux/signal.h:5,
                 from /usr/include/glib-2.0/glib/gbacktrace.h:35,
                 from /usr/include/glib-2.0/glib.h:36,
                 from camera-settings.h:21,
                 from camera-interface.h:21,
                 from camera-interface.c:19:
/usr/include/asm-generic/siginfo.h:57: error: size of array '_pad' is too large
In file included from /usr/include/glib-2.0/glib.h:44,
                 from camera-settings.h:21,
                 from camera-interface.h:21,
                 from camera-interface.c:19:
/usr/include/glib-2.0/glib/gdate.h:228: warning: 'struct tm' declared inside parameter list
/usr/include/glib-2.0/glib/gdate.h:228: warning: its scope is only this definition or declaration, which is probably not what you want
In file included from /usr/include/stdlib.h:438,
                 from /usr/include/libxml2/libxml/SAX.h:16,
                 from /usr/include/libxml2/libxml/globals.h:20,
                 from /usr/include/libxml2/libxml/xmlIO.h:117,
                 from /usr/include/libxml2/libxml/parser.h:799,
                 from /usr/include/gstreamer-0.10/gst/gstconfig.h:171,
                 from /usr/include/gstreamer-0.10/gst/gstelement.h:51,
                 from /usr/include/gstreamer-0.10/gst/gstbin.h:27,
                 from /usr/include/gstreamer-0.10/gst/gst.h:34,
                 from /usr/include/gstreamer-0.10/gst/interfaces/photography.h:32,
                 from camera-interface.h:22,
                 from camera-interface.c:19:
/usr/include/sys/types.h:62: error: conflicting types for 'dev_t'
/usr/include/linux/types.h:13: error: previous declaration of 'dev_t' was here
/usr/include/sys/types.h:67: error: conflicting types for 'gid_t'
/usr/include/linux/types.h:27: error: previous declaration of 'gid_t' was here
/usr/include/sys/types.h:72: error: conflicting types for 'mode_t'
/usr/include/linux/types.h:15: error: previous declaration of 'mode_t' was here
/usr/include/sys/types.h:77: error: conflicting types for 'nlink_t'
/usr/include/linux/types.h:16: error: previous declaration of 'nlink_t' was here
/usr/include/sys/types.h:82: error: conflicting types for 'uid_t'
/usr/include/linux/types.h:26: error: previous declaration of 'uid_t' was here
In file included from /usr/include/sys/types.h:220,
                 from /usr/include/stdlib.h:438,
                 from /usr/include/libxml2/libxml/SAX.h:16,
                 from /usr/include/libxml2/libxml/globals.h:20,
                 from /usr/include/libxml2/libxml/xmlIO.h:117,
                 from /usr/include/libxml2/libxml/parser.h:799,
                 from /usr/include/gstreamer-0.10/gst/gstconfig.h:171,
                 from /usr/include/gstreamer-0.10/gst/gstelement.h:51,
                 from /usr/include/gstreamer-0.10/gst/gstbin.h:27,
                 from /usr/include/gstreamer-0.10/gst/gst.h:34,
                 from /usr/include/gstreamer-0.10/gst/interfaces/photography.h:32,
                 from camera-interface.h:22,
                 from camera-interface.c:19:
/usr/include/sys/select.h:38: error: conflicting types for 'sigset_t'
/usr/include/asm/signal.h:12: error: previous declaration of 'sigset_t' was here
In file included from /usr/include/sys/select.h:46,
                 from /usr/include/sys/types.h:220,
                 from /usr/include/stdlib.h:438,
                 from /usr/include/libxml2/libxml/SAX.h:16,
                 from /usr/include/libxml2/libxml/globals.h:20,
                 from /usr/include/libxml2/libxml/xmlIO.h:117,
                 from /usr/include/libxml2/libxml/parser.h:799,
                 from /usr/include/gstreamer-0.10/gst/gstconfig.h:171,
                 from /usr/include/gstreamer-0.10/gst/gstelement.h:51,
                 from /usr/include/gstreamer-0.10/gst/gstbin.h:27,
                 from /usr/include/gstreamer-0.10/gst/gst.h:34,
                 from /usr/include/gstreamer-0.10/gst/interfaces/photography.h:32,
                 from camera-interface.h:22,
                 from camera-interface.c:19:
/usr/include/bits/time.h:70: error: redefinition of 'struct timeval'
In file included from /usr/include/sys/types.h:220,
                 from /usr/include/stdlib.h:438,
                 from /usr/include/libxml2/libxml/SAX.h:16,
                 from /usr/include/libxml2/libxml/globals.h:20,
                 from /usr/include/libxml2/libxml/xmlIO.h:117,
                 from /usr/include/libxml2/libxml/parser.h:799,
                 from /usr/include/gstreamer-0.10/gst/gstconfig.h:171,
                 from /usr/include/gstreamer-0.10/gst/gstelement.h:51,
                 from /usr/include/gstreamer-0.10/gst/gstbin.h:27,
                 from /usr/include/gstreamer-0.10/gst/gst.h:34,
                 from /usr/include/gstreamer-0.10/gst/interfaces/photography.h:32,
                 from camera-interface.h:22,
                 from camera-interface.c:19:
/usr/include/sys/select.h:78: error: conflicting types for 'fd_set'
/usr/include/linux/types.h:12: error: previous declaration of 'fd_set' was here
In file included from /usr/include/stdlib.h:438,
                 from /usr/include/libxml2/libxml/SAX.h:16,
                 from /usr/include/libxml2/libxml/globals.h:20,
                 from /usr/include/libxml2/libxml/xmlIO.h:117,
                 from /usr/include/libxml2/libxml/parser.h:799,
                 from /usr/include/gstreamer-0.10/gst/gstconfig.h:171,
                 from /usr/include/gstreamer-0.10/gst/gstelement.h:51,
                 from /usr/include/gstreamer-0.10/gst/gstbin.h:27,
                 from /usr/include/gstreamer-0.10/gst/gst.h:34,
                 from /usr/include/gstreamer-0.10/gst/interfaces/photography.h:32,
                 from camera-interface.h:22,
                 from camera-interface.c:19:
/usr/include/sys/types.h:235: error: conflicting types for 'blkcnt_t'
/usr/include/linux/types.h:124: error: previous declaration of 'blkcnt_t' was here
In file included from /usr/include/libxml2/libxml/SAX.h:16,
                 from /usr/include/libxml2/libxml/globals.h:20,
                 from /usr/include/libxml2/libxml/xmlIO.h:117,
                 from /usr/include/libxml2/libxml/parser.h:799,
                 from /usr/include/gstreamer-0.10/gst/gstconfig.h:171,
                 from /usr/include/gstreamer-0.10/gst/gstelement.h:51,
                 from /usr/include/gstreamer-0.10/gst/gstbin.h:27,
                 from /usr/include/gstreamer-0.10/gst/gst.h:34,
                 from /usr/include/gstreamer-0.10/gst/interfaces/photography.h:32,
                 from camera-interface.h:22,
                 from camera-interface.c:19:
/usr/include/stdlib.h:877: error: expected ')' before '*' token
/usr/include/stdlib.h:881: error: expected declaration specifiers or '...' before 'wchar_t'
/usr/include/stdlib.h:885: error: expected ')' before '*' token
/usr/include/stdlib.h:889: error: expected ';', ',' or ')' before '*' token
camera-interface.c: In function '_handle_bus_message_func':
camera-interface.c:292: warning: incompatible implicit declaration of built-in function 'memcpy'
camera-interface.c: In function 'camera_interface_toggle_light':
camera-interface.c:1115: warning: incompatible implicit declaration of built-in function 'memset'
camera-interface.c:1116: error: 'V4L2_CID_TORCH_INTENSITY' undeclared (first use in this function)
camera-interface.c:1116: error: (Each undeclared identifier is reported only once
camera-interface.c:1116: error: for each function it appears in.)
camera-interface.c:1117: error: expected expression before 'struct'
camera-interface.c:1119: error: expected expression before 'struct'
camera-interface.c: In function 'camera_interface_toggle_privacy_light':
camera-interface.c:1129: warning: incompatible implicit declaration of built-in function 'memset'
camera-interface.c:1130: error: 'V4L2_CID_INDICATOR_INTENSITY' undeclared (first use in this function)
camera-interface.c:1131: error: expected expression before 'struct'
camera-interface.c:1133: error: expected expression before 'struct'
camera-interface.c: In function 'camera_interface_get_focus':
camera-interface.c:1143: warning: incompatible implicit declaration of built-in function 'memset'
camera-interface.c:1144: error: 'V4L2_CID_FOCUS_ABSOLUTE' undeclared (first use in this function)
camera-interface.c:1145: error: expected expression before 'struct'
camera-interface.c: In function 'camera_interface_increase_focus':
camera-interface.c:1158: warning: incompatible implicit declaration of built-in function 'memset'
camera-interface.c:1159: error: 'V4L2_CID_FOCUS_ABSOLUTE' undeclared (first use in this function)
camera-interface.c:1160: error: expected expression before 'struct'
camera-interface.c:1162: error: expected expression before 'struct'
camera-interface.c: In function 'camera_interface_decrease_focus':
camera-interface.c:1172: warning: incompatible implicit declaration of built-in function 'memset'
camera-interface.c:1173: error: 'V4L2_CID_FOCUS_ABSOLUTE' undeclared (first use in this function)
camera-interface.c:1174: error: expected expression before 'struct'
camera-interface.c:1176: error: expected expression before 'struct'
make[1]: *** [camera-interface.o] Error 1