Re: [hlcoders] help with ../dlls/./entityoutput.h:126: error: 'Vector' is not a template type

2005-07-14 Thread Jeff Fearn
On 7/14/05, Ben Davison <[EMAIL PROTECTED]> wrote: > -- > [ Picked text/plain from multipart/alternative ] > If I could kiss you I would ;) Ben had better be short for Benita! ;) Jeff ___ To unsubscribe, edit your list preferences, or view the list arc

Re: [hlcoders] help with ../dlls/./entityoutput.h:126: error: 'Vector' is not a template type

2005-07-14 Thread Ben Davison
-- [ Picked text/plain from multipart/alternative ] If I could kiss you I would ;) On 7/14/05, Jeff Fearn <[EMAIL PROTECTED]> wrote: > > On 7/14/05, Ben Davison <[EMAIL PROTECTED]> wrote: > > -- > > [ Picked text/plain from multipart/alternative ] > > I wish there was an easy way to install that X

Re: [hlcoders] help with ../dlls/./entityoutput.h:126: error: 'Vector' is not a template type

2005-07-14 Thread Jeff Fearn
On 7/14/05, Ben Davison <[EMAIL PROTECTED]> wrote: > -- > [ Picked text/plain from multipart/alternative ] > I wish there was an easy way to install that XML parser, I'm a god damn > linux nub. I'm loosing track of who is who here ... are you using Fedora? Googling for '"XML Parser" rpm' first lin

Re: [hlcoders] help with ../dlls/./entityoutput.h:126: error: 'Vector' is not a template type

2005-07-14 Thread Ben Davison
-- [ Picked text/plain from multipart/alternative ] I wish there was an easy way to install that XML parser, I'm a god damn linux nub. Does anybody know another distrubution that dosent need 4 discs to install, which can build source? On 7/14/05, Michael A. Hobson <[EMAIL PROTECTED]> wrote: > > Z

Re: [hlcoders] help with ../dlls/./entityoutput.h:126: error: 'Vector' is not a template type

2005-07-14 Thread Michael A. Hobson
Zack: In order to get the right version of GCC as well as everything it depends upon, it's easier for him to just install an older Fedora Core. I'm pretty sure he set up Fedora Core 4 just for building Source on Linux, so it's not like he's going to lose anything but a little time. At 02:23 AM

Re: [hlcoders] help with ../dlls/./entityoutput.h:126: error: 'Vector' is not a template type

2005-07-14 Thread Zach Brockway
er...I realized you probably realized that. Don't mind me, I'm really tired. On 7/14/05, Zach Brockway <[EMAIL PROTECTED]> wrote: > He meant GCC, not your entire distro. > > On 7/13/05, Nick <[EMAIL PROTECTED]> wrote: > > On 7/13/05, Alfred Reynolds <[EMAIL PROTECTED]> wrote: > > > 4.0 has not bee

Re: [hlcoders] help with ../dlls/./entityoutput.h:126: error: 'Vector' is not a template type

2005-07-14 Thread Zach Brockway
He meant GCC, not your entire distro. On 7/13/05, Nick <[EMAIL PROTECTED]> wrote: > On 7/13/05, Alfred Reynolds <[EMAIL PROTECTED]> wrote: > > 4.0 has not been tested, you should use the 3.4.x series. > > > > - Alfred > > > > - > > i will try to install fedora core 3 tonight and see how that works

Re: [hlcoders] help with ../dlls/./entityoutput.h:126: error: 'Vector' is not a template type

2005-07-13 Thread Nick
On 7/13/05, Alfred Reynolds <[EMAIL PROTECTED]> wrote: > 4.0 has not been tested, you should use the 3.4.x series. > > - Alfred > > - i will try to install fedora core 3 tonight and see how that works ___ To unsubscribe, edit your list preferences, or v

RE: [hlcoders] help with ../dlls/./entityoutput.h:126: error: 'Vector' is not a template type

2005-07-13 Thread Alfred Reynolds
:126: error: 'Vector' is not a template type > On 7/13/05, Alfred Reynolds <[EMAIL PROTECTED]> wrote: > > Make sure you are using GCC 3.4.1 or above. > > > > - Alfred > > > > I'm using fedora core 4, with gcc 4.0? does that count or do i nee

Re: [hlcoders] help with ../dlls/./entityoutput.h:126: error: 'Vector' is not a template type

2005-07-13 Thread Nick
On 7/13/05, Alfred Reynolds <[EMAIL PROTECTED]> wrote: > Make sure you are using GCC 3.4.1 or above. > > - Alfred > I'm using fedora core 4, with gcc 4.0? does that count or do i need to downgrade to 3.4, or give gcc 4.0 some special compile options __

RE: [hlcoders] help with ../dlls/./entityoutput.h:126: error: 'Vector' is not a template type

2005-07-12 Thread Alfred Reynolds
Make sure you are using GCC 3.4.1 or above. - Alfred Original Message From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Nick Sent: Tuesday, July 12, 2005 10:41 PM To: hlcoders@list.valvesoftware.com Subject: [hlcoders] help with ../dlls/./entityoutput.h:126: error: 'V

[hlcoders] help with ../dlls/./entityoutput.h:126: error: ‘Vector’ is not a template type

2005-07-12 Thread Nick
$ make if [ -z "/usr/bin/gcc" ]; then echo "Compiler not defined."; exit; fi if [ ! -d . ];then mkdir .;fi cd . if [ ! -f "tier0_i486.so" ]; then ln -s /home/nick/valve/hl2mp/bin/tier0_i486.so .; fi if [ ! -f "vstdlib_i486.so" ]; then ln -s /home/nick/valve/hl2mp/bin/vstdlib_i486.so .; fi ./vcpm ..