All of lore.kernel.org
 help / color / mirror / Atom feed
From: Fabrice MARIE <fabrice@celestix.com>
To: "Thomas T. Soares" <ttsoares@brturbo.com>,
	netfilter-devel@lists.samba.org
Subject: Re: Today CVS and 2.4.19-pre10 issue
Date: Wed, 5 Jun 2002 14:54:56 +0800	[thread overview]
Message-ID: <200206051454.56520.fabrice@celestix.com> (raw)
In-Reply-To: <1023251260.7219.11.camel@dentro>


Hello,

On Wednesday 05 June 2002 12:27, Thomas T. Soares wrote:
> Hi all... me again  :-(
> I am trying to make work H.323...
> 4- ./runme --batch base extra
> cc -O2 -Wall -Wunused -I/coisas/linux/include -Iinclude/
> -DIPTABLES_VERSION=\"1.2.7\"  -fPIC -o extensions/libipt_mark_sh.o -c
> extensions/libipt_mark.c
> extensions/libipt_mark.c: In function `parse':
> extensions/libipt_mark.c:67: structure has no member named `bit_op'
> extensions/libipt_mark.c:67: `IPT_MARK_BIT_OP_NONE' undeclared (first
> use in this function)
> extensions/libipt_mark.c:67: (Each undeclared identifier is reported
> only once
> [etc...]
> What I am doing wrong here...?  :-(

Seems like the patch extra/mark-bitwise-ops got applied only half way: the userspace part only
and not the kernel header part (which would be quite unlikely).
Can you check that the file /usr/include/linux points to /usr/src/linux/include/linux ? :
# ls -dl /usr/include/linux
lrwxrwxrwx    1 root     root           28 May 16 16:27 /usr/include/linux -> /usr/src/linux/include/linux/
If it doesn't, then make it point to it.
That's all I can think of. I've just tried, to apply the patches like you did,
with pre10 and the latest netfilter cvs snapshot and libipt_mark compiles fine :

...
cc -O2 -Wall -Wunused -I/usr/src/linux//include -Iinclude/
  -DIPTABLES_VERSION=\"1.2.7\"  -fPIC -o extensions/libipt_mark_sh.o
  -c extensions/libipt_mark.c
ld -shared -o extensions/libipt_mark.so extensions/libipt_mark_sh.o
...

Have a nice day,

Fabrice.
--
Fabrice MARIE
Senior R&D Engineer
Celestix Networks
http://www.celestix.com/

"Silly hacker, root is for administrators" 
       -Unknown

      reply	other threads:[~2002-06-05  6:54 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-06-05  4:27 Today CVS and 2.4.19-pre10 issue Thomas T. Soares
2002-06-05  6:54 ` Fabrice MARIE [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200206051454.56520.fabrice@celestix.com \
    --to=fabrice@celestix.com \
    --cc=netfilter-devel@lists.samba.org \
    --cc=ttsoares@brturbo.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.