← Back to team overview

rohc team mailing list archive

Re: [Question #262231]: Windows DLL

 

Question #262231 on rohc changed:
https://answers.launchpad.net/rohc/+question/262231

Didier Barvaux posted a new comment:
> I try your solution and the make does not work. I have an error with
> the file feedback_parse.h because of the rohc.h file. I think it is
> because this file containes only "../rohc.h".

I think that your platform (Windows?) doesn't handle symbolic links
correctly. Or maybe the ZIP file generated by github if you used it. The
files in the src/common/rohc/, src/comp/rohc/ and src/decomp/rohc/
directories are symbolic links.

> For that I did :
> 1/ ./autogen.sh --prefix=/usr
> 2/ ./configure --prefix=/usr
> 3/ make clean
> 4/ make all
>
> Do you confirm that ?

It's fine. Step 2 is redundant with step 1, but its ok.

> If I copy the 5 files (rohc.h, rohc_buf.h, rohc_packets.h, rohc_time.h
> and rohc_traces from the directory src/common to src/common/rohc,
> It works but I am not sure for the result. I have .dll.a and .dll files in
> the src/.libs directory.

It confirms my hypothesis above. Check the symbolic links. Maybe the ZIP
file.

Regards,
Didier

-- 
You received this question notification because you are a member of ROHC
Team, which is an answer contact for rohc.