question of rohc run in vxworks

Asked by sleepswallow

Hello Didier:
           I am back to ask for some help from you , thanks first!

      Recently I build the rohc library on vxworks 6.8 platforms, and met some errors , I want to get some help from you !
   rohc/rohc_comp.c:728:error : type of formal parameter 2 is incomplete
  rohc/rohc_comp.c:782:error : type of formal parameter 2 is incomplete
  rohc/rohc_comp.c:820:error : conflicting type for 'rohc_compress3'

now list the codes:
    rohc/rohc_comp.c:728: code = rohc_compress3(comp,arrival_time,ibuf,iszie,obuf,osize,&rohc_len);
    rohc/rohc_comp.c:782:
 retrun rohc_compress3(comp,arrival_time,ucomp_packet,ucomp_packet_len,rohc_packet,rohc_packet_max_len,rohc_packet_len);

rohc/rohc_comp.c:820 :is rohc_compress3 definition

   thank Didier very much~~

    Regards,
    sleepswallow

Question information

Language:
English Edit question
Status:
Expired
For:
rohc Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:

This question was reopened

Revision history for this message
Didier Barvaux (didier-barvaux) said :
#1

Hello,

What library release to you use? The lines you report don't match version 1.7.0 nor the master at revision 1196. In addition, the rohc_comp.c file is not stored in rohc/ subdirectory, did you modify the way sources are organized?

Regards,
Didier

Revision history for this message
sleepswallow (sleepswallow128) said :
#2

Hello:
      I use the master at revision 847. yes,I modified the way sources path and move all the .c and .h files into the same path.

Revision history for this message
sleepswallow (sleepswallow128) said :
#3

Hello:
      I use the master at revision 847. yes,I modified the way sources path and move all the .c and .h files into the same path.

Revision history for this message
sleepswallow (sleepswallow128) said :
#4

  hello:
    I expect some help from you , thank Didier very much~~

    Regards,
     sleepswallow

Revision history for this message
Didier Barvaux (didier-barvaux) said :
#5

Hello,

> I use the master at revision 847.

Library version 1.6.0 is revision 761, version 1.7.0 is revision 1178 and master is at revision 1205. Revision 847 is from September 2013. One year old! You use a very deprecated revision of the master. I don't want to help you on a deprecated revision. Please update to one of supported releases (1.6.1 or 1.7.0) or to the latest revision of the master.

> yes,I modified the way sources path and move all the .c
> and .h files into the same path.

Arg, you're just amazing! You are asking for help from me but you modified the library build chain in an unknown way! And you don't tell me a word about it!

Sorry, but I can't help you to debug a compilation problem with old sources that you modified in an unknown way. I'm not a magician. I can't give you answers to your questions if you hide me some important information... I can help you with vxworks build if you report me a build problem with up-to-date sources and the default autotools build chain. Otherwise you just waste my personal time...

Regards,
Didier

Revision history for this message
Launchpad Janitor (janitor) said :
#6

This question was expired because it remained in the 'Open' state without activity for the last 15 days.