All of lore.kernel.org
 help / color / mirror / Atom feed
From: Miroslav Skoric <skoric@eunet.rs>
To: Linux Hams <linux-hams@vger.kernel.org>
Subject: Compiling FBB
Date: Sun, 02 Oct 2011 17:41:02 +0200	[thread overview]
Message-ID: <4E88860E.3030908@eunet.rs> (raw)

Hi all!

I have been trying to compile fbbsrc.705c9 in Ubuntu 10.04.2 LTS. Both 
daemon and X11 compile fails, as follows:

misko@client:/usr/local/src/ax25/fbbsrc.705c9/src$ sudo make
gcc -Wall -O2 -Wstrict-prototypes -funsigned-char  -D__LINUX__ 
-DPROTOTYPES -I../include -fstack-check   -c -o arbre.o arbre.c
In file included from ../include/serv.h:97,
                  from arbre.c:32:
../include/fbb_serv.h:47:26: error: netax25/ax25.h: No such file or 
directory
In file included from ../include/fbb_serv.h:48,
                  from ../include/serv.h:97,
                  from arbre.c:32:
/usr/include/netrom/netrom.h:44: error: expected 
specifier-qualifier-list before ‘ax25_address’
In file included from ../include/fbb_serv.h:49,
                  from ../include/serv.h:97,
                  from arbre.c:32:
/usr/include/netrose/rose.h:74: error: expected specifier-qualifier-list 
before ‘ax25_address’
/usr/include/netrose/rose.h:83: error: expected specifier-qualifier-list 
before ‘ax25_address’
/usr/include/netrose/rose.h:92: error: expected specifier-qualifier-list 
before ‘ax25_address’
/usr/include/netrose/rose.h:107: error: expected 
specifier-qualifier-list before ‘ax25_address’
../include/fbb_serv.h:50:27: error: netax25/axlib.h: No such file or 
directory
make: *** [arbre.o] Error 1
misko@client:/usr/local/src/ax25/fbbsrc.705c9/src$

... and for X11 ...

misko@client:/usr/local/src/ax25/fbbsrc.705c9/src/X11$ sudo make
gcc -Wall -Wstrict-prototypes -O2 -g -funsigned-char  -D__LINUX__ 
-DPROTOTYPES -I../../include -I/usr/X11R6/LessTif/Motif2.0/include 
-I/usr/X11R6/include  -I/usr/local/include/netax25   -c -o xfbbabtd.o 
xfbbabtd.c
In file included from ../../include/serv.h:97,
                  from xfbbabtd.c:27:
../../include/fbb_serv.h:47:26: error: netax25/ax25.h: No such file or 
directory
In file included from ../../include/fbb_serv.h:48,
                  from ../../include/serv.h:97,
                  from xfbbabtd.c:27:
/usr/include/netrom/netrom.h:44: error: expected 
specifier-qualifier-list before ‘ax25_address’
In file included from ../../include/fbb_serv.h:49,
                  from ../../include/serv.h:97,
                  from xfbbabtd.c:27:
/usr/include/netrose/rose.h:74: error: expected specifier-qualifier-list 
before ‘ax25_address’
/usr/include/netrose/rose.h:83: error: expected specifier-qualifier-list 
before ‘ax25_address’
/usr/include/netrose/rose.h:92: error: expected specifier-qualifier-list 
before ‘ax25_address’
/usr/include/netrose/rose.h:107: error: expected 
specifier-qualifier-list before ‘ax25_address’
../../include/fbb_serv.h:50:27: error: netax25/axlib.h: No such file or 
directory
make: *** [xfbbabtd.o] Error 1
misko@client:/usr/local/src/ax25/fbbsrc.705c9/src/X11$

Any suggestion to check for something that might be missing? Btw, I 
noticed that related Makefile files have both AX25INCPATH = 
/usr/local/include/netax25 but I do not see ../netax25 folder there (or 
anywhere else).

Regards,

Misko YT7MPB

--
To unsubscribe from this list: send the line "unsubscribe linux-hams" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

             reply	other threads:[~2011-10-02 15:41 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-10-02 15:41 Miroslav Skoric [this message]
  -- strict thread matches above, loose matches on Subject: below --
2011-10-11  8:18 Compiling FBB f6bvp
2011-10-14 22:10 ` Miroslav Skoric
2011-10-14 22:20   ` Dave Platt
2011-10-15  7:55   ` Bernard, f6bvp
2011-10-15 10:00     ` Marc Coevoet
2011-10-17 11:25       ` Bernard, f6bvp
2011-10-21  4:02     ` David Ranch
2011-10-21 10:15       ` Bernard, f6bvp
2011-10-21 17:11         ` Lee Woldanski
2011-10-21 12:04       ` Thomas Osterried
2011-11-08 20:05         ` Patrick Ouellette
2011-11-08 20:12           ` Thomas Osterried
2011-11-08 21:22           ` Ralf Baechle DL5RB
2011-11-08 21:39           ` Bill Vodall
2011-11-08 22:09             ` Patrick Ouellette
2011-11-09  1:22           ` David Ranch
2011-11-09  7:09             ` Marc Coevoet
2011-11-09  9:31             ` Thomas Osterried
2011-11-09  9:36             ` Marco Di Martino (IW2OHX)
2011-11-09  9:14 Tomi Manninen

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=4E88860E.3030908@eunet.rs \
    --to=skoric@eunet.rs \
    --cc=linux-hams@vger.kernel.org \
    /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.