paparazzi-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Paparazzi-devel] joystick compile error


From: Chris
Subject: [Paparazzi-devel] joystick compile error
Date: Sun, 20 Feb 2011 18:54:41 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.13) Gecko/20101208 Thunderbird/3.1.7

I decided to dive in to the joystick problem but i found one problem.
When i try to compile the code inside the paparazzi/sw/ground_segment/joystick
i get this error:
address@hidden:~/paparazzi/sw/ground_segment/joystick$ make clean
rm -f *~ core *.o *.bak .depend test_stick *.cmo *.cmi input2ivy
address@hidden:~/paparazzi/sw/ground_segment/joystick$ make
gcc -c -O2 -Wall `pkg-config glib-2.0 --cflags` test_stick.c
gcc -g -O2 -Wall -DSTICK_DBG `pkg-config glib-2.0 --cflags` -o test_stick test_stick.o usb_stick.c `pkg-config glib-2.0 --libs` `pcre-config --libs` -lglibivy
gcc -c -O2 -Wall `pkg-config glib-2.0 --cflags` usb_stick.c
gcc -c -O2 -Wall `pkg-config glib-2.0 --cflags` ml_usb_stick.c
OC input2ivy.ml
File "input2ivy.ml", line 324, characters 33-40:
Error: This expression has type string but an expression was expected of type
         'a ref
make: *** [input2ivy.cmo] Error 2
address@hidden:~/paparazzi/sw/ground_segment/joystick$
Chris





reply via email to

[Prev in Thread] Current Thread [Next in Thread]