Giter VIP home page Giter VIP logo

Comments (8)

GoogleCodeExporter avatar GoogleCodeExporter commented on May 18, 2024
Install libudev-dev

Original comment by [email protected] on 4 Sep 2011 at 3:40

from open-zwave.

GoogleCodeExporter avatar GoogleCodeExporter commented on May 18, 2024
Thanks, it helped

Original comment by [email protected] on 4 Sep 2011 at 3:53

from open-zwave.

GoogleCodeExporter avatar GoogleCodeExporter commented on May 18, 2024

Original comment by [email protected] on 6 Sep 2011 at 3:24

  • Changed state: Invalid

from open-zwave.

GoogleCodeExporter avatar GoogleCodeExporter commented on May 18, 2024
Hi there,

I also facing the same issue. Though I have installed libudev-dev package; i am 
getting the same error message. 

I use 64bit Ubuntu 10.04

Error msg: ../src/dockme/src/uoipme_interface.c:40:21: error: libudev.h: No 
such file or directory
cc1: warnings being treated as errors
../src/dockme/src/uoipme_interface.c: In function 'hotplug_udev_handler':
../src/dockme/src/uoipme_interface.c:2112: error: implicit declaration of 
function 'udev_new'
../src/dockme/src/uoipme_interface.c:2112: error: assignment makes pointer from 
integer without a cast
../src/dockme/src/uoipme_interface.c:2118: error: implicit declaration of 
function 'udev_monitor_new_from_netlink'
../src/dockme/src/uoipme_interface.c:2118: error: assignment makes pointer from 
integer without a cast
../src/dockme/src/uoipme_interface.c:2120: error: implicit declaration of 
function 'udev_monitor_filter_add_match_subsystem_devtype'
../src/dockme/src/uoipme_interface.c:2121: error: implicit declaration of 
function 'udev_monitor_enable_receiving'
../src/dockme/src/uoipme_interface.c:2126: error: implicit declaration of 
function 'udev_monitor_get_fd'
../src/dockme/src/uoipme_interface.c:2127: error: implicit declaration of 
function 'udev_enumerate_new'
../src/dockme/src/uoipme_interface.c:2127: error: assignment makes pointer from 
integer without a cast
../src/dockme/src/uoipme_interface.c:2128: error: implicit declaration of 
function 'udev_enumerate_add_match_subsystem'
../src/dockme/src/uoipme_interface.c:2129: error: implicit declaration of 
function 'udev_enumerate_scan_devices'
../src/dockme/src/uoipme_interface.c:2130: error: implicit declaration of 
function 'udev_enumerate_get_list_entry'
../src/dockme/src/uoipme_interface.c:2130: error: assignment makes pointer from 
integer without a cast
../src/dockme/src/uoipme_interface.c:2131: error: implicit declaration of 
function 'udev_list_entry_foreach'
../src/dockme/src/uoipme_interface.c:2132: error: expected ';' before '{' token
../src/dockme/src/uoipme_interface.c:2107: error: unused variable 
'uoipme_hotplug'
../src/dockme/src/uoipme_interface.c:2104: error: unused variable 'dev'


please guide me to resolve this issue??? 

Original comment by [email protected] on 3 Dec 2012 at 8:02

from open-zwave.

GoogleCodeExporter avatar GoogleCodeExporter commented on May 18, 2024
Hello, I've been having the same problem as bsreeram the whole day. 
I have libudev but make still fails when I want to cross compile open zwave for 
arm using arm-linux-gnueabi. Any ideas?

Original comment by [email protected] on 30 Dec 2012 at 4:15

from open-zwave.

GoogleCodeExporter avatar GoogleCodeExporter commented on May 18, 2024
[deleted comment]

from open-zwave.

GoogleCodeExporter avatar GoogleCodeExporter commented on May 18, 2024
Hi There,

Below is the build log of my project. I am not able to identify the error. I 
have cross compiled MIPS libraries. Though I have passed the parameter in the 
script, it is not compiling properly. Please find the log below;

Building the libip core library
(cd src; make BUILD_32_BIT=1 VIRTUAL_DEVICE_ONLY=0 BUILD_FOR_MIPS=1  
USE_STATIC_LIB=0 LIBUSB_PATH=/home/sree/libusb-1.0.8/ip/mips 
PATH_FOR_LIBIPCORE=/home/sree/mips-4.3/lib/gcc/mips-linux-gnu/4.3.2/el)
make[1]: Entering directory `/home/sree/WiUSB_Dev/uoip/dock/linux/src'
CC   ../src/common/src/os_trace.c
CC   ../src/common/src/os_workqueue.c
CC   ../src/common/src/uoip_mm.c
CC   ../src/media/src/media_common.c
CC   ../src/media/src/media_ops.c
CC   ../src/media/src/media_socks.c
CC   ../src/media/src/media_connections.c
CC   ../src/media/src/media_interface.c
CC   ../src/media/src/media_discovery.c
CC   ../src/uoip_pal_dock/src/palserver_core.c
CC   ../src/uoip_pal_dock/src/palserver_me.c
CC   ../src/uoip_pal_dock/src/pal_isoch.c
CC   ../src/uoip_pal_dock/src/uoip_pal.c
CC   ../src/uoip_pal_dock/src/uoip_device.c
CC   ../src/uoip_device_server/src/uoip_uds.c
cc1: warnings being treated as errors
../src/dockme/src/uoipme_interface.c: In function 'hotplug_udev_handler':
../src/dockme/src/uoipme_interface.c:2473: error: implicit declaration of 
function 'udev_monitor_filter_add_match_subsystem_devtype'
make[1]: *** [ipme_interface.o] Error 1
make[1]: Leaving directory `/home/sree/WiUSB_Dev/uoip1.0_dev/dock/linux/src'
make: *** [buildall] Error 2
Mips build Successfully.
cp: cannot stat `src/libipcore.so': No such file or directory
./build_script.sh: line 225: //cp: No such file or directory
cp: cannot stat `src/libipcore.so': No such file or directory
./build_script.sh: line 230: //cp: No such file or directory
cp: cannot stat `test_app/uoip_testapp': No such file or directory
cp: cannot stat `test_app/uoip_testapp': No such file or directory
mipsbin/
mipsbin/lib/
mipsbin/lib/libusb-1.0.so
mipsbin/lib/libvolume_id.so
mipsbin/lib/libudev.so
mipsbin/bin/

Original comment by [email protected] on 5 Feb 2013 at 8:44

from open-zwave.

GoogleCodeExporter avatar GoogleCodeExporter commented on May 18, 2024
Please guide me to fix the above mentioned issue.

Thnx
Sreeram B

Original comment by [email protected] on 5 Feb 2013 at 8:45

from open-zwave.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.