Helloe!
after changing some information in the config files, the compiling works more and more finally. :-/ but at this step, i don't know what to do...
do i have to change the header files?
why i'm doing this? i want to create an external.. i read so much about this, but i really don't know what to do first before continue with the steps explaines in the how-to of johannes m zmölling. i'm going bananas...
here's the post of my cmd:
C:\Programme\PureData\flext>build pd mingw
mingw32-make -f C:/Programme/PureData/flext/buildsys/gnumake-sub.mak PLATFORM=win RTSYS=pd COMPILER=mingw BUILDPATH=C:/Programme/PureData/flext/buildsys/ PKGINFO=package.txt BUILDCLASS=flext USRCONFIG
=config.txt USRMAKE=build/gnumake-win-mingw.inc TARGETMODE=release TARGETTYPE=single _build_
mingw32-make[1]: Entering directory C:/Programme/PureData/flext' mkdir pd-mingw mkdir pd-mingw\release-single g++ -c -DNDEBUG -D_WIN32_WINNT=0x500 -mms-bitfields -DFLEXT_USE_SIMD -DFLEXT_EXPORTS -DFLEXT_SYS=2 -I"C:/Programme/PureData"/src source/flbase.cpp -o pd-mingw\release-single\flbase.opp g++ -c -DNDEBUG -D_WIN32_WINNT=0x500 -mms-bitfields -DFLEXT_USE_SIMD -DFLEXT_EXPORTS -DFLEXT_SYS=2 -I"C:/Programme/PureData"/src source/flext.cpp -o pd-mingw\release-single\flext.opp g++ -c -DNDEBUG -D_WIN32_WINNT=0x500 -mms-bitfields -DFLEXT_USE_SIMD -DFLEXT_EXPORTS -DFLEXT_SYS=2 -I"C:/Programme/PureData"/src source/flbuf.cpp -o pd-mingw\release-single\flbuf.opp g++ -c -DNDEBUG -D_WIN32_WINNT=0x500 -mms-bitfields -DFLEXT_USE_SIMD -DFLEXT_EXPORTS -DFLEXT_SYS=2 -I"C:/Programme/PureData"/src source/fldsp.cpp -o pd-mingw\release-single\fldsp.opp g++ -c -DNDEBUG -D_WIN32_WINNT=0x500 -mms-bitfields -DFLEXT_USE_SIMD -DFLEXT_EXPORTS -DFLEXT_SYS=2 -I"C:/Programme/PureData"/src source/fllib.cpp -o pd-mingw\release-single\fllib.opp g++ -c -DNDEBUG -D_WIN32_WINNT=0x500 -mms-bitfields -DFLEXT_USE_SIMD -DFLEXT_EXPORTS -DFLEXT_SYS=2 -I"C:/Programme/PureData"/src source/flxlet.cpp -o pd-mingw\release-single\flxlet.opp g++ -c -DNDEBUG -D_WIN32_WINNT=0x500 -mms-bitfields -DFLEXT_USE_SIMD -DFLEXT_EXPORTS -DFLEXT_SYS=2 -I"C:/Programme/PureData"/src source/flattr.cpp -o pd-mingw\release-single\flattr.opp g++ -c -DNDEBUG -D_WIN32_WINNT=0x500 -mms-bitfields -DFLEXT_USE_SIMD -DFLEXT_EXPORTS -DFLEXT_SYS=2 -I"C:/Programme/PureData"/src source/flattr_ed.cpp -o pd-mingw\release-single\flattr_ed.opp In file included from source/flattr_ed.cpp:32: C:/Programme/PureData/src/m_imp.h:48: 't_savefn' is used as a type, but is not defined as a type. C:/Programme/PureData/src/m_imp.h:49: 't_propertiesfn' is used as a type, butis not defined as a type. mingw32-make[1]: *** [pd-mingw\release-single/flattr_ed.opp] Error 1 mingw32-make[1]: Leaving directory
C:/Programme/PureData/flext'
mingw32-make: *** [build-release-single] Error 2