Hello Brian, > Decided to try and test this for you. > Thank you! > I have a quickcam Fusion which is working with luvcview and ekiga. > > I unpacked the target at did a make and got > > /Documents/SOURCE/UVCStreamer # make > gcc -O2 -DLINUX -c -o uvc_stream.o uvc_stream.c > gcc -O2 -DLINUX -c -o color.o color.c > gcc -O2 -DLINUX -c -o utils.o utils.c > gcc -O2 -DLINUX -c -o v4l2uvc.o v4l2uvc.c > gcc -O2 -DLINUX -lpthread uvc_stream.o color.o utils.o v4l2uvc.o -o > uvc_stream > chmod 755 uvc_stream > > I did the make as root. > Working as "root" should not be necessary, but should also not silently fail. > All the .c files got created but the uvc_stream did not. > The .o files are created, not the .c files :-)
Looks very good. Are you absolutly sure that the file "uvc_stream" was not created? I am asking because if you call "chmod" with a not exisiting file, it will report an error message. What does the command below show to you? $ ls -la /Documents/SOURCE/UVCStreamer/ > I am running SUSE 10.1 with > > gcc --version > gcc (GCC) 4.1.0 (SUSE Linux) > Copyright (C) 2006 Free Software Foundation, Inc. > Should work well. > I have compiled a few things but I am just a beginner at this. > > Do I need to do something else? > Nothing else, as far as i know. Kind regards, Tom _______________________________________________ Linux-uvc-devel mailing list [email protected] https://lists.berlios.de/mailman/listinfo/linux-uvc-devel
