Re: [Quickfix-users] Compile errors on Linux
Brought to you by:
orenmnero
From: Mark T. K. <mke...@di...> - 2008-08-01 14:21:43
|
Paul Check wrote: > QuickFIX Documentation: http://www.quickfixengine.org/quickfix/doc/html/index.html > QuickFIX Support: http://www.quickfixengine.org/services.html > >> Hi: I have a fully updated Debian box with gcc/g++ 4.3.1-2 and I´m having >> compile errors on the cvs as well and prod version of QuickFIX. The error >> is "strcpy is not a member of std" and happens almost immediately on cvs >> version. The box is x86 SMP (Xeon). Any help? Thanks, Paul > > Hi: I did not receive any ideas, so perhaps I could rephrase my questio^n: > For people using Linux, what distro and version of the compilers do you > use? Despite my reading through the dependencies and making sure all > software (other than sstream) is installed, I cannot get QF to compile. I > solved the problem above by including <cstring> in one of the .cpp files, > but then I simply ran into another compile error a few steps later. > > Any help much appreciated. PC > > > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's challenge > Build the coolest Linux based applications with Moblin SDK & win great prizes > Grand prize is a trip for two to an Open Source event anywhere in the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ no problems building on the following three fedora core releases: FC4: gcc-c++-4.0.2-8 FC5: gcc-c++-4.1.1-1 FC8: gcc-c++-4.1.2-33 /mark |