ARToolKit | Mailing List Archive |
![]() |
From: | patrick <puredata@1 ........> | Received: | Oct 21, 2007 |
To | ARToolKit Mailinglist <artoolkit@h ..................> | ||
Subject: | [ARToolKit] compiling artoolkit on ubuntu 7.10 | ||
i have an error trying to compile artoolkit (from svn /trunk): cc -c -O -I/usr/X11R6/include -I../../../include gsub_lite.c gsub_lite.c: In function =91arglCameraFrustum=92: gsub_lite.c:660: warning: passing argument 1 of =91arParamDecompMat=92 from = incompatible pointer type gsub_lite.c: In function =91arglCameraFrustumRH=92: gsub_lite.c:719: warning: passing argument 1 of =91arParamDecompMat=92 from = incompatible pointer type ar rs ../../libARgsub_lite.a gsub_lite.o ar: creating ../../libARgsub_lite.a rm -f gsub_lite.o make[2]: Leaving directory `/home/psc/src/artoolkit/lib/SRC/Gl' (cd VideoLinuxV4L; make -f Makefile) make[2]: Entering directory `/home/psc/src/artoolkit/lib/SRC/VideoLinuxV4L' cc -c -O -I/usr/X11R6/include -I../../../include ccvt_i386.S ccvt_i386.S:32:27: error: linux/linkage.h: No such file or directory make[2]: *** [../../libARvideo.a(ccvt_i386.o)] Error 1 make[2]: Leaving directory `/home/psc/src/artoolkit/lib/SRC/VideoLinuxV4L' make[1]: *** [all] Error 2 make[1]: Leaving directory `/home/psc/src/artoolkit/lib/SRC' make: *** [all] Error 2 i think i had the same problem on feisty. patrick _______________________________________________ ARToolKit mailing list ARToolKit@l ................. http://www.hitlabnz.org/mailman/listinfo.cgi/artoolkit |
From: | patrick <puredata@1 ........> | Received: | Oct 25, 2007 |
To | Philip Lamb <phil@e ..........> | ||
Subject: | Re: [ARToolKit] compiling artoolkit on ubuntu 7.10 | ||
it works: Color conversion should use x86 assembly (choose 'n' for 64bit systems)? n for ubuntu 7.10 (gutsy). thanks, patrick Philip Lamb wrote: > From Hartmut: > > The linux headers are missing (needed for V4L and ccvt). Are you on > i386 or ia64? On ia64 (or amd64 as Ubuntu calls it) you need to > configure without the assembly stuff in ccvt. > > /Hartmut > > On 21/10/2007, at 8:16 PM, patrick wrote: > >> i have an error trying to compile artoolkit (from svn /trunk): >> make[2]: Entering directory >> `/home/psc/src/artoolkit/lib/SRC/VideoLinuxV4L' >> cc -c -O -I/usr/X11R6/include -I../../../include ccvt_i386.S >> ccvt_i386.S:32:27: error: linux/linkage.h: No such file or directory >> > > _______________________________________________ ARToolKit mailing list ARToolKit@l ................. http://www.hitlabnz.org/mailman/listinfo.cgi/artoolkit |
From: | Philip Lamb <phil@e ..........> | Received: | Oct 26, 2007 |
To | patrick <puredata@1 ........> | ||
Subject: | Re: [ARToolKit] compiling artoolkit on ubuntu 7.10 | ||
From Hartmut: The linux headers are missing (needed for V4L and ccvt). Are you on i386 or ia64? On ia64 (or amd64 as Ubuntu calls it) you need to configure without the assembly stuff in ccvt. /Hartmut On 21/10/2007, at 8:16 PM, patrick wrote: > i have an error trying to compile artoolkit (from svn /trunk): > make[2]: Entering directory `/home/psc/src/artoolkit/lib/SRC/ > VideoLinuxV4L' > cc -c -O -I/usr/X11R6/include -I../../../include ccvt_i386.S > ccvt_i386.S:32:27: error: linux/linkage.h: No such file or directory > _______________________________________________ ARToolKit mailing list ARToolKit@l ................. http://www.hitlabnz.org/mailman/listinfo.cgi/artoolkit |
From: | Hartmut Seichter <hartmut@t ................> | Received: | Oct 26, 2007 |
To | ARToolKit Mailinglist <artoolkit@h ..................> | ||
Subject: | Re: [ARToolKit] compiling artoolkit on ubuntu 7.10 | ||
Sorry the label for this question in the Configure script - wasn't the best choice :/ ... There are some more problems if somebody wants to compile really on ia64 in regard to linkage ... I am about to prepare some more patches soonish. /Hartmut -- hartmut seichter / technotecture studio / technotecture.com patrick wrote: > it works: > Color conversion should use x86 assembly (choose 'n' for 64bit systems)? n > > for ubuntu 7.10 (gutsy). > > thanks, > patrick > > > > Philip Lamb wrote: > >> From Hartmut: >> >> The linux headers are missing (needed for V4L and ccvt). Are you on >> i386 or ia64? On ia64 (or amd64 as Ubuntu calls it) you need to >> configure without the assembly stuff in ccvt. >> >> /Hartmut >> >> On 21/10/2007, at 8:16 PM, patrick wrote: >> >> >>> i have an error trying to compile artoolkit (from svn /trunk): >>> make[2]: Entering directory >>> `/home/psc/src/artoolkit/lib/SRC/VideoLinuxV4L' >>> cc -c -O -I/usr/X11R6/include -I../../../include ccvt_i386.S >>> ccvt_i386.S:32:27: error: linux/linkage.h: No such file or directory >>> >>> >> > _______________________________________________ > ARToolKit mailing list > ARToolKit@l ................. > http://www.hitlabnz.org/mailman/listinfo.cgi/artoolkit > _______________________________________________ ARToolKit mailing list ARToolKit@l ................. http://www.hitlabnz.org/mailman/listinfo.cgi/artoolkit |