Enemy Territory

2003-11-09 Thread James Jacobsen
I am tring to run Enemy Territory using linux emulation, and the program fails telling my it can't find libGL.so.1. I believe I need the linux version of this library, but I don't know where to get it. Any help would be great. --James ET 2.56 linux-i386 Sep 10 2003 - FS_Startup -

Re: Enemy Territory

2003-11-09 Thread James Jacobsen
I installed linux_dri and that did the trick. The game runs badly, I get horrible lag, but I think it my be the network. My X server also has problems at resolution at 1024x768, it tends to freze up the whole system, well at least the terminals. And when using dri, the X server can only

Re: Help programming printer

2003-11-09 Thread James Jacobsen
You may need to convert the output before printing it, also you may make the program able to use lpr. Just a thought. --James On 11/09/03 12:53:01, [EMAIL PROTECTED] wrote: I am trying to port an old MS-DOS program and I have run into a stumbling block. The Mess Dos program wrote directly

Re: Having trouble with buildworld

2003-10-06 Thread James Jacobsen
ports/portuguese ports/russian ports/ukrainian ports/vietnamese - On 10/06/03 02:50:38, Matthew Seaman wrote: On Sun, Oct 05, 2003 at 03:51:12PM -0700, James Jacobsen wrote: Here is the /etc/make.conf. # -- use.perl generated deltas -- # # Created: Tue

Having trouble with buildworld

2003-10-05 Thread James Jacobsen
make buildworld fails with make claiming that it doesn't know how to make freebsd.mc. I am not sure what is wrong. I have tried building on a clean source tree, and I have deleted /usr/obj. I have read the relivent sections of the handbook. I am running version 5.1 on a p3, and I got the

Re: Having trouble with buildworld

2003-10-05 Thread James Jacobsen
: James Jacobsen wrote: make buildworld fails with make claiming that it doesn't know how to make freebsd.mc. I am not sure what is wrong. I have tried building on a clean source tree, and I have deleted / usr/obj. I have read the relivent sections of the handbook. I am running version 5.1

Re: malloc() behavior (was: Pointer please)

2003-10-05 Thread James Jacobsen
It does not matter what freebsd does, C does not require that malloc initialize space according to Kernighan and Ritchie. Its a good book, I would say its worth the forty dollars. --Will On 10/05/03 20:32:00, Dan Nelson wrote: In the last episode (Oct 05), Robert Huff said: Dan Nelson

Re: malloc() behavior (was: Pointer please)

2003-10-05 Thread James Jacobsen
wrote: James Jacobsen writes: It does not matter what freebsd does, C does not require that malloc initialize space according to Kernighan and Ritchie. I knew that, and agree depending on a particular behavior is bad programming practice. That said, there's a lot of bad programmers out

Re: malloc() behavior (was: Pointer please)

2003-10-05 Thread James Jacobsen
Man, I need to learn to spell. :) --James On 10/05/03 22:20:42, James Jacobsen wrote: What's really bad, is that freebsd could potentally change there behavor down the line. Its probably dictated by the way kernel dezined, meaning they may do whats the cheapist. I would. If they do its

Re: malloc() behavior (was: Pointer please)

2003-10-05 Thread James Jacobsen
You learn something new every day(probably not how to spell). I'm not a very experienced programmer. I actual did not know about those debugging tools. Thanks. :) --James On 10/05/03 22:31:09, Dan Nelson wrote: In the last episode (Oct 05), James Jacobsen said: On 10/05/03 21:42:23