Re: compiling!

2002-02-19 Thread Michael Anthony Astrauckas
To: '[EMAIL PROTECTED]' Sent: Tuesday, February 19, 2002 12:13 AM Subject: RE: compiling! I am not sure but you probably have to specify in the Tools/Options/Directories/Include folders of Msdev where you installed/unziped the sgi stl for msdev to find what it needs.  

RE: compiling!

2002-02-18 Thread Sylvain Rebaud
I am not sure but you probably have to specify in the Tools/Options/Directories/Include folders of Msdev where you installed/unziped the sgi stl for msdev to find what it needs.   -s -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Michael Anth

RE: Compiling B5 on Linux

1999-12-13 Thread Michael Rich
> In the / directory? No, that's not what execute permissions > mean. Try this: > > # ls -l configure Thanks for the explanation, i know what to look for now, so hopefully I can give things a test tonight. > > Anyhow, i can't get my builtin sound to work anyhow so it > doesn't really > > matt

Re: Compiling B5 on Linux

1999-12-13 Thread Scott Haug
On Mon, Dec 13, 1999 at 02:41:21PM -0500, Michael Rich wrote: > > On many linux machines the current directory is not part of > > the path for > > security reasons. So you might have to use > > > > # ./configure > > > > so it knows where to find "configure". > > That's what I've been doing (didn

Re: Compiling B5 on Linux

1999-12-13 Thread Mark B. Elrod
I might be misunderstanding your question but no congigure does not have to be in the / (root) directory. the command ./configure means look in the current directory for configure. elrod Michael Rich wrote: > I got a response from the redhat-axp list to verify the configure command is > marked

RE: Compiling B5 on Linux

1999-12-13 Thread Michael Rich
> On many linux machines the current directory is not part of > the path for > security reasons. So you might have to use > > # ./configure > > so it knows where to find "configure". That's what I've been doing (didn't understand exactly why, but i'd always seen it typed that way), but it still

RE: Compiling B5 on Linux

1999-12-13 Thread Man Chi Ly
On Mon, 13 Dec 1999, Michael Rich wrote: > > Download the latest .tar.gz or a beta release, then: > > > > # tar -xzf > > # cd freeamp > > # configure > > # make > > # freeamp > > > > and to install: > > > > # make install > > Ok, i'll give this a shot. I almost wiped AlphaLinux off the box y

Re: Compiling B5 on Linux

1999-12-13 Thread Scott Haug
On Mon, Dec 13, 1999 at 02:00:08PM -0500, Michael Rich wrote: > > Download the latest .tar.gz or a beta release, then: > > > > # tar -xzf > > # cd freeamp > > # configure > > # make > > # freeamp > > > > and to install: > > > > # make install > > Ok, i'll give this a shot. I almost wiped AlphaL

RE: Compiling B5 on Linux

1999-12-13 Thread Michael Rich
> Download the latest .tar.gz or a beta release, then: > > # tar -xzf > # cd freeamp > # configure > # make > # freeamp > > and to install: > > # make install Ok, i'll give this a shot. I almost wiped AlphaLinux off the box yesterday to install OpenVMS because i was getting so pissed, so I'll g

Re: Compiling B5 on Linux

1999-12-13 Thread Mayhem & Chaos Coordinator
Download the latest .tar.gz or a beta release, then: # tar -xzf # cd freeamp # configure # make # freeamp and to install: # make install --ruaok Freezerburn! All else is only icing. -- Soul Coughing Robert Kaye -- [EMAIL PROTECTED] http://moon.eorbit.net/~robert - Original Mess

Re: Compiling (win32/vc++5) without directx

1999-11-22 Thread Damian Stewart
> > Is this possible? > > Yes it is. Just don't compile Directsound output plugin. > It's really not important -- it's just additional output plugin. Probably you > don't even want to _use_ it... ;) Oh. Course. :) What I'm trying to do is make an open source dj-type programme (like visiosoni

Re: Compiling (win32/vc++5) without directx

1999-11-21 Thread Valters Vingolds
On Wed, 17 Nov 1999, Damian Stewart wrote: > Is this possible? Yes it is. Just don't compile Directsound output plugin. It's really not important -- it's just additional output plugin. Probably you don't even want to _use_ it... ;) -- Valters "WaTT" Vingolds _

RE: Compiling (win32/vc++5) without directx

1999-11-20 Thread Myconid Systems
If you need the DX6/7 SDK email me and ill burn it a cd for you if you would like.. Stan Brinkerhoff Pseudo Developer [EMAIL PROTECTED] -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Damian Stewart Sent: Wednesday, November 17, 1999 12:13 AM To: [EMAI

Re: Compiling...

1999-09-05 Thread Mark B. Elrod
mpiling... > dsoundcardpmo.cpp > C:\devel\test\freeamp\io\dsound\win32\src\dsoundcardpmo.cpp(260) : error > C2065: 'DSBVOLUME_MIN' : undeclared identifier > C:\devel\test\freeamp\io\dsound\win32\src\dsoundcardpmo.cpp(260) : error > C2065: 'DSBVOLUME_MAX' : undeclare

RE: Compiling...

1999-09-05 Thread Stan \"Myconid\" Brinkerhoff
To: [EMAIL PROTECTED] Subject: Re: Compiling... i just downloaded the file and checked it out and it compiles fine on my machine. are you sure that you have nasm installed correctly? cdctasm.asm is the first asm fileit encounters so it must be barfing on it. right click on the xing files in the p

Re: Compiling...

1999-09-05 Thread Mark B. Elrod
i just downloaded the file and checked it out and it compiles fine on my machine. are you sure that you have nasm installed correctly? cdctasm.asm is the first asm fileit encounters so it must be barfing on it. right click on the xing files in the project workspace and choose to build. you should