I apology for a such newbee's question but there is some points in the config-pd-msvc.txt that I do not understand :
I have fill the path:
# where is PD?
# where should flext libraries be built?
and comment out : # where is MS VC++? # where is the pthreads package? # where is the SndObj directory? #SNDOBJ=f:\prog\audio\sndobj # where is the STK include directory? # where should flext libraries be installed?
I do not understand the following lines and it should be a problem because I use MSVC6, by default I also put it in comment. # user-definable compiler flags # e.g. FLEXT_USE_SIMD enables SIMD support for capable CPUs (for MSVC6, you need the Processor Pack) #UFLAGS=/DFLEXT_USE_SIMD /G6 /arch:SSE
Actually when I run "build-pd-msvc.bat" a folder "s" is create in the specifiied folder it is empty and I obtain this text in cmd:
C:\gabriel\flext>C:\gabriel\flext\build-pd-msvc.bat
--- Building flext with MS Visual C++ ---
C:\gabriel\flext>nmake -f makefile.pd-msvc clean
Microsoft (R) Program Maintenance Utility Version 6.00.8168.0
Copyright (C) Microsoft Corp 1988-1998. All rights reserved.
nmake /f make-inc.pd-msvc clean
Microsoft (R) Program Maintenance Utility Version 6.00.8168.0
Copyright (C) Microsoft Corp 1988-1998. All rights reserved.
cd c:\gabriel\flext\lib
del /s /q s > nul
rmdir s
cd ..
del /q c:\gabriel\flext\lib\flext-pdwin.lib > nul
Could Not Find c:\gabriel\flext\lib\flext-pdwin.lib
rmdir c:\gabriel\flext\lib
C:\gabriel\flext>nmake -f makefile.pd-msvc
Microsoft (R) Program Maintenance Utility Version 6.00.8168.0
Copyright (C) Microsoft Corp 1988-1998. All rights reserved.
nmake /f make-inc.pd-msvc NAME=flext
Microsoft (R) Program Maintenance Utility Version 6.00.8168.0
Copyright (C) Microsoft Corp 1988-1998. All rights reserved.
cl /c /GX /GD /Ox /ML /DFLEXT_SYS=2
/Ic:\pds\Pd_ch_20040227\bin\src /Is
ource /Foc:\gabriel\flext\lib\s\flbase.obj source\flbase.cpp
Microsoft (R) 32-bit C/C++ Optimizing Compiler Version
12.00.8168 for
80x86
Copyright (C) Microsoft Corp 1984-1998. All rights reserved.
flbase.cpp
source\flstdc.h(55) : fatal error C1083: Cannot open include file:
'm_pd.h': No
such file or directory
NMAKE : fatal error U1077: 'cl' : return code '0x2'
Stop.
NMAKE : fatal error U1077:
'D:\PROGRA~1\MICROS~2\VC98\BIN\NMAKE.EXE' :
return co
de '0x2'
Stop.
Thank you for your help