Has anyone succeded in compiling Freeamp 4.5 with STLport 4.5 on Win32 with VC6 SP5,
as the STL from www.sirius.com/~ouchida is not available.
 
I have installed STLport without iostream lib, as described in the INSTALL file of STLport,
inserted the \stlport directory in the compiler's includes before VC6 includes, uncommented
the pertinent #define in stl_user_config.h but there is
a mismatch of some sort between VC6 iostream and STLport Iostream:
 
Compiling...
vorbislmc.cpp
f:\stlport-4.5\stlport\using\iosfwd(25) : error C2874: using-declaration causes a multiple declaration of 'ios'
        f:\program files\microsoft visual studio\vc98\include\iosfwd(254) : see declaration of 'ios'
...
 
If I don't use STLport, VC6 doesn't know about the min max fonctions...
 
Thanks for the help,
 
Tienduc
 
 

Reply via email to