From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from hpsmtp-eml14.kpnxchange.com ([213.75.38.114]) by www.linuxtv.org with esmtp (Exim 4.63) (envelope-from ) id 1JQjMl-0000qK-Ng for linux-dvb@linuxtv.org; Sun, 17 Feb 2008 14:15:35 +0100 Message-ID: <47B83357.50207@planet.nl> Date: Sun, 17 Feb 2008 14:15:03 +0100 From: henk schaap MIME-Version: 1.0 To: Igor References: <47B6A9DB.501@planet.nl> In-Reply-To: Cc: linux-dvb@linuxtv.org Subject: Re: [linux-dvb] multiproto and tt3200: don't get a lock List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: multipart/mixed; boundary="===============1607080068==" Mime-version: 1.0 Sender: linux-dvb-bounces@linuxtv.org Errors-To: linux-dvb-bounces@linuxtv.org List-ID: --===============1607080068== Content-Type: text/html; charset=KOI8-R Content-Transfer-Encoding: 7bit Igor,

Thank you for pointing me in the good direction. I checked the szap.c from Manu again and noticed that I had to change the declarations of the include files frontend.h and lnb.h (I copied them from the multiproto-tree to the same directory as szap.c). It seems to be that #include <frontend.h> has a different meaning than #include "frontend.h" (I am not familiair with C).

This means for szap.c:
#include "frontend.h"
#include "version.h"
#include "lnb.h"
And for lnb.c:
#include "lnb.h"

This is it. After compiling szap works good and I get a lock for any channel!

Thanks!

Henk

--===============1607080068== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ linux-dvb mailing list linux-dvb@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb --===============1607080068==--