Modify

Opened 13 years ago

Closed 12 years ago

#59 closed defect (fixed)

pcitool does not compile with ufodecode 0.1

Reported by: Matthias Vogelgesang Owned by: Suren A. Chilingaryan
Priority: blocker Milestone:
Component: pcilib Version:
Keywords: Cc: Suren A. Chilingaryan

Description

After a fresh checkout of both ufodecode and pcitool, building the pcitool breaks with this output:

/home/matthias/dev/pcitool/ipecamera/data.c: In function ‘ipecamera_decode_frame’:
/home/matthias/dev/pcitool/ipecamera/data.c:58: warning: passing argument 7 of ‘ufo_decoder_decode_frame’ from incompatible pointer type
/usr/local/include/ufodecode.h:17: note: expected ‘uint32_t *’ but argument is of type ‘ipecamera_change_mask_t *’
/home/matthias/dev/pcitool/ipecamera/data.c:58: error: too few arguments to function ‘ufo_decoder_decode_frame’
make[2]: *** [ipecamera/CMakeFiles/ipecamera.dir/data.c.o] Fehler 1
make[1]: *** [ipecamera/CMakeFiles/ipecamera.dir/all] Fehler 2

I introduced the change to ufo_decoder_decode_frame in order to support the new frame formats.

Attachments (0)

Change History (1)

comment:1 Changed 12 years ago by Suren A. Chilingaryan

Resolution: fixed
Status: newclosed

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Suren A. Chilingaryan.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.