maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Multimedia (https://talk.maemo.org/forumdisplay.php?f=32)
-   -   camera-ui2 (now a part of CSSU) (updated 09. May) (https://talk.maemo.org/showthread.php?t=70870)

freemangordon 2011-08-07 07:46

Re: camera-ui2 (now a part of CSSU) (updated 09. May)
 
@nicolai - There is another newly-opened bug report too https://bugs.maemo.org/12318 .

Will you please share if you have plans to fix those bugs. As it seems new CSSU update is coming and it does not make sense such (easy fixable I think) UI glitches to remain. And if you won't support camera-ui2 anymore, it would be fair to tell it, so someone else could continue the development.

Thanks.

MohammadAG 2011-08-07 12:02

Re: camera-ui2 (now a part of CSSU) (updated 09. May)
 
I've been unable to build the latest version from git
Code:

camera-interface.c: In function 'camera_interface_toggle_light':
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: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: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: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: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

Tried guessing which packages I need, but no luck, mind helping out nicolai?

visN900 2011-08-07 12:45

Re: camera-ui2 (now a part of CSSU) (updated 09. May)
 
hey MAG..u r doing an awesome work.. i have a question.. is it possible to integrate touch focus/720p recording???
tks..

nicolai 2011-08-07 14:59

Re: camera-ui2 (now a part of CSSU) (updated 09. May)
 
Quote:

Originally Posted by MohammadAG (Post 1065500)
I've been unable to build the latest version from git
Code:

camera-interface.c: In function 'camera_interface_toggle_light':
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: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: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: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: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

Tried guessing which packages I need, but no luck, mind helping out nicolai?

Those V4L2_CID_XX are defined in /usr/include/linux/videodev2.h
which should be in package linux-kernel-headers.

Nicolai

nicolai 2011-08-07 19:42

Re: camera-ui2 (now a part of CSSU) (updated 09. May)
 
Quote:

Originally Posted by freemangordon (Post 1064419)
And it seems camera-ui2 has some general problem recognizing sdcard partitions.

my setup:
/dev/mmcblk1p0 - fat
/dev/mmcblk1p1 - ext3
/dev/mmcblk1p2 - swap

the attached image is the result

I think there was similar report somewhere (not sure though). Anyway the bug still exists

I can not reproduce this behavior. That kind of layout works
for me.

pas 2011-08-07 19:57

Re: camera-ui2 (now a part of CSSU) (updated 09. May)
 
can some one help me to upload *#activation code. i many time reinstalled but it is not working

MohammadAG 2011-08-07 22:44

Re: camera-ui2 (now a part of CSSU) (updated 09. May)
 
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


nicolai 2011-08-07 23:03

Re: camera-ui2 (now a part of CSSU) (updated 09. May)
 
Adding /usr/include/linux gives the same
output as yours.

This is the normal/working gcc command for camera-interface.
Code:

gcc -DGST_USE_UNSTABLE_API  -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

MohammadAG 2011-08-07 23:37

Re: camera-ui2 (now a part of CSSU) (updated 09. May)
 
Code:

[sbox-FREMANTLE_ARMEL: ~/ssu/camera-ui/src] > gcc -DGST_USE_UNSTABLE_API  -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
camera-interface.c: In function 'camera_interface_toggle_light':
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: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: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: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: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'

Can you post your Makefile?

freemangordon 2011-08-07 23:42

Re: camera-ui2 (now a part of CSSU) (updated 09. May)
 
@MohammadAG : try with this contol file
Code:

Source: camera-ui
Section: misc
Priority: extra
Maintainer: Nicolai Hess <nicolaihess@web.de>
Build-Depends: debhelper (>= 5), libgtk2.0-dev,
 libhildon1-dev, libdbus-1-dev, libgconf2-dev,
 libosso-dev, libgdigicam-dev, libgdigicam-gst-camerabin-dev,
 libcanberra-dev, libprofile-dev, libdbus-glib-1-dev,
 linux-kernel-headers, libsharing-plugin-dev, sharing-dialog-dev

Standards-Version: 3.7.2
Package: camera-ui
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, policy-l10n-mr | policy-l10n-mr0, hildon-status-bar-usb-l10n-mr | hildon-status-bar-usb-l10n-mr0, osso-camera-ui-l10n-mr0 | osso-camera-ui-l10n-mr, hildon-fm-l10n-mr0 | hildon-fm-l10n-mr, hildon-common-strings-l10n-mr0 | hildon-common-strings-l10n-mr, hildon-libs-l10n-mr0 | hildon-libs-l10n-mr, hildon-common-strings-l10n-mr0 | hildon-common-strings-l10n-mr, hildon-libs-l10n-mr0 | hildon-libs-l10n-mr, profile-data, hildon-status-bar-usb-l10n-mr | hildon-status-bar-usb-l10n-mr0, policy-l10n-mr | policy-l10n-mr0
Description: Camera UI application
 camera-ui is an application intended to work as a modern digital
 camera, taking high resolution pictures and recording video.
 .
 This package contains the binaries for the Camera UI application
 .
 Open source clone developed by Nicolai Hess
XSBC-Bugtracker: mailto:nicolaihess@web.de

it should give you all the dependencies

and try with dpkg-buildpackage, not with make


All times are GMT. The time now is 12:12.

vBulletin® Version 3.8.8