Re: compilation problems with some code from Linux

2006-12-16 Thread Andrew Falanga
On 12/8/06, Lane <[EMAIL PROTECTED]> wrote: On Friday 08 December 2006 11:21, Andrew Falanga wrote: > Hi, > > I'm trying to port some code from Linux to FreeBSD and I've got an issue > that revolves around something I've never dealt with before. The code > includes the following header: > > #in

Re: compilation problems with some code from Linux

2006-12-08 Thread Giorgos Keramidas
On 2006-12-08 10:21, Andrew Falanga <[EMAIL PROTECTED]> wrote: > Hi, > > I'm trying to port some code from Linux to FreeBSD and I've got > an issue that revolves around something I've never dealt with > before. The code includes the following header: > > #include > > Apparently, program is attemp

Re: compilation problems with some code from Linux

2006-12-08 Thread Lane
On Friday 08 December 2006 11:21, Andrew Falanga wrote: > Hi, > > I'm trying to port some code from Linux to FreeBSD and I've got an issue > that revolves around something I've never dealt with before. The code > includes the following header: > > #include > > Apparently, program is attempting to

compilation problems with some code from Linux

2006-12-08 Thread Andrew Falanga
Hi, I'm trying to port some code from Linux to FreeBSD and I've got an issue that revolves around something I've never dealt with before. The code includes the following header: #include Apparently, program is attempting to make use of the xucred structure defined in there, because the rest o

Re: Compilation problems...

2004-04-07 Thread Kris Kennaway
On Wed, Apr 07, 2004 at 08:42:19AM -0500, Eric De la Cruz Lugo wrote: > > HI All, am having problems compiling a code, this is the output from the make: > > terra# make > make all-recursive > Making all in src > if g++ -I. -I. -I.. -O6 -I/usr/include/bhpos -I'/usr/local/include/ > m

Compilation problems...

2004-04-07 Thread Eric De la Cruz Lugo
HI All, am having problems compiling a code, this is the output from the make: terra# make make all-recursive Making all in src if g++ -I. -I. -I.. -O6 -I/usr/include/bhpos -I'/usr/local/include/ mysql' -g -O2 -MT servmsg.o -MD -MP -MF ".deps/servmsg.Tpo" -c -o servmsg.o `test -f

Compilation problems...

2004-04-07 Thread Eric De la Cruz Lugo
Hi All, am having problems compiling a code, here is the output from make: terra# make make all-recursive Making all in src if g++ -I. -I. -I.. -O6 -I/usr/include/bhpos -I'/usr/local/include/ mysql' -g -O2 -MT servmsg.o -MD -MP -MF ".deps/servmsg.Tpo" -c -o servmsg.o `test -f 'ser

No sound (was Re: kernel compilation problems - 5.1 (long) )

2004-02-13 Thread Tadimeti Keshav
Hello all Thanks Mike and Peter. I have been able to successfully compile the new kernel & install it. BUT, though I compiled with: device pcm #TK: for sound blaster pro 16. I get no sound. (I tried to play an audio file with amp). The sound card is a SOUND BLASTER PRO 16 Compatible. Here

Re: kernel compilation problems - 5.1 (long)

2004-02-12 Thread Peter Risdon
Tadimeti Keshav wrote: hi all, I am having problems compiling my kernel. Your immediate problem is a common one. Your kernel config includes the line: device umass # Disks/Mass storage - Requires scbus and da But scbus and da are commented out. Uncomment them, and compile. PWR.

re: kernel compilation problems - 5.1 (long)

2004-02-12 Thread Mike Bowie
-- snip -- >> umass.o: In function `umass_cam_quirk_cb': >> umass.o(.text+0x23eb): undefined reference to >> `xpt_done' >> *** Error code 1 >> >> Stop in /usr/src/sys/i386/compile/CUSTOM. -- snip -- >> # SCSI peripherals >> #device& nbsp; scbus

kernel compilation problems - 5.1 (long)

2004-02-12 Thread Tadimeti Keshav
hi all, I am having problems compiling my kernel. FreeBSD 5.1 Intel Pentium 200 MMX. 64MB ram. Digital PC 5000. I am having problems while linking the objects (.o files). Why is it compiling for PentiumPRO? I am attaching the kernel config file. Sorry if I have sent it to the wrong list. I appr

Re: Fwd: Newbie Right of Passage -- Kernel Compilation Problems :-)

2003-07-04 Thread Lowell Gilbert
Kris Kerwin <[EMAIL PROTECTED]> writes: > I have forwarded a message that's about two weeks old from the -newbies list. > As you'll see, the problem is related to kernel compilation. The way to track down this kind of problem is to start with a known-working configuration, like GENERIC, and the

RE: Newbie Right of Passage -- Kernel Compilation Problems :-)

2003-07-03 Thread Derrick Ryalls
uch file or directory > mkdep: compile failed Do you have device pcm in your kernel? I think that was the solution for me with that error > > Clearly, this smacks of problems with the isa driver. > > Again, thanks for your help. > > Kris Kerwin > > > --

Fwd: Newbie Right of Passage -- Kernel Compilation Problems :-)

2003-07-03 Thread Kris Kerwin
ge -- Subject: Newbie Right of Passage -- Kernel Compilation Problems :-) Date: Tuesday 17 June 2003 10:56 pm From: Kris Kerwin <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Hello all, This might be more of a question for the freebsd-questions mailing list, but, knowing my luck, I pr