RE: How to compile linux apps?

2005-02-06 Thread Ted Mittelstaedt
Brian, This package does some unportable stuff, one of the biggies is making assumptions about the system getopt. Your going to have to make some mods to it and no guarentees it will work even once you get it installed. Let us know, though. Anyway here's the list: 1) CD to /usr/ports/devel/

Re: How to compile linux apps?

2005-02-05 Thread Michael C. Shultz
On Saturday 05 February 2005 10:24 pm, Brian John wrote: > Michael C. Shultz wrote: > >On Saturday 05 February 2005 10:00 pm, Brian John wrote: > >>Hello, I'm trying to compile the 'allin1' dockapp for fluxbox. > >> When I type 'make', I get the following errors: > >>n# make > >>gcc -ggdb -Wall -O

Re: How to compile linux apps?

2005-02-05 Thread Brian John
Michael C. Shultz wrote: On Saturday 05 February 2005 10:00 pm, Brian John wrote: Hello, I'm trying to compile the 'allin1' dockapp for fluxbox. When I type 'make', I get the following errors: n# make gcc -ggdb -Wall -O2 -c allin1.c allin1.c:32:22: X11/Xlib.h: No such file or directory In file

Re: How to compile linux apps?

2005-02-05 Thread Michael C. Shultz
On Saturday 05 February 2005 10:00 pm, Brian John wrote: > Hello, I'm trying to compile the 'allin1' dockapp for fluxbox. When > I type 'make', I get the following errors: > n# make > gcc -ggdb -Wall -O2 -c allin1.c > allin1.c:32:22: X11/Xlib.h: No such file or directory > In file included from al

Re: How to compile linux apps?

2005-02-05 Thread Michael C. Shultz
On Saturday 05 February 2005 10:00 pm, Brian John wrote: > Hello, I'm trying to compile the 'allin1' dockapp for fluxbox. When > I type 'make', I get the following errors: > n# make > gcc -ggdb -Wall -O2 -c allin1.c > allin1.c:32:22: X11/Xlib.h: No such file or directory > In file included from al

Re: How to compile linux apps?

2005-02-05 Thread Chris
Brian John wrote: Hello, I'm trying to compile the 'allin1' dockapp for fluxbox. When I type 'make', I get the following errors: n# make gcc -ggdb -Wall -O2 -c allin1.c allin1.c:32:22: X11/Xlib.h: No such file or directory In file included from allin1.c:34: dockhelper.h:86: error: syntax error