danomatika / ofxPd

(maintained) a Pure Data addon for OpenFrameworks using libpd
Other
202 stars 45 forks source link

[question] there's any way to avoid libPd compile build for Windows / VS 2017? #77

Closed moebiussurfing closed 4 years ago

moebiussurfing commented 4 years ago

hey @danomatika , Thanks for your job here. I used ofxPd on macOS previously without problems.

Now I want to use ofxPd on Windows but it's being hard for me to follow the instructions and build the required dll.

So, can we found this compiled dll ready to use in some release tag in ofxPd or maybe libpd/libPd (https://github.com/libpd/libpd)? Or we must and can't avoid following the readme steps?

Can you share the compiled dll link in some way?

I have installed MinGW Installation Manager but I am stuck...

Capture

danomatika commented 4 years ago

Use Msys2 which is a much more complete Unix-style shell, then install MinGW within it.

I don't host dlls as I don't have a Windows machine and I don't have time for a build farm, etc. I try to make things as cross-platform as I can, but I don't always test the details.

danomatika commented 4 years ago

I have installed MinGW Installation Manager but I am stuck...

You don't need that. You can install the packages as listed here:

# 32 bit
pacman -S mingw-w64-i686-toolchain mingw-w64-i686-clang make

# 64 bit
pacman -S mingw-w64-x86_64-toolchain mingw-w64-x86_64-clang make

Then cd to libpd directory and run make.

moebiussurfing commented 4 years ago

Thanks for your fast reply. ok. I run C:\msys64\msys2.exe I am getting this

$ make /bin/sh: gcc: command not found /bin/sh: gcc: command not found gcc -DPD -DHAVE_UNISTD_H -DUSEAPI_DUMMY -I./pure-data/src -I./libpd_wrapper -I./libpd_wrapper/util -DWINVER=0x502 -DWIN32 -D_WIN32 -DPD_INTERNAL -I"/include" -I"/include/win32" -O3 -c -o pure-data/src/d_arithmetic.o pure-data/src/d_arithmetic.c /bin/sh: gcc: command not found make: *** [: pure-data/src/d_arithmetic.o] Error 127

any idea?

myuser@DESKTOP MSYS /c/Users/myuser/Documents/libpd/libpd
$ pacman -S mingw-w64-x86_64-toolchain mingw-w64-x86_64-clang make
:: There are 17 members in group mingw-w64-x86_64-toolchain:
:: Repository mingw64
   1) mingw-w64-x86_64-binutils  2) mingw-w64-x86_64-crt-git  3) mingw-w64-x86_64-gcc  4) mingw-w64-x86_64-gcc-ada  5) mingw-w64-x86_64-gcc-fortran  6) mingw-w64-x86_64-gcc-libgfortran  7) mingw-w64-x86_64-gcc-libs  8) mingw-w64-x86_64-gcc-objc  9) mingw-w64-x86_64-gdb
   10) mingw-w64-x86_64-headers-git  11) mingw-w64-x86_64-libmangle-git  12) mingw-w64-x86_64-libwinpthread-git  13) mingw-w64-x86_64-make  14) mingw-w64-x86_64-pkg-config  15) mingw-w64-x86_64-tools-git  16) mingw-w64-x86_64-winpthreads-git
   17) mingw-w64-x86_64-winstorecompat-git

Enter a selection (default=all):
warning: mingw-w64-x86_64-binutils-2.34-1 is up to date -- reinstalling
warning: mingw-w64-x86_64-crt-git-8.0.0.5685.ef310786-1 is up to date -- reinstalling
warning: mingw-w64-x86_64-gcc-9.3.0-1 is up to date -- reinstalling
warning: mingw-w64-x86_64-gcc-ada-9.3.0-1 is up to date -- reinstalling
warning: mingw-w64-x86_64-gcc-fortran-9.3.0-1 is up to date -- reinstalling
warning: mingw-w64-x86_64-gcc-libgfortran-9.3.0-1 is up to date -- reinstalling
warning: mingw-w64-x86_64-gcc-libs-9.3.0-1 is up to date -- reinstalling
warning: mingw-w64-x86_64-gcc-objc-9.3.0-1 is up to date -- reinstalling
warning: mingw-w64-x86_64-gdb-9.1-3 is up to date -- reinstalling
warning: mingw-w64-x86_64-headers-git-8.0.0.5685.ef310786-1 is up to date -- reinstalling
warning: mingw-w64-x86_64-libmangle-git-8.0.0.5573.a4de8df4-1 is up to date -- reinstalling
warning: mingw-w64-x86_64-libwinpthread-git-8.0.0.5680.0df6b89f-1 is up to date -- reinstalling
warning: mingw-w64-x86_64-make-4.3-1 is up to date -- reinstalling
warning: mingw-w64-x86_64-pkg-config-0.29.2-1 is up to date -- reinstalling
warning: mingw-w64-x86_64-tools-git-8.0.0.5573.a4de8df4-1 is up to date -- reinstalling
warning: mingw-w64-x86_64-winpthreads-git-8.0.0.5680.0df6b89f-1 is up to date -- reinstalling
warning: mingw-w64-x86_64-winstorecompat-git-8.0.0.5573.a4de8df4-1 is up to date -- reinstalling
warning: mingw-w64-x86_64-clang-9.0.1-1 is up to date -- reinstalling
warning: make-4.3-1 is up to date -- reinstalling
resolving dependencies...
looking for conflicting packages...

Packages (19) make-4.3-1  mingw-w64-x86_64-binutils-2.34-1  mingw-w64-x86_64-clang-9.0.1-1  mingw-w64-x86_64-crt-git-8.0.0.5685.ef310786-1  mingw-w64-x86_64-gcc-9.3.0-1  mingw-w64-x86_64-gcc-ada-9.3.0-1  mingw-w64-x86_64-gcc-fortran-9.3.0-1
              mingw-w64-x86_64-gcc-libgfortran-9.3.0-1  mingw-w64-x86_64-gcc-libs-9.3.0-1  mingw-w64-x86_64-gcc-objc-9.3.0-1  mingw-w64-x86_64-gdb-9.1-3  mingw-w64-x86_64-headers-git-8.0.0.5685.ef310786-1  mingw-w64-x86_64-libmangle-git-8.0.0.5573.a4de8df4-1
              mingw-w64-x86_64-libwinpthread-git-8.0.0.5680.0df6b89f-1  mingw-w64-x86_64-make-4.3-1  mingw-w64-x86_64-pkg-config-0.29.2-1  mingw-w64-x86_64-tools-git-8.0.0.5573.a4de8df4-1  mingw-w64-x86_64-winpthreads-git-8.0.0.5680.0df6b89f-1
              mingw-w64-x86_64-winstorecompat-git-8.0.0.5573.a4de8df4-1

Total Installed Size:  881.72 MiB
Net Upgrade Size:        0.00 MiB

:: Proceed with installation? [Y/n]
(19/19) checking keys in keyring                                                                                                                                   [####################################################################################################] 100%
(19/19) checking package integrity                                                                                                                                 [####################################################################################################] 100%
(19/19) loading package files                                                                                                                                      [####################################################################################################] 100%
(19/19) checking for file conflicts                                                                                                                                [####################################################################################################] 100%
(19/19) checking available disk space                                                                                                                              [####################################################################################################] 100%
:: Processing package changes...
( 1/19) reinstalling mingw-w64-x86_64-binutils                                                                                                                     [####################################################################################################] 100%
( 2/19) reinstalling mingw-w64-x86_64-headers-git                                                                                                                  [####################################################################################################] 100%
( 3/19) reinstalling mingw-w64-x86_64-crt-git                                                                                                                      [####################################################################################################] 100%
( 4/19) reinstalling mingw-w64-x86_64-libwinpthread-git                                                                                                            [####################################################################################################] 100%
( 5/19) reinstalling mingw-w64-x86_64-gcc-libs                                                                                                                     [####################################################################################################] 100%
( 6/19) reinstalling mingw-w64-x86_64-winpthreads-git                                                                                                              [####################################################################################################] 100%
( 7/19) reinstalling mingw-w64-x86_64-gcc                                                                                                                          [####################################################################################################] 100%
( 8/19) reinstalling mingw-w64-x86_64-gcc-ada                                                                                                                      [####################################################################################################] 100%
( 9/19) reinstalling mingw-w64-x86_64-gcc-libgfortran                                                                                                              [####################################################################################################] 100%
(10/19) reinstalling mingw-w64-x86_64-gcc-fortran                                                                                                                  [####################################################################################################] 100%
(11/19) reinstalling mingw-w64-x86_64-gcc-objc                                                                                                                     [####################################################################################################] 100%
(12/19) reinstalling mingw-w64-x86_64-gdb                                                                                                                          [####################################################################################################] 100%
(13/19) reinstalling mingw-w64-x86_64-libmangle-git                                                                                                                [####################################################################################################] 100%
(14/19) reinstalling mingw-w64-x86_64-make                                                                                                                         [####################################################################################################] 100%
(15/19) reinstalling mingw-w64-x86_64-pkg-config                                                                                                                   [####################################################################################################] 100%
(16/19) reinstalling mingw-w64-x86_64-tools-git                                                                                                                    [####################################################################################################] 100%
(17/19) reinstalling mingw-w64-x86_64-winstorecompat-git                                                                                                           [####################################################################################################] 100%
(18/19) reinstalling mingw-w64-x86_64-clang                                                                                                                        [####################################################################################################] 100%
(19/19) reinstalling make                                                                                                                                          [####################################################################################################] 100%

myuser@DESKTOP MSYS /c/Users/myuser/Documents/libpd/libpd
$ make
/bin/sh: gcc: command not found
/bin/sh: gcc: command not found
gcc -DPD -DHAVE_UNISTD_H -DUSEAPI_DUMMY -I./pure-data/src -I./libpd_wrapper -I./libpd_wrapper/util  -DWINVER=0x502 -DWIN32 -D_WIN32 -DPD_INTERNAL -I"/include" -I"/include/win32" -O3   -c -o pure-data/src/d_arithmetic.o pure-data/src/d_arithmetic.c
/bin/sh: gcc: command not found
make: *** [<builtin>: pure-data/src/d_arithmetic.o] Error 127

myuser@DESKTOP MSYS /c/Users/myuser/Documents/libpd/libpd
moebiussurfing commented 4 years ago

ok, sorry. I found this:

Installing gcc using MSYS2 In the MSYS2 bash shell, use pacman again to install the build toolchain and compilers. Run the command below to install the mingw-w64-x86_64-toolchain package group.

Install make, autoconf, etc to C:\msys64\usr\bin

pacman -S base-devel gcc vim cmake

https://www.devdungeon.com/content/install-gcc-compiler-windows-msys2-cc

moebiussurfing commented 4 years ago

it runs but I get this errors:

myUser@DESKTOP MSYS /c/Users/myUser/Documents/libpd/libpd
$ make ADDITIONAL_CFLAGS='-DPD_LONGINTTYPE="long long"'
gcc -DPD -DHAVE_UNISTD_H -DUSEAPI_DUMMY -I./pure-data/src -I./libpd_wrapper -I./libpd_wrapper/util  -DWINVER=0x502 -DWIN32 -D_WIN32 -DPD_INTERNAL -I"/include" -I"/include/win32" -O3   -c -o pure-data/src/s_inter.o pure-data/src/s_inter.c
In file included from /usr/include/w32api/winsock.h:36,
                 from pure-data/src/s_inter.c:32:
/usr/include/w32api/psdk_inc/_fd_types.h:100:2: warning: #warning "fd_set and associated macros have been defined in sys/types.      This can cause runtime problems with W32 sockets" [-Wcpp]
  100 | #warning "fd_set and associated macros have been defined in sys/types.  \
      |  ^~~~~~~
In file included from pure-data/src/s_inter.c:32:
/usr/include/w32api/winsock.h:299:34: error: conflicting types for ‘select’
  299 |   WINSOCK_API_LINKAGE int WSAAPI select(int nfds,fd_set *readfds,fd_set *writefds,fd_set *exceptfds,const PTIMEVAL timeout);
      |                                  ^~~~~~
In file included from /usr/include/sys/types.h:52,
                 from /usr/include/stdio.h:61,
                 from pure-data/src/m_pd.h:79,
                 from pure-data/src/s_inter.c:8:
/usr/include/sys/select.h:62:5: note: previous declaration of ‘select’ was here
   62 | int select __P ((int __n, fd_set *__readfds, fd_set *__writefds,
      |     ^~~~~~
pure-data/src/s_inter.c:35: warning: "EADDRINUSE" redefined
   35 | #define EADDRINUSE WSAEADDRINUSE
      |
In file included from /usr/include/errno.h:9,
                 from /usr/lib/gcc/x86_64-pc-msys/9.3.0/include/mm_malloc.h:28,
                 from /usr/lib/gcc/x86_64-pc-msys/9.3.0/include/xmmintrin.h:34,
                 from /usr/lib/gcc/x86_64-pc-msys/9.3.0/include/immintrin.h:29,
                 from /usr/lib/gcc/x86_64-pc-msys/9.3.0/include/x86intrin.h:32,
                 from /usr/include/w32api/winnt.h:1554,
                 from /usr/include/w32api/minwindef.h:163,
                 from /usr/include/w32api/windef.h:8,
                 from /usr/include/w32api/windows.h:69,
                 from /usr/include/w32api/winsock.h:10,
                 from pure-data/src/s_inter.c:32:
/usr/include/sys/errno.h:143: note: this is the location of the previous definition
  143 | #define EADDRINUSE 112  /* Address already in use */
      |
pure-data/src/s_inter.c: In function ‘sys_domicrosleep’:
pure-data/src/s_inter.c:225:52: warning: passing argument 5 of ‘select’ from incompatible pointer type [-Wincompatible-pointer-types]
  225 |                   &readset, &writeset, &exceptset, &timout) < 0)
      |                                                    ^~~~~~~
      |                                                    |
      |                                                    struct timeval *
In file included from pure-data/src/s_inter.c:32:
/usr/include/w32api/winsock.h:299:116: note: expected ‘PTIMEVAL’ {aka ‘struct __ms_timeval * const’} but argument is of type ‘struct timeval *’
  299 |   WINSOCK_API_LINKAGE int WSAAPI select(int nfds,fd_set *readfds,fd_set *writefds,fd_set *exceptfds,const PTIMEVAL timeout);
      |                                                                                                     ~~~~~~~~~~~~~~~^~~~~~~
pure-data/src/s_inter.c: In function ‘socketreceiver_doread’:
pure-data/src/s_inter.c:500:17: warning: implicit declaration of function ‘write’; did you mean ‘fwrite’? [-Wimplicit-function-declaration]
  500 |                 write(2,  messbuf, bp - messbuf);
      |                 ^~~~~
      |                 fwrite
pure-data/src/s_inter.c: In function ‘sys_closesocket’:
pure-data/src/s_inter.c:620:5: warning: implicit declaration of function ‘close’; did you mean ‘pclose’? [-Wimplicit-function-declaration]
  620 |     close(fd);
      |     ^~~~~
      |     pclose
pure-data/src/s_inter.c: In function ‘sys_do_startgui’:
pure-data/src/s_inter.c:1257:20: warning: implicit declaration of function ‘_spawnl’; did you mean ‘spawnl’? [-Wimplicit-function-declaration]
 1257 |         spawnret = _spawnl(P_NOWAIT, wishbuf, WISH, scriptbuf, portbuf, NULL);
      |                    ^~~~~~~
      |                    spawnl
pure-data/src/s_inter.c:1257:28: error: ‘P_NOWAIT’ undeclared (first use in this function)
 1257 |         spawnret = _spawnl(P_NOWAIT, wishbuf, WISH, scriptbuf, portbuf, NULL);
      |                            ^~~~~~~~
pure-data/src/s_inter.c:1257:28: note: each undeclared identifier is reported only once for each function it appears in
pure-data/src/s_inter.c: In function ‘sys_bail’:
pure-data/src/s_inter.c:1443:10: warning: implicit declaration of function ‘_exit’ [-Wimplicit-function-declaration]
 1443 |     else _exit(1);
      |          ^~~~~
pure-data/src/s_inter.c:1443:10: warning: incompatible implicit declaration of built-in function ‘_exit’
make: *** [<builtin>: pure-data/src/s_inter.o] Error 1
danomatika commented 4 years ago

Something is still wrong with your build setup. I can't tell myself from the compiler output. The last time I built the dll myself on Windows was maybe 2-3 years ago, so perhaps something has changed in the meantime.

What do you think @Spacechild1? This is the ofxPd repo, but the issue is with building the libpd dll on Windows.

Spacechild1 commented 4 years ago

I run C:\msys64\msys2.exe

You need to run the MinGW console, either mingw32.exe for a 32-bit build or mingw64.exe for a 64-bit build.

Spacechild1 commented 4 years ago

regarding required/recommended developer packages, see the ### Windows section in https://github.com/pure-data/pure-data/blob/master/INSTALL.txt

danomatika commented 4 years ago

Oh that reminds me that you could use CMake to generate a VS solution, if needed. I have not used it personally but it was contributed by some people working on Windows.

danomatika commented 4 years ago

At the very least, the issue highlights that the basic instructions in the ofxPd readme are missing some details and may not be completely up to date. I think it makes sense to point to the libpd INSTALL.txt for how to setup the build environment as we are more likely to keep it up to date.

@moebiussurfing I remember the first time I tried to use MinGW on Windows and it was definitely not clear which shell to open, how to install packages, even which package to download (from MinGW site? etc).

danomatika commented 4 years ago

Actually, if you are using Visual Studio, you can try building Pd with it directly. I think there have been some changes to sources that should finally sallow this, although I have not tested them myself. It must be possible if the Cmake-generated VS solution works for people.

Spacechild1 commented 4 years ago

Yes, it should work, but you need to provide the path to the pthreads library.

danomatika commented 4 years ago

It's included with libpd, I can add it to ofxPd and the appropriate -L flag.

danomatika commented 4 years ago

Ok, I've updated the libpd sources used by ofxPd, added the 64 bit pthreads dll, and updated the addons_config.mk.

@moebiussurfing can you grab the latest commit & try using the Project Generator to make a new Visual Studio project. I think it should build now, then using Msys/MinGW is not needed.

moebiussurfing commented 4 years ago

thanks a lot @danomatika!

I cloned the repo again and used ProjectGenerator to create pdExample (EDIT: pdMultiExample too) project (same way as macOS, no Msys/MinGW at all). Do you mean this? I don't see any dll around...

I selected debug/release 32/64 in VS etc. without success. and with release and x64 I am getting this errors:

Severity    Code    Description Project File    Line    Suppression State
Error   C2664   'void class_addmethod(_class *,t_method,t_symbol *,t_atomtype,...)': cannot convert argument 4 from 'int' to 't_atomtype'   pdExample   f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\x_time.c    647 
Error (active)  E0757   overloaded function "std::chrono::duration<_Rep, _Period>::duration [with _Rep=long long, _Period=std::nano]" is not a type name    pdExample   C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\VC\Tools\MSVC\14.16.27023\include\chrono 195 
Error   C2440   'initializing': cannot convert from 'void *' to 'ring_buffer *' pdExample   f:\openframeworks\addons\ofxpd\libs\libpd\libpd_wrapper\util\ringbuffer.c   42  
Error   C2440   '=': cannot convert from 'void *' to 'char *'   pdExample   f:\openframeworks\addons\ofxpd\libs\libpd\libpd_wrapper\util\ringbuffer.c   44  
...
moebiussurfing commented 4 years ago

I tried to compile libpd again using mingw64.exe but I still getting errors:

myUser@DESKTOP MINGW64 /c/Users/myUser/Documents/libpd/libpd
# dir
Android.mk   cpp     java       libpd.podspec    libpd_wrapper  Makefile         pure-data  samples
build        csharp  javatests  libpd.xcodeproj  libs           mingw_build.bat  python
CHANGES.txt  dist    jni        libpd_win.sln    LICENSE.txt    objc             README.md

myUser@DESKTOP MINGW64 /c/Users/myUser/Documents/libpd/libpd
# make
gcc -DPD -DHAVE_UNISTD_H -DUSEAPI_DUMMY -I./pure-data/src -I./libpd_wrapper -I./libpd_wrapper/util  -DWINVER=0x502 -DWIN32 -D_WIN32 -DPD_INTERNAL -I"/include" -I"/include/win32" -O3   -c -o pure-data/src/s_inter.o pure-data/src/s_inter.c
pure-data/src/s_inter.c:35: warning: "EADDRINUSE" redefined
   35 | #define EADDRINUSE WSAEADDRINUSE
      |
In file included from C:/msys64/mingw64/lib/gcc/x86_64-w64-mingw32/9.3.0/include/mm_malloc.h:28,
                 from C:/msys64/mingw64/lib/gcc/x86_64-w64-mingw32/9.3.0/include/xmmintrin.h:34,
                 from C:/msys64/mingw64/lib/gcc/x86_64-w64-mingw32/9.3.0/include/immintrin.h:29,
                 from C:/msys64/mingw64/lib/gcc/x86_64-w64-mingw32/9.3.0/include/x86intrin.h:32,
                 from C:/msys64/mingw64/x86_64-w64-mingw32/include/winnt.h:1554,
                 from C:/msys64/mingw64/x86_64-w64-mingw32/include/minwindef.h:163,
                 from C:/msys64/mingw64/x86_64-w64-mingw32/include/windef.h:8,
                 from C:/msys64/mingw64/x86_64-w64-mingw32/include/windows.h:69,
                 from C:/msys64/mingw64/x86_64-w64-mingw32/include/winsock.h:10,
                 from pure-data/src/s_inter.c:32:
C:/msys64/mingw64/x86_64-w64-mingw32/include/errno.h:86: note: this is the location of the previous definition
   86 | #define EADDRINUSE 100
      |
gcc -DPD -DHAVE_UNISTD_H -DUSEAPI_DUMMY -I./pure-data/src -I./libpd_wrapper -I./libpd_wrapper/util  -DWINVER=0x502 -DWIN32 -D_WIN32 -DPD_INTERNAL -I"/include" -I"/include/win32" -O3   -c -o pure-data/src/s_loader.o pure-data/src/s_loader.c
gcc -DPD -DHAVE_UNISTD_H -DUSEAPI_DUMMY -I./pure-data/src -I./libpd_wrapper -I./libpd_wrapper/util  -DWINVER=0x502 -DWIN32 -D_WIN32 -DPD_INTERNAL -I"/include" -I"/include/win32" -O3   -c -o pure-data/src/s_main.o pure-data/src/s_main.c
In file included from pure-data/src/s_main.c:14:
pure-data/src/s_main.c: In function 'sys_main':
pure-data/src/s_main.c:343:20: warning: '__p__fmode' redeclared without dllimport attribute: previous dllimport ignored [-Wattributes]
  343 |         extern int _fmode;
      |                    ^~~~~~
gcc -DPD -DHAVE_UNISTD_H -DUSEAPI_DUMMY -I./pure-data/src -I./libpd_wrapper -I./libpd_wrapper/util  -DWINVER=0x502 -DWIN32 -D_WIN32 -DPD_INTERNAL -I"/include" -I"/include/win32" -O3   -c -o pure-data/src/s_path.o pure-data/src/s_path.c
gcc -DPD -DHAVE_UNISTD_H -DUSEAPI_DUMMY -I./pure-data/src -I./libpd_wrapper -I./libpd_wrapper/util  -DWINVER=0x502 -DWIN32 -D_WIN32 -DPD_INTERNAL -I"/include" -I"/include/win32" -O3   -c -o pure-data/src/s_print.o pure-data/src/s_print.c
pure-data/src/s_print.c: In function 'strnpointerid':
pure-data/src/s_print.c:55:38: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
   55 |         snprintf(dest, len, ".x%lx", (unsigned long)pointer);
      |                                      ^
gcc -DPD -DHAVE_UNISTD_H -DUSEAPI_DUMMY -I./pure-data/src -I./libpd_wrapper -I./libpd_wrapper/util  -DWINVER=0x502 -DWIN32 -D_WIN32 -DPD_INTERNAL -I"/include" -I"/include/win32" -O3   -c -o pure-data/src/s_utf8.o pure-data/src/s_utf8.c
gcc -DPD -DHAVE_UNISTD_H -DUSEAPI_DUMMY -I./pure-data/src -I./libpd_wrapper -I./libpd_wrapper/util  -DWINVER=0x502 -DWIN32 -D_WIN32 -DPD_INTERNAL -I"/include" -I"/include/win32" -O3   -c -o pure-data/src/x_acoustics.o pure-data/src/x_acoustics.c
gcc -DPD -DHAVE_UNISTD_H -DUSEAPI_DUMMY -I./pure-data/src -I./libpd_wrapper -I./libpd_wrapper/util  -DWINVER=0x502 -DWIN32 -D_WIN32 -DPD_INTERNAL -I"/include" -I"/include/win32" -O3   -c -o pure-data/src/x_arithmetic.o pure-data/src/x_arithmetic.c
gcc -DPD -DHAVE_UNISTD_H -DUSEAPI_DUMMY -I./pure-data/src -I./libpd_wrapper -I./libpd_wrapper/util  -DWINVER=0x502 -DWIN32 -D_WIN32 -DPD_INTERNAL -I"/include" -I"/include/win32" -O3   -c -o pure-data/src/x_array.o pure-data/src/x_array.c
gcc -DPD -DHAVE_UNISTD_H -DUSEAPI_DUMMY -I./pure-data/src -I./libpd_wrapper -I./libpd_wrapper/util  -DWINVER=0x502 -DWIN32 -D_WIN32 -DPD_INTERNAL -I"/include" -I"/include/win32" -O3   -c -o pure-data/src/x_connective.o pure-data/src/x_connective.c
gcc -DPD -DHAVE_UNISTD_H -DUSEAPI_DUMMY -I./pure-data/src -I./libpd_wrapper -I./libpd_wrapper/util  -DWINVER=0x502 -DWIN32 -D_WIN32 -DPD_INTERNAL -I"/include" -I"/include/win32" -O3   -c -o pure-data/src/x_gui.o pure-data/src/x_gui.c
gcc -DPD -DHAVE_UNISTD_H -DUSEAPI_DUMMY -I./pure-data/src -I./libpd_wrapper -I./libpd_wrapper/util  -DWINVER=0x502 -DWIN32 -D_WIN32 -DPD_INTERNAL -I"/include" -I"/include/win32" -O3   -c -o pure-data/src/x_interface.o pure-data/src/x_interface.c
gcc -DPD -DHAVE_UNISTD_H -DUSEAPI_DUMMY -I./pure-data/src -I./libpd_wrapper -I./libpd_wrapper/util  -DWINVER=0x502 -DWIN32 -D_WIN32 -DPD_INTERNAL -I"/include" -I"/include/win32" -O3   -c -o pure-data/src/x_list.o pure-data/src/x_list.c
gcc -DPD -DHAVE_UNISTD_H -DUSEAPI_DUMMY -I./pure-data/src -I./libpd_wrapper -I./libpd_wrapper/util  -DWINVER=0x502 -DWIN32 -D_WIN32 -DPD_INTERNAL -I"/include" -I"/include/win32" -O3   -c -o pure-data/src/x_midi.o pure-data/src/x_midi.c
gcc -DPD -DHAVE_UNISTD_H -DUSEAPI_DUMMY -I./pure-data/src -I./libpd_wrapper -I./libpd_wrapper/util  -DWINVER=0x502 -DWIN32 -D_WIN32 -DPD_INTERNAL -I"/include" -I"/include/win32" -O3   -c -o pure-data/src/x_misc.o pure-data/src/x_misc.c
gcc -DPD -DHAVE_UNISTD_H -DUSEAPI_DUMMY -I./pure-data/src -I./libpd_wrapper -I./libpd_wrapper/util  -DWINVER=0x502 -DWIN32 -D_WIN32 -DPD_INTERNAL -I"/include" -I"/include/win32" -O3   -c -o pure-data/src/x_net.o pure-data/src/x_net.c
gcc -DPD -DHAVE_UNISTD_H -DUSEAPI_DUMMY -I./pure-data/src -I./libpd_wrapper -I./libpd_wrapper/util  -DWINVER=0x502 -DWIN32 -D_WIN32 -DPD_INTERNAL -I"/include" -I"/include/win32" -O3   -c -o pure-data/src/x_scalar.o pure-data/src/x_scalar.c
gcc -DPD -DHAVE_UNISTD_H -DUSEAPI_DUMMY -I./pure-data/src -I./libpd_wrapper -I./libpd_wrapper/util  -DWINVER=0x502 -DWIN32 -D_WIN32 -DPD_INTERNAL -I"/include" -I"/include/win32" -O3   -c -o pure-data/src/x_text.o pure-data/src/x_text.c
pure-data/src/x_text.c: In function 'textbuf_open':
pure-data/src/x_text.c:101:31: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  101 |         sprintf(buf, ".x%lx", (unsigned long)x);
      |                               ^
gcc -DPD -DHAVE_UNISTD_H -DUSEAPI_DUMMY -I./pure-data/src -I./libpd_wrapper -I./libpd_wrapper/util  -DWINVER=0x502 -DWIN32 -D_WIN32 -DPD_INTERNAL -I"/include" -I"/include/win32" -O3   -c -o pure-data/src/x_time.o pure-data/src/x_time.c
gcc -DPD -DHAVE_UNISTD_H -DUSEAPI_DUMMY -I./pure-data/src -I./libpd_wrapper -I./libpd_wrapper/util  -DWINVER=0x502 -DWIN32 -D_WIN32 -DPD_INTERNAL -I"/include" -I"/include/win32" -O3   -c -o libpd_wrapper/s_libpdmidi.o libpd_wrapper/s_libpdmidi.c
gcc -DPD -DHAVE_UNISTD_H -DUSEAPI_DUMMY -I./pure-data/src -I./libpd_wrapper -I./libpd_wrapper/util  -DWINVER=0x502 -DWIN32 -D_WIN32 -DPD_INTERNAL -I"/include" -I"/include/win32" -O3   -c -o libpd_wrapper/x_libpdreceive.o libpd_wrapper/x_libpdreceive.c
gcc -DPD -DHAVE_UNISTD_H -DUSEAPI_DUMMY -I./pure-data/src -I./libpd_wrapper -I./libpd_wrapper/util  -DWINVER=0x502 -DWIN32 -D_WIN32 -DPD_INTERNAL -I"/include" -I"/include/win32" -O3   -c -o libpd_wrapper/z_hooks.o libpd_wrapper/z_hooks.c
gcc -DPD -DHAVE_UNISTD_H -DUSEAPI_DUMMY -I./pure-data/src -I./libpd_wrapper -I./libpd_wrapper/util  -DWINVER=0x502 -DWIN32 -D_WIN32 -DPD_INTERNAL -I"/include" -I"/include/win32" -O3   -c -o libpd_wrapper/z_libpd.o libpd_wrapper/z_libpd.c
libpd_wrapper/z_libpd.c: In function 'libpd_init':
libpd_wrapper/z_libpd.c:64:3: error: 'sys_soundin' undeclared (first use in this function); did you mean 'get_sys_soundin'?
   64 |   sys_soundin = NULL;
      |   ^~~~~~~~~~~
      |   get_sys_soundin
libpd_wrapper/z_libpd.c:64:3: note: each undeclared identifier is reported only once for each function it appears in
libpd_wrapper/z_libpd.c:65:3: error: 'sys_soundout' undeclared (first use in this function); did you mean 'get_sys_soundout'?
   65 |   sys_soundout = NULL;
      |   ^~~~~~~~~~~~
      |   get_sys_soundout
libpd_wrapper/z_libpd.c:67:3: error: 'sys_schedblocksize' undeclared (first use in this function); did you mean 'sys_setblocksize'?
   67 |   sys_schedblocksize = DEFDACBLKSIZE;
      |   ^~~~~~~~~~~~~~~~~~
      |   sys_setblocksize
libpd_wrapper/z_libpd.c:74:3: error: 'sys_nogui' undeclared (first use in this function); did you mean 'sys_gui'?
   74 |   sys_nogui = 1;
      |   ^~~~~~~~~
      |   sys_gui
libpd_wrapper/z_libpd.c:85:3: error: 'sys_searchpath' undeclared (first use in this function)
   85 |   sys_searchpath = NULL;
      |   ^~~~~~~~~~~~~~
libpd_wrapper/z_libpd.c: In function 'libpd_clear_search_path':
libpd_wrapper/z_libpd.c:104:17: error: 'sys_searchpath' undeclared (first use in this function)
  104 |   namelist_free(sys_searchpath);
      |                 ^~~~~~~~~~~~~~
libpd_wrapper/z_libpd.c: In function 'libpd_add_to_search_path':
libpd_wrapper/z_libpd.c:109:3: error: 'sys_searchpath' undeclared (first use in this function)
  109 |   sys_searchpath = namelist_append(sys_searchpath, s, 0);
      |   ^~~~~~~~~~~~~~
libpd_wrapper/z_libpd.c: In function 'libpd_process_raw':
libpd_wrapper/z_libpd.c:141:17: error: 'sys_inchannels' undeclared (first use in this function); did you mean 'sys_get_inchannels'?
  141 |   size_t n_in = sys_inchannels * DEFDACBLKSIZE;
      |                 ^~~~~~~~~~~~~~
      |                 sys_get_inchannels
libpd_wrapper/z_libpd.c:142:18: error: 'sys_outchannels' undeclared (first use in this function); did you mean 'sys_get_outchannels'?
  142 |   size_t n_out = sys_outchannels * DEFDACBLKSIZE;
      |                  ^~~~~~~~~~~~~~~
      |                  sys_get_outchannels
libpd_wrapper/z_libpd.c:146:12: error: 'sys_soundin' undeclared (first use in this function); did you mean 'get_sys_soundin'?
  146 |   for (p = sys_soundin, i = 0; i < n_in; i++) {
      |            ^~~~~~~~~~~
      |            get_sys_soundin
libpd_wrapper/z_libpd.c:149:10: error: 'sys_soundout' undeclared (first use in this function); did you mean 'get_sys_soundout'?
  149 |   memset(sys_soundout, 0, n_out * sizeof(t_sample));
      |          ^~~~~~~~~~~~
      |          get_sys_soundout
libpd_wrapper/z_libpd.c: In function 'libpd_process_short':
libpd_wrapper/z_libpd.c:165:22: error: 'sys_soundin' undeclared (first use in this function); did you mean 'get_sys_soundin'?
  165 |     for (j = 0, p0 = sys_soundin; j < DEFDACBLKSIZE; j++, p0++) { \
      |                      ^~~~~~~~~~~
libpd_wrapper/z_libpd.c:181:3: note: in expansion of macro 'PROCESS'
  181 |   PROCESS(* short_to_sample, * sample_to_short)
      |   ^~~~~~~
libpd_wrapper/z_libpd.c:166:32: error: 'sys_inchannels' undeclared (first use in this function); did you mean 'sys_get_inchannels'?
  166 |       for (k = 0, p1 = p0; k < sys_inchannels; k++, p1 += DEFDACBLKSIZE) { \
      |                                ^~~~~~~~~~~~~~
libpd_wrapper/z_libpd.c:181:3: note: in expansion of macro 'PROCESS'
  181 |   PROCESS(* short_to_sample, * sample_to_short)
      |   ^~~~~~~
libpd_wrapper/z_libpd.c:170:12: error: 'sys_soundout' undeclared (first use in this function); did you mean 'get_sys_soundout'?
  170 |     memset(sys_soundout, 0, sys_outchannels*DEFDACBLKSIZE*sizeof(t_sample)); \
      |            ^~~~~~~~~~~~
libpd_wrapper/z_libpd.c:181:3: note: in expansion of macro 'PROCESS'
  181 |   PROCESS(* short_to_sample, * sample_to_short)
      |   ^~~~~~~
libpd_wrapper/z_libpd.c:170:29: error: 'sys_outchannels' undeclared (first use in this function); did you mean 'sys_get_outchannels'?
  170 |     memset(sys_soundout, 0, sys_outchannels*DEFDACBLKSIZE*sizeof(t_sample)); \
      |                             ^~~~~~~~~~~~~~~
libpd_wrapper/z_libpd.c:181:3: note: in expansion of macro 'PROCESS'
  181 |   PROCESS(* short_to_sample, * sample_to_short)
      |   ^~~~~~~
libpd_wrapper/z_libpd.c: In function 'libpd_process_float':
libpd_wrapper/z_libpd.c:165:22: error: 'sys_soundin' undeclared (first use in this function); did you mean 'get_sys_soundin'?
  165 |     for (j = 0, p0 = sys_soundin; j < DEFDACBLKSIZE; j++, p0++) { \
      |                      ^~~~~~~~~~~
libpd_wrapper/z_libpd.c:185:3: note: in expansion of macro 'PROCESS'
  185 |   PROCESS(,)
      |   ^~~~~~~
libpd_wrapper/z_libpd.c:166:32: error: 'sys_inchannels' undeclared (first use in this function); did you mean 'sys_get_inchannels'?
  166 |       for (k = 0, p1 = p0; k < sys_inchannels; k++, p1 += DEFDACBLKSIZE) { \
      |                                ^~~~~~~~~~~~~~
libpd_wrapper/z_libpd.c:185:3: note: in expansion of macro 'PROCESS'
  185 |   PROCESS(,)
      |   ^~~~~~~
libpd_wrapper/z_libpd.c:170:12: error: 'sys_soundout' undeclared (first use in this function); did you mean 'get_sys_soundout'?
  170 |     memset(sys_soundout, 0, sys_outchannels*DEFDACBLKSIZE*sizeof(t_sample)); \
      |            ^~~~~~~~~~~~
libpd_wrapper/z_libpd.c:185:3: note: in expansion of macro 'PROCESS'
  185 |   PROCESS(,)
      |   ^~~~~~~
libpd_wrapper/z_libpd.c:170:29: error: 'sys_outchannels' undeclared (first use in this function); did you mean 'sys_get_outchannels'?
  170 |     memset(sys_soundout, 0, sys_outchannels*DEFDACBLKSIZE*sizeof(t_sample)); \
      |                             ^~~~~~~~~~~~~~~
libpd_wrapper/z_libpd.c:185:3: note: in expansion of macro 'PROCESS'
  185 |   PROCESS(,)
      |   ^~~~~~~
libpd_wrapper/z_libpd.c: In function 'libpd_process_double':
libpd_wrapper/z_libpd.c:165:22: error: 'sys_soundin' undeclared (first use in this function); did you mean 'get_sys_soundin'?
  165 |     for (j = 0, p0 = sys_soundin; j < DEFDACBLKSIZE; j++, p0++) { \
      |                      ^~~~~~~~~~~
libpd_wrapper/z_libpd.c:189:3: note: in expansion of macro 'PROCESS'
  189 |   PROCESS(,)
      |   ^~~~~~~
libpd_wrapper/z_libpd.c:166:32: error: 'sys_inchannels' undeclared (first use in this function); did you mean 'sys_get_inchannels'?
  166 |       for (k = 0, p1 = p0; k < sys_inchannels; k++, p1 += DEFDACBLKSIZE) { \
      |                                ^~~~~~~~~~~~~~
libpd_wrapper/z_libpd.c:189:3: note: in expansion of macro 'PROCESS'
  189 |   PROCESS(,)
      |   ^~~~~~~
libpd_wrapper/z_libpd.c:170:12: error: 'sys_soundout' undeclared (first use in this function); did you mean 'get_sys_soundout'?
  170 |     memset(sys_soundout, 0, sys_outchannels*DEFDACBLKSIZE*sizeof(t_sample)); \
      |            ^~~~~~~~~~~~
libpd_wrapper/z_libpd.c:189:3: note: in expansion of macro 'PROCESS'
  189 |   PROCESS(,)
      |   ^~~~~~~
libpd_wrapper/z_libpd.c:170:29: error: 'sys_outchannels' undeclared (first use in this function); did you mean 'sys_get_outchannels'?
  170 |     memset(sys_soundout, 0, sys_outchannels*DEFDACBLKSIZE*sizeof(t_sample)); \
      |                             ^~~~~~~~~~~~~~~
libpd_wrapper/z_libpd.c:189:3: note: in expansion of macro 'PROCESS'
  189 |   PROCESS(,)
      |   ^~~~~~~
libpd_wrapper/z_libpd.c: In function 'libpd_get_symbol':
libpd_wrapper/z_libpd.c:295:27: warning: return discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
  295 |   return (a)->a_w.w_symbol->s_name;
      |          ~~~~~~~~~~~~~~~~~^~~~~~~~
make: *** [<builtin>: libpd_wrapper/z_libpd.o] Error 1
moebiussurfing commented 4 years ago

here's more log.

  1. I open mingw64.exe
  2. I installed tool chain for 64 bits. selected default option
  3. compile with make with arguments.
myUser@DESKTOP MINGW64 /c/Users/myUser/Documents/libpd/libpd
# pacman -S mingw-w64-x86_64-toolchain mingw-w64-x86_64-clang make
:: There are 17 members in group mingw-w64-x86_64-toolchain:
:: Repository mingw64
   1) mingw-w64-x86_64-binutils  2) mingw-w64-x86_64-crt-git  3) mingw-w64-x86_64-gcc  4) mingw-w64-x86_64-gcc-ada
   5) mingw-w64-x86_64-gcc-fortran  6) mingw-w64-x86_64-gcc-libgfortran  7) mingw-w64-x86_64-gcc-libs  8) mingw-w64-x86_64-gcc-objc
   9) mingw-w64-x86_64-gdb  10) mingw-w64-x86_64-headers-git  11) mingw-w64-x86_64-libmangle-git
   12) mingw-w64-x86_64-libwinpthread-git  13) mingw-w64-x86_64-make  14) mingw-w64-x86_64-pkg-config  15) mingw-w64-x86_64-tools-git
   16) mingw-w64-x86_64-winpthreads-git  17) mingw-w64-x86_64-winstorecompat-git

Enter a selection (default=all):
warning: mingw-w64-x86_64-binutils-2.34-1 is up to date -- reinstalling
warning: mingw-w64-x86_64-crt-git-8.0.0.5685.ef310786-1 is up to date -- reinstalling
warning: mingw-w64-x86_64-gcc-9.3.0-1 is up to date -- reinstalling
warning: mingw-w64-x86_64-gcc-ada-9.3.0-1 is up to date -- reinstalling
warning: mingw-w64-x86_64-gcc-fortran-9.3.0-1 is up to date -- reinstalling
warning: mingw-w64-x86_64-gcc-libgfortran-9.3.0-1 is up to date -- reinstalling
warning: mingw-w64-x86_64-gcc-libs-9.3.0-1 is up to date -- reinstalling
warning: mingw-w64-x86_64-gcc-objc-9.3.0-1 is up to date -- reinstalling
warning: mingw-w64-x86_64-gdb-9.1-3 is up to date -- reinstalling
warning: mingw-w64-x86_64-headers-git-8.0.0.5685.ef310786-1 is up to date -- reinstalling
warning: mingw-w64-x86_64-libmangle-git-8.0.0.5573.a4de8df4-1 is up to date -- reinstalling
warning: mingw-w64-x86_64-libwinpthread-git-8.0.0.5680.0df6b89f-1 is up to date -- reinstalling
warning: mingw-w64-x86_64-make-4.3-1 is up to date -- reinstalling
warning: mingw-w64-x86_64-pkg-config-0.29.2-1 is up to date -- reinstalling
warning: mingw-w64-x86_64-tools-git-8.0.0.5573.a4de8df4-1 is up to date -- reinstalling
warning: mingw-w64-x86_64-winpthreads-git-8.0.0.5680.0df6b89f-1 is up to date -- reinstalling
warning: mingw-w64-x86_64-winstorecompat-git-8.0.0.5573.a4de8df4-1 is up to date -- reinstalling
warning: mingw-w64-x86_64-clang-9.0.1-1 is up to date -- reinstalling
warning: make-4.3-1 is up to date -- reinstalling
resolving dependencies...
looking for conflicting packages...

Packages (19) make-4.3-1  mingw-w64-x86_64-binutils-2.34-1  mingw-w64-x86_64-clang-9.0.1-1
              mingw-w64-x86_64-crt-git-8.0.0.5685.ef310786-1  mingw-w64-x86_64-gcc-9.3.0-1  mingw-w64-x86_64-gcc-ada-9.3.0-1
              mingw-w64-x86_64-gcc-fortran-9.3.0-1  mingw-w64-x86_64-gcc-libgfortran-9.3.0-1  mingw-w64-x86_64-gcc-libs-9.3.0-1
              mingw-w64-x86_64-gcc-objc-9.3.0-1  mingw-w64-x86_64-gdb-9.1-3  mingw-w64-x86_64-headers-git-8.0.0.5685.ef310786-1
              mingw-w64-x86_64-libmangle-git-8.0.0.5573.a4de8df4-1  mingw-w64-x86_64-libwinpthread-git-8.0.0.5680.0df6b89f-1
              mingw-w64-x86_64-make-4.3-1  mingw-w64-x86_64-pkg-config-0.29.2-1  mingw-w64-x86_64-tools-git-8.0.0.5573.a4de8df4-1
              mingw-w64-x86_64-winpthreads-git-8.0.0.5680.0df6b89f-1  mingw-w64-x86_64-winstorecompat-git-8.0.0.5573.a4de8df4-1

Total Installed Size:  881.72 MiB
Net Upgrade Size:        0.00 MiB

:: Proceed with installation? [Y/n] Y
(19/19) checking keys in keyring                                                 [#############################################] 100%
(19/19) checking package integrity                                               [#############################################] 100%
(19/19) loading package files                                                    [#############################################] 100%
(19/19) checking for file conflicts                                              [#############################################] 100%
(19/19) checking available disk space                                                                                                                              [####################################################################################################] 100%
:: Processing package changes...
( 1/19) reinstalling mingw-w64-x86_64-binutils                                                                                                                     [####################################################################################################] 100%
( 2/19) reinstalling mingw-w64-x86_64-headers-git                                                                                                                  [####################################################################################################] 100%
( 3/19) reinstalling mingw-w64-x86_64-crt-git                                                                                                                      [####################################################################################################] 100%
( 4/19) reinstalling mingw-w64-x86_64-libwinpthread-git                                                                                                            [####################################################################################################] 100%
( 5/19) reinstalling mingw-w64-x86_64-gcc-libs                                                                                                                     [####################################################################################################] 100%
( 6/19) reinstalling mingw-w64-x86_64-winpthreads-git                                                                                                              [####################################################################################################] 100%
( 7/19) reinstalling mingw-w64-x86_64-gcc                                                                                                                          [####################################################################################################] 100%
( 8/19) reinstalling mingw-w64-x86_64-gcc-ada                                                                                                                      [####################################################################################################] 100%
( 9/19) reinstalling mingw-w64-x86_64-gcc-libgfortran                                                                                                              [####################################################################################################] 100%
(10/19) reinstalling mingw-w64-x86_64-gcc-fortran                                                                                                                  [####################################################################################################] 100%
(11/19) reinstalling mingw-w64-x86_64-gcc-objc                                                                                                                     [####################################################################################################] 100%
(12/19) reinstalling mingw-w64-x86_64-gdb                                                                                                                          [####################################################################################################] 100%
(13/19) reinstalling mingw-w64-x86_64-libmangle-git                                                                                                                [####################################################################################################] 100%
(14/19) reinstalling mingw-w64-x86_64-make                                                                                                                         [####################################################################################################] 100%
(15/19) reinstalling mingw-w64-x86_64-pkg-config                                                                                                                   [####################################################################################################] 100%
(16/19) reinstalling mingw-w64-x86_64-tools-git                                                                                                                    [####################################################################################################] 100%
(17/19) reinstalling mingw-w64-x86_64-winstorecompat-git                                                                                                           [####################################################################################################] 100%
(18/19) reinstalling mingw-w64-x86_64-clang                                                                                                                        [####################################################################################################] 100%
(19/19) reinstalling make                                                                                                                                          [####################################################################################################] 100%

myUser@DESKTOP MINGW64 /c/Users/myUser/Documents/libpd/libpd
# make ADDITIONAL_CFLAGS='-DPD_LONGINTTYPE="long long"'
gcc -DPD -DHAVE_UNISTD_H -DUSEAPI_DUMMY -I./pure-data/src -I./libpd_wrapper -I./libpd_wrapper/util  -DWINVER=0x502 -DWIN32 -D_WIN32 -DPD_INTERNAL -I"/include" -I"/include/win32" -O3   -c -o libpd_wrapper/z_libpd.o libpd_wrapper/z_libpd.c
libpd_wrapper/z_libpd.c: In function 'libpd_init':
libpd_wrapper/z_libpd.c:64:3: error: 'sys_soundin' undeclared (first use in this function); did you mean 'get_sys_soundin'?
   64 |   sys_soundin = NULL;
      |   ^~~~~~~~~~~
      |   get_sys_soundin
libpd_wrapper/z_libpd.c:64:3: note: each undeclared identifier is reported only once for each function it appears in
libpd_wrapper/z_libpd.c:65:3: error: 'sys_soundout' undeclared (first use in this function); did you mean 'get_sys_soundout'?
   65 |   sys_soundout = NULL;
      |   ^~~~~~~~~~~~
      |   get_sys_soundout
libpd_wrapper/z_libpd.c:67:3: error: 'sys_schedblocksize' undeclared (first use in this function); did you mean 'sys_setblocksize'?
   67 |   sys_schedblocksize = DEFDACBLKSIZE;
      |   ^~~~~~~~~~~~~~~~~~
      |   sys_setblocksize
libpd_wrapper/z_libpd.c:74:3: error: 'sys_nogui' undeclared (first use in this function); did you mean 'sys_gui'?
   74 |   sys_nogui = 1;
      |   ^~~~~~~~~
      |   sys_gui
libpd_wrapper/z_libpd.c:85:3: error: 'sys_searchpath' undeclared (first use in this function)
   85 |   sys_searchpath = NULL;
      |   ^~~~~~~~~~~~~~
libpd_wrapper/z_libpd.c: In function 'libpd_clear_search_path':
libpd_wrapper/z_libpd.c:104:17: error: 'sys_searchpath' undeclared (first use in this function)
  104 |   namelist_free(sys_searchpath);
      |                 ^~~~~~~~~~~~~~
libpd_wrapper/z_libpd.c: In function 'libpd_add_to_search_path':
libpd_wrapper/z_libpd.c:109:3: error: 'sys_searchpath' undeclared (first use in this function)
  109 |   sys_searchpath = namelist_append(sys_searchpath, s, 0);
      |   ^~~~~~~~~~~~~~
libpd_wrapper/z_libpd.c: In function 'libpd_process_raw':
libpd_wrapper/z_libpd.c:141:17: error: 'sys_inchannels' undeclared (first use in this function); did you mean 'sys_get_inchannels'?
  141 |   size_t n_in = sys_inchannels * DEFDACBLKSIZE;
      |                 ^~~~~~~~~~~~~~
      |                 sys_get_inchannels
libpd_wrapper/z_libpd.c:142:18: error: 'sys_outchannels' undeclared (first use in this function); did you mean 'sys_get_outchannels'?
  142 |   size_t n_out = sys_outchannels * DEFDACBLKSIZE;
      |                  ^~~~~~~~~~~~~~~
      |                  sys_get_outchannels
libpd_wrapper/z_libpd.c:146:12: error: 'sys_soundin' undeclared (first use in this function); did you mean 'get_sys_soundin'?
  146 |   for (p = sys_soundin, i = 0; i < n_in; i++) {
      |            ^~~~~~~~~~~
      |            get_sys_soundin
libpd_wrapper/z_libpd.c:149:10: error: 'sys_soundout' undeclared (first use in this function); did you mean 'get_sys_soundout'?
  149 |   memset(sys_soundout, 0, n_out * sizeof(t_sample));
      |          ^~~~~~~~~~~~
      |          get_sys_soundout
libpd_wrapper/z_libpd.c: In function 'libpd_process_short':
libpd_wrapper/z_libpd.c:165:22: error: 'sys_soundin' undeclared (first use in this function); did you mean 'get_sys_soundin'?
  165 |     for (j = 0, p0 = sys_soundin; j < DEFDACBLKSIZE; j++, p0++) { \
      |                      ^~~~~~~~~~~
libpd_wrapper/z_libpd.c:181:3: note: in expansion of macro 'PROCESS'
  181 |   PROCESS(* short_to_sample, * sample_to_short)
      |   ^~~~~~~
libpd_wrapper/z_libpd.c:166:32: error: 'sys_inchannels' undeclared (first use in this function); did you mean 'sys_get_inchannels'?
  166 |       for (k = 0, p1 = p0; k < sys_inchannels; k++, p1 += DEFDACBLKSIZE) { \
      |                                ^~~~~~~~~~~~~~
libpd_wrapper/z_libpd.c:181:3: note: in expansion of macro 'PROCESS'
  181 |   PROCESS(* short_to_sample, * sample_to_short)
      |   ^~~~~~~
libpd_wrapper/z_libpd.c:170:12: error: 'sys_soundout' undeclared (first use in this function); did you mean 'get_sys_soundout'?
  170 |     memset(sys_soundout, 0, sys_outchannels*DEFDACBLKSIZE*sizeof(t_sample)); \
      |            ^~~~~~~~~~~~
libpd_wrapper/z_libpd.c:181:3: note: in expansion of macro 'PROCESS'
  181 |   PROCESS(* short_to_sample, * sample_to_short)
      |   ^~~~~~~
libpd_wrapper/z_libpd.c:170:29: error: 'sys_outchannels' undeclared (first use in this function); did you mean 'sys_get_outchannels'?
  170 |     memset(sys_soundout, 0, sys_outchannels*DEFDACBLKSIZE*sizeof(t_sample)); \
      |                             ^~~~~~~~~~~~~~~
libpd_wrapper/z_libpd.c:181:3: note: in expansion of macro 'PROCESS'
  181 |   PROCESS(* short_to_sample, * sample_to_short)
      |   ^~~~~~~
libpd_wrapper/z_libpd.c: In function 'libpd_process_float':
libpd_wrapper/z_libpd.c:165:22: error: 'sys_soundin' undeclared (first use in this function); did you mean 'get_sys_soundin'?
  165 |     for (j = 0, p0 = sys_soundin; j < DEFDACBLKSIZE; j++, p0++) { \
      |                      ^~~~~~~~~~~
libpd_wrapper/z_libpd.c:185:3: note: in expansion of macro 'PROCESS'
  185 |   PROCESS(,)
      |   ^~~~~~~
libpd_wrapper/z_libpd.c:166:32: error: 'sys_inchannels' undeclared (first use in this function); did you mean 'sys_get_inchannels'?
  166 |       for (k = 0, p1 = p0; k < sys_inchannels; k++, p1 += DEFDACBLKSIZE) { \
      |                                ^~~~~~~~~~~~~~
libpd_wrapper/z_libpd.c:185:3: note: in expansion of macro 'PROCESS'
  185 |   PROCESS(,)
      |   ^~~~~~~
libpd_wrapper/z_libpd.c:170:12: error: 'sys_soundout' undeclared (first use in this function); did you mean 'get_sys_soundout'?
  170 |     memset(sys_soundout, 0, sys_outchannels*DEFDACBLKSIZE*sizeof(t_sample)); \
      |            ^~~~~~~~~~~~
libpd_wrapper/z_libpd.c:185:3: note: in expansion of macro 'PROCESS'
  185 |   PROCESS(,)
      |   ^~~~~~~
libpd_wrapper/z_libpd.c:170:29: error: 'sys_outchannels' undeclared (first use in this function); did you mean 'sys_get_outchannels'?
  170 |     memset(sys_soundout, 0, sys_outchannels*DEFDACBLKSIZE*sizeof(t_sample)); \
      |                             ^~~~~~~~~~~~~~~
libpd_wrapper/z_libpd.c:185:3: note: in expansion of macro 'PROCESS'
  185 |   PROCESS(,)
      |   ^~~~~~~
libpd_wrapper/z_libpd.c: In function 'libpd_process_double':
libpd_wrapper/z_libpd.c:165:22: error: 'sys_soundin' undeclared (first use in this function); did you mean 'get_sys_soundin'?
  165 |     for (j = 0, p0 = sys_soundin; j < DEFDACBLKSIZE; j++, p0++) { \
      |                      ^~~~~~~~~~~
libpd_wrapper/z_libpd.c:189:3: note: in expansion of macro 'PROCESS'
  189 |   PROCESS(,)
      |   ^~~~~~~
libpd_wrapper/z_libpd.c:166:32: error: 'sys_inchannels' undeclared (first use in this function); did you mean 'sys_get_inchannels'?
  166 |       for (k = 0, p1 = p0; k < sys_inchannels; k++, p1 += DEFDACBLKSIZE) { \
      |                                ^~~~~~~~~~~~~~
libpd_wrapper/z_libpd.c:189:3: note: in expansion of macro 'PROCESS'
  189 |   PROCESS(,)
      |   ^~~~~~~
libpd_wrapper/z_libpd.c:170:12: error: 'sys_soundout' undeclared (first use in this function); did you mean 'get_sys_soundout'?
  170 |     memset(sys_soundout, 0, sys_outchannels*DEFDACBLKSIZE*sizeof(t_sample)); \
      |            ^~~~~~~~~~~~
libpd_wrapper/z_libpd.c:189:3: note: in expansion of macro 'PROCESS'
  189 |   PROCESS(,)
      |   ^~~~~~~
libpd_wrapper/z_libpd.c:170:29: error: 'sys_outchannels' undeclared (first use in this function); did you mean 'sys_get_outchannels'?
  170 |     memset(sys_soundout, 0, sys_outchannels*DEFDACBLKSIZE*sizeof(t_sample)); \
      |                             ^~~~~~~~~~~~~~~
libpd_wrapper/z_libpd.c:189:3: note: in expansion of macro 'PROCESS'
  189 |   PROCESS(,)
      |   ^~~~~~~
libpd_wrapper/z_libpd.c: In function 'libpd_get_symbol':
libpd_wrapper/z_libpd.c:295:27: warning: return discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
  295 |   return (a)->a_w.w_symbol->s_name;
      |          ~~~~~~~~~~~~~~~~~^~~~~~~~
make: *** [<builtin>: libpd_wrapper/z_libpd.o] Error 1
danomatika commented 4 years ago

Can you confirm the source files exist within libpd/pure-data/src? So many missing symbols, etc makes me think the clone wasn't complete.

moebiussurfing commented 4 years ago

Yes. The files are there into F:\openFrameworks\addons\ofxPd\libs\libpd\pure-data

Capture

Just in case I cloned ofxPd again from scratch.

so I must forget about using the libpd repo and MSYS2 / mingw32/64 compilation, right?

When creating the project with PG and compiled as release x64 in VS2017 I get this errors log:

Severity    Code    Description Project File    Line    Suppression State
Error   C2664   '_class *class_new(t_symbol *,t_newmethod,t_method,size_t,int,t_atomtype,...)': cannot convert argument 6 from 'int' to 't_atomtype'    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\d_math.c    533 
Error   C2065   'LIBPD_PRINT': undeclared identifier    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\libpd_wrapper\util\z_queued.c 110 
Error   C2065   'LIBPD_BANG': undeclared identifier pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\libpd_wrapper\util\z_queued.c 118 
Error   C2065   'LIBPD_FLOAT': undeclared identifier    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\libpd_wrapper\util\z_queued.c 125 
Error   C2065   'LIBPD_SYMBOL': undeclared identifier   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\libpd_wrapper\util\z_queued.c 132 
Error   C2065   'LIBPD_LIST': undeclared identifier pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\libpd_wrapper\util\z_queued.c 140 
Error   C2065   'LIBPD_MESSAGE': undeclared identifier  pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\libpd_wrapper\util\z_queued.c 150 
Error   C2065   'LIBPD_NOTEON': undeclared identifier   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\libpd_wrapper\util\z_queued.c 200 
Error   C2065   'LIBPD_CONTROLCHANGE': undeclared identifier    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\libpd_wrapper\util\z_queued.c 207 
Error   C2065   'LIBPD_PROGRAMCHANGE': undeclared identifier    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\libpd_wrapper\util\z_queued.c 214 
Error   C2065   'LIBPD_PITCHBEND': undeclared identifier    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\libpd_wrapper\util\z_queued.c 221 
Error   C2065   'LIBPD_AFTERTOUCH': undeclared identifier   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\libpd_wrapper\util\z_queued.c 228 
Error   C2065   'LIBPD_POLYAFTERTOUCH': undeclared identifier   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\libpd_wrapper\util\z_queued.c 235 
Error   C2065   'LIBPD_MIDIBYTE': undeclared identifier pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\libpd_wrapper\util\z_queued.c 242 
Error   C2065   'LIBPD_PRINT': undeclared identifier    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\libpd_wrapper\util\z_queued.c 340 
Error   C2065   'LIBPD_BANG': undeclared identifier pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\libpd_wrapper\util\z_queued.c 344 
Error   C2065   'LIBPD_FLOAT': undeclared identifier    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\libpd_wrapper\util\z_queued.c 348 
Error   C2065   'LIBPD_SYMBOL': undeclared identifier   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\libpd_wrapper\util\z_queued.c 352 
Error   C2065   'LIBPD_LIST': undeclared identifier pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\libpd_wrapper\util\z_queued.c 356 
Error   C2065   'LIBPD_MESSAGE': undeclared identifier  pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\libpd_wrapper\util\z_queued.c 360 
Error   C2051   case expression not constant    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\libpd_wrapper\util\z_queued.c 340 
Error   C2051   case expression not constant    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\libpd_wrapper\util\z_queued.c 344 
Error   C2051   case expression not constant    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\libpd_wrapper\util\z_queued.c 348 
Error   C2051   case expression not constant    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\libpd_wrapper\util\z_queued.c 352 
Error   C2051   case expression not constant    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\libpd_wrapper\util\z_queued.c 356 
Error   C2051   case expression not constant    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\libpd_wrapper\util\z_queued.c 360 
Error   C2065   'LIBPD_NOTEON': undeclared identifier   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\libpd_wrapper\util\z_queued.c 381 
Error   C2065   'LIBPD_CONTROLCHANGE': undeclared identifier    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\libpd_wrapper\util\z_queued.c 385 
Error   C2065   'LIBPD_PROGRAMCHANGE': undeclared identifier    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\libpd_wrapper\util\z_queued.c 389 
Error   C2065   'LIBPD_PITCHBEND': undeclared identifier    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\libpd_wrapper\util\z_queued.c 393 
Error   C2065   'LIBPD_AFTERTOUCH': undeclared identifier   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\libpd_wrapper\util\z_queued.c 397 
Error   C2065   'LIBPD_POLYAFTERTOUCH': undeclared identifier   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\libpd_wrapper\util\z_queued.c 401 
Error   C2065   'LIBPD_MIDIBYTE': undeclared identifier pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\libpd_wrapper\util\z_queued.c 405 
Error   C2051   case expression not constant    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\libpd_wrapper\util\z_queued.c 381 
Error   C2051   case expression not constant    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\libpd_wrapper\util\z_queued.c 385 
Error   C2051   case expression not constant    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\libpd_wrapper\util\z_queued.c 389 
Error   C2051   case expression not constant    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\libpd_wrapper\util\z_queued.c 393 
Error   C2051   case expression not constant    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\libpd_wrapper\util\z_queued.c 397 
Error   C2051   case expression not constant    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\libpd_wrapper\util\z_queued.c 401 
Error   C2051   case expression not constant    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\libpd_wrapper\util\z_queued.c 405 
Error   C2440   '=': cannot convert from 'void *' to 't_pd *'   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\libpd_wrapper\z_libpd.c   267 
Error   C2440   '=': cannot convert from 'void *' to 't_pd *'   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\libpd_wrapper\z_libpd.c   281 
Error   C2440   'initializing': cannot convert from 'void *' to 't_atom *'  pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\libpd_wrapper\z_libpd.c   294 
Error   C2664   'void pd_symbol(t_pd *,t_symbol *)': cannot convert argument 1 from 'void *' to 't_pd *'    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\libpd_wrapper\z_libpd.c   396 
Error   C2664   'void pd_float(t_pd *,t_float)': cannot convert argument 1 from 'void *' to 't_pd *'    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\libpd_wrapper\z_libpd.c   410 
Error   C2664   'void pd_bang(t_pd *)': cannot convert argument 1 from 'void *' to 't_pd *' pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\libpd_wrapper\z_libpd.c   424 
Error   C2664   '_class *class_new(t_symbol *,t_newmethod,t_method,size_t,int,t_atomtype,...)': cannot convert argument 6 from 'int' to 't_atomtype'    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\bob~\bob~.c   243 
Error   C2664   'void class_addmethod(_class *,t_method,t_symbol *,t_atomtype,...)': cannot convert argument 4 from 'int' to 't_atomtype'   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\bob~\bob~.c   249 
Error   C2664   'void class_addmethod(_class *,t_method,t_symbol *,t_atomtype,...)': cannot convert argument 4 from 'int' to 't_atomtype'   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\bob~\bob~.c   250 
Error   C2664   'void class_addmethod(_class *,t_method,t_symbol *,t_atomtype,...)': cannot convert argument 4 from 'int' to 't_atomtype'   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\bob~\bob~.c   251 
Error   C3646   'k_centerfreq': unknown override specifier  pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\bonk~\bonk~.c 119 
Error   C4430   missing type specifier - int assumed. Note: C++ does not support default-int    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\bonk~\bonk~.c 119 
Error   C3646   'k_bandwidth': unknown override specifier   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\bonk~\bonk~.c 120 
Error   C4430   missing type specifier - int assumed. Note: C++ does not support default-int    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\bonk~\bonk~.c 120 
Error   C2143   syntax error: missing ';' before '*'    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\bonk~\bonk~.c 121 
Error   C4430   missing type specifier - int assumed. Note: C++ does not support default-int    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\bonk~\bonk~.c 121 
Error   C2238   unexpected token(s) preceding ';'   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\bonk~\bonk~.c 121 
Error   C3646   'b_halftones': unknown override specifier   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\bonk~\bonk~.c 128 
Error   C4430   missing type specifier - int assumed. Note: C++ does not support default-int    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\bonk~\bonk~.c 128 
Error   C3646   'b_overlap': unknown override specifier pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\bonk~\bonk~.c 129 
Error   C4430   missing type specifier - int assumed. Note: C++ does not support default-int    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\bonk~\bonk~.c 129 
Error   C3646   'b_firstbin': unknown override specifier    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\bonk~\bonk~.c 130 
Error   C4430   missing type specifier - int assumed. Note: C++ does not support default-int    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\bonk~\bonk~.c 130 
Error   C3646   'b_minbandwidth': unknown override specifier    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\bonk~\bonk~.c 131 
Error   C4430   missing type specifier - int assumed. Note: C++ does not support default-int    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\bonk~\bonk~.c 131 
Error   C3646   'h_power': unknown override specifier   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\bonk~\bonk~.c 171 
Error   C4430   missing type specifier - int assumed. Note: C++ does not support default-int    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\bonk~\bonk~.c 171 
Error   C3646   'h_before': unknown override specifier  pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\bonk~\bonk~.c 172 
Error   C4430   missing type specifier - int assumed. Note: C++ does not support default-int    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\bonk~\bonk~.c 172 
Error   C3646   'h_outpower': unknown override specifier    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\bonk~\bonk~.c 173 
Error   C4430   missing type specifier - int assumed. Note: C++ does not support default-int    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\bonk~\bonk~.c 173 
Error   C3646   'h_mask': unknown override specifier    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\bonk~\bonk~.c 175 
Error   C2143   syntax error: missing ',' before '['    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\bonk~\bonk~.c 175 
Error   C2143   syntax error: missing ')' before ';'    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\bonk~\bonk~.c 175 
Error   C2238   unexpected token(s) preceding ';'   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\bonk~\bonk~.c 175 
Error   C2332   'struct': missing tag name  pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\bonk~\bonk~.c 178 
Error   C2059   syntax error: 'template'    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\bonk~\bonk~.c 179 
Error   C2143   syntax error: missing ';' before '{'    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\bonk~\bonk~.c 179 
Error   C2447   '{': missing function header (old-style formal list?)   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\bonk~\bonk~.c 179 
Error   C4430   missing type specifier - int assumed. Note: C++ does not support default-int    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\bonk~\bonk~.c 181 
Error   C2143   syntax error: missing ';' before '*'    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\bonk~\bonk~.c 192 
Error   C4430   missing type specifier - int assumed. Note: C++ does not support default-int    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\bonk~\bonk~.c 192 
Error   C2238   unexpected token(s) preceding ';'   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\bonk~\bonk~.c 192 
Error   C2143   syntax error: missing ';' before '*'    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\bonk~\bonk~.c 193 
Error   C4430   missing type specifier - int assumed. Note: C++ does not support default-int    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\bonk~\bonk~.c 193 
Error   C2238   unexpected token(s) preceding ';'   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\bonk~\bonk~.c 193 
Error   C3646   'x_halftones': unknown override specifier   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\bonk~\bonk~.c 214 
Error   C4430   missing type specifier - int assumed. Note: C++ does not support default-int    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\bonk~\bonk~.c 214 
Error   C3646   'x_overlap': unknown override specifier pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\bonk~\bonk~.c 215 
Error   C4430   missing type specifier - int assumed. Note: C++ does not support default-int    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\bonk~\bonk~.c 215 
Error   C3646   'x_firstbin': unknown override specifier    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\bonk~\bonk~.c 216 
Error   C4430   missing type specifier - int assumed. Note: C++ does not support default-int    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\bonk~\bonk~.c 216 
Error   C3646   'x_minbandwidth': unknown override specifier    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\bonk~\bonk~.c 217 
Error   C4430   missing type specifier - int assumed. Note: C++ does not support default-int    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\bonk~\bonk~.c 217 
Error   C3646   'x_hithresh': unknown override specifier    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\bonk~\bonk~.c 218 
Error   C4430   missing type specifier - int assumed. Note: C++ does not support default-int    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\bonk~\bonk~.c 218 
Error   C3646   'x_lothresh': unknown override specifier    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\bonk~\bonk~.c 219 
Error   C4430   missing type specifier - int assumed. Note: C++ does not support default-int    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\bonk~\bonk~.c 219 
Error   C3646   'x_minvel': unknown override specifier  pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\bonk~\bonk~.c 220 
Error   C4430   missing type specifier - int assumed. Note: C++ does not support default-int    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\bonk~\bonk~.c 220 
Error   C3646   'x_maskdecay': unknown override specifier   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\bonk~\bonk~.c 221 
Error   C4430   missing type specifier - int assumed. Note: C++ does not support default-int    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\bonk~\bonk~.c 221 
Error   C3646   'x_debouncedecay': unknown override specifier   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\bonk~\bonk~.c 224 
Error   C4430   missing type specifier - int assumed. Note: C++ does not support default-int    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\bonk~\bonk~.c 224 
Error   C3646   'x_debouncevel': unknown override specifier pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\bonk~\bonk~.c 225 
Error   C4430   missing type specifier - int assumed. Note: C++ does not support default-int    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\bonk~\bonk~.c 225 
Error   C2143   syntax error: missing ';' before '*'    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\bonk~\bonk~.c 231 
Error   C4430   missing type specifier - int assumed. Note: C++ does not support default-int    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\bonk~\bonk~.c 231 
Error   C2238   unexpected token(s) preceding ';'   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\bonk~\bonk~.c 231 
Error   C3646   'x_sr': unknown override specifier  pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\bonk~\bonk~.c 244 
Error   C4430   missing type specifier - int assumed. Note: C++ does not support default-int    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\bonk~\bonk~.c 244 
Error   C2061   syntax error: identifier 't_float'  pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\bonk~\bonk~.c 302 
Error   C2065   't_float': undeclared identifier    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\bonk~\bonk~.c 305 
Error   C2146   syntax error: missing ';' before identifier 'cf'    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\bonk~\bonk~.c 305 
Error   C2065   'cf': undeclared identifier pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\bonk~\bonk~.c 305 
Error   C2065   'bw': undeclared identifier pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\bonk~\bonk~.c 305 
Error   C2065   'h': undeclared identifier  pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\bonk~\bonk~.c 305 
Error   C2065   'relspace': undeclared identifier   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\bonk~\bonk~.c 305 
Error   C3861   'getbytes': identifier not found    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\bonk~\bonk~.c 306 
Error   C2039   'b_halftones': is not a member of '_filterbank' pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\bonk~\bonk~.c 309 
Error   C2065   'halftones': undeclared identifier  pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\bonk~\bonk~.c 309 
Error   C2039   'b_overlap': is not a member of '_filterbank'   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\bonk~\bonk~.c 310 
Error   C2065   'overlap': undeclared identifier    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\bonk~\bonk~.c 310 
Error   C2039   'b_firstbin': is not a member of '_filterbank'  pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\bonk~\bonk~.c 311 
Error   C2065   'firstbin': undeclared identifier   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\bonk~\bonk~.c 311 
Error   C2039   'b_minbandwidth': is not a member of '_filterbank'  pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\bonk~\bonk~.c 312 
Error   C2065   'minbandwidth': undeclared identifier   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\bonk~\bonk~.c 312 
Error   C3861   'getbytes': identifier not found    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\bonk~\bonk~.c 316 
Error   C2065   'h': undeclared identifier  pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\bonk~\bonk~.c 318 
Error   C2065   'halftones': undeclared identifier  pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\bonk~\bonk~.c 318 
Error   C2065   'relspace': undeclared identifier   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\bonk~\bonk~.c 319 
Error   C2065   'h': undeclared identifier  pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\bonk~\bonk~.c 319 
Error   C2065   'minbandwidth': undeclared identifier   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\bonk~\bonk~.c 321 
Error   C2065   'minbandwidth': undeclared identifier   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\bonk~\bonk~.c 322 
Error   C2065   'firstbin': undeclared identifier   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\bonk~\bonk~.c 323 
Error   C2065   'minbandwidth': undeclared identifier   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\bonk~\bonk~.c 323 
Error   C2065   'firstbin': undeclared identifier   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\bonk~\bonk~.c 324 
Error   C2065   'minbandwidth': undeclared identifier   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\bonk~\bonk~.c 324 
Error   C2065   'cf': undeclared identifier pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\bonk~\bonk~.c 325 
Error   C2065   'firstbin': undeclared identifier   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\bonk~\bonk~.c 325 
Error   C2065   'bw': undeclared identifier pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\bonk~\bonk~.c 326 
Error   C2065   'cf': undeclared identifier pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\bonk~\bonk~.c 326 
Error   C2065   'relspace': undeclared identifier   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\bonk~\bonk~.c 326 
Error   C2065   'overlap': undeclared identifier    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\bonk~\bonk~.c 326 
Error   C2065   'bw': undeclared identifier pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\bonk~\bonk~.c 327 
Error   C2065   'minbandwidth': undeclared identifier   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\bonk~\bonk~.c 327 
Error   C2065   'bw': undeclared identifier pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\bonk~\bonk~.c 328 
Error   C2065   'minbandwidth': undeclared identifier   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\bonk~\bonk~.c 328 
Error   C2065   't_float': undeclared identifier    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\bonk~\bonk~.c 331 
Error   C2065   'fp': undeclared identifier pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\bonk~\bonk~.c 331 
Error   C2065   'newcf': undeclared identifier  pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\bonk~\bonk~.c 331 
Error   C2065   'newbw': undeclared identifier  pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\bonk~\bonk~.c 331 
Error   C2065   't_float': undeclared identifier    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\bonk~\bonk~.c 332 
Error   C2146   syntax error: missing ';' before identifier 'normalizer'    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\bonk~\bonk~.c 332 
Error   C2065   'normalizer': undeclared identifier pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\bonk~\bonk~.c 332 
Error   C2065   'bw': undeclared identifier pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\bonk~\bonk~.c 335 
Error   C2065   'cf': undeclared identifier pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\bonk~\bonk~.c 336 
Error   C3861   'post': identifier not found    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\bonk~\bonk~.c 338 
Error   C3861   'post': identifier not found    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\bonk~\bonk~.c 343 
Error   C2065   'bw': undeclared identifier pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\bonk~\bonk~.c 349 
Error   C2065   't_float': undeclared identifier    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\bonk~\bonk~.c 351 
Error   C2146   syntax error: missing ';' before identifier 'hoppoints' pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\bonk~\bonk~.c 351 
Error   C2039   'k_stuff': is not a member of '_filterkernel'   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\bonk~\bonk~.c 354 
Error   C2065   't_float': undeclared identifier    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\bonk~\bonk~.c 355 
Error   C2059   syntax error: ')'   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\bonk~\bonk~.c 355 
Error   C2039   'k_centerfreq': is not a member of '_filterkernel'  pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\bonk~\bonk~.c 360 
Error   C2065   'cf': undeclared identifier pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\bonk~\bonk~.c 360 
Error   C2039   'k_bandwidth': is not a member of '_filterkernel'   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\bonk~\bonk~.c 361 
Error   C2065   'bw': undeclared identifier pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\bonk~\bonk~.c 361 
Error   C2065   'fp': undeclared identifier pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\bonk~\bonk~.c 363 
Error   C2039   'k_stuff': is not a member of '_filterkernel'   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\bonk~\bonk~.c 363 
Error   C2065   't_float': undeclared identifier    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\bonk~\bonk~.c 365 
Error   C2146   syntax error: missing ';' before identifier 'phase' pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\bonk~\bonk~.c 365 
Error   C2065   'phase': undeclared identifier  pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\bonk~\bonk~.c 365 
Error   C2065   'cf': undeclared identifier pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\bonk~\bonk~.c 365 
Error   C2065   't_float': undeclared identifier    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\bonk~\bonk~.c 366 
Error   C1003   error count exceeds 100; stopping compilation   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\bonk~\bonk~.c 366 
Error   C4430   missing type specifier - int assumed. Note: C++ does not support default-int    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\fiddle~\fiddle~.c 155 
Error   C2146   syntax error: missing ';' before identifier 'sigfiddle_partialonset'    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\fiddle~\fiddle~.c 155 
Error   C4430   missing type specifier - int assumed. Note: C++ does not support default-int    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\fiddle~\fiddle~.c 156 
Error   C3646   'po_freq': unknown override specifier   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\fiddle~\fiddle~.c 212 
Error   C4430   missing type specifier - int assumed. Note: C++ does not support default-int    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\fiddle~\fiddle~.c 212 
Error   C3646   'po_amp': unknown override specifier    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\fiddle~\fiddle~.c 213 
Error   C4430   missing type specifier - int assumed. Note: C++ does not support default-int    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\fiddle~\fiddle~.c 213 
Error   C3646   'p_freq': unknown override specifier    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\fiddle~\fiddle~.c 218 
Error   C4430   missing type specifier - int assumed. Note: C++ does not support default-int    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\fiddle~\fiddle~.c 218 
Error   C3646   'p_width': unknown override specifier   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\fiddle~\fiddle~.c 219 
Error   C4430   missing type specifier - int assumed. Note: C++ does not support default-int    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\fiddle~\fiddle~.c 219 
Error   C3646   'p_pow': unknown override specifier pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\fiddle~\fiddle~.c 220 
Error   C4430   missing type specifier - int assumed. Note: C++ does not support default-int    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\fiddle~\fiddle~.c 220 
Error   C3646   'p_loudness': unknown override specifier    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\fiddle~\fiddle~.c 221 
Error   C4430   missing type specifier - int assumed. Note: C++ does not support default-int    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\fiddle~\fiddle~.c 221 
Error   C2143   syntax error: missing ';' before '*'    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\fiddle~\fiddle~.c 222 
Error   C4430   missing type specifier - int assumed. Note: C++ does not support default-int    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\fiddle~\fiddle~.c 222 
Error   C2238   unexpected token(s) preceding ';'   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\fiddle~\fiddle~.c 222 
Error   C3646   'h_pitch': unknown override specifier   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\fiddle~\fiddle~.c 227 
Error   C4430   missing type specifier - int assumed. Note: C++ does not support default-int    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\fiddle~\fiddle~.c 227 
Error   C3646   'h_value': unknown override specifier   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\fiddle~\fiddle~.c 228 
Error   C4430   missing type specifier - int assumed. Note: C++ does not support default-int    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\fiddle~\fiddle~.c 228 
Error   C3646   'h_loud': unknown override specifier    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\fiddle~\fiddle~.c 229 
Error   C4430   missing type specifier - int assumed. Note: C++ does not support default-int    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\fiddle~\fiddle~.c 229 
Error   C3646   'h_pitch': unknown override specifier   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\fiddle~\fiddle~.c 236 
Error   C4430   missing type specifier - int assumed. Note: C++ does not support default-int    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\fiddle~\fiddle~.c 236 
Error   C3646   'h_amps': unknown override specifier    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\fiddle~\fiddle~.c 237 
Error   C2143   syntax error: missing ',' before '['    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\fiddle~\fiddle~.c 237 
Error   C2143   syntax error: missing ')' before ';'    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\fiddle~\fiddle~.c 237 
Error   C2238   unexpected token(s) preceding ';'   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\fiddle~\fiddle~.c 237 
Error   C3646   'h_pitches': unknown override specifier pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\fiddle~\fiddle~.c 238 
Error   C2143   syntax error: missing ',' before '['    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\fiddle~\fiddle~.c 238 
Error   C2143   syntax error: missing ')' before ';'    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\fiddle~\fiddle~.c 238 
Error   C2238   unexpected token(s) preceding ';'   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\fiddle~\fiddle~.c 238 
Error   C3646   'h_noted': unknown override specifier   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\fiddle~\fiddle~.c 239 
Error   C4430   missing type specifier - int assumed. Note: C++ does not support default-int    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\fiddle~\fiddle~.c 239 
Error   C2143   syntax error: missing ';' before '*'    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\fiddle~\fiddle~.c 266 
Error   C4430   missing type specifier - int assumed. Note: C++ does not support default-int    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\fiddle~\fiddle~.c 266 
Error   C2238   unexpected token(s) preceding ';'   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\fiddle~\fiddle~.c 266 
Error   C2143   syntax error: missing ';' before '*'    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\fiddle~\fiddle~.c 267 
Error   C4430   missing type specifier - int assumed. Note: C++ does not support default-int    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\fiddle~\fiddle~.c 267 
Error   C2238   unexpected token(s) preceding ';'   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\fiddle~\fiddle~.c 267 
Error   C2143   syntax error: missing ';' before '*'    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\fiddle~\fiddle~.c 268 
Error   C4430   missing type specifier - int assumed. Note: C++ does not support default-int    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\fiddle~\fiddle~.c 268 
Error   C2238   unexpected token(s) preceding ';'   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\fiddle~\fiddle~.c 268 
Error   C3646   'x_sr': unknown override specifier  pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\fiddle~\fiddle~.c 275 
Error   C4430   missing type specifier - int assumed. Note: C++ does not support default-int    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\fiddle~\fiddle~.c 275 
Error   C3646   'x_dbs': unknown override specifier pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\fiddle~\fiddle~.c 279 
Error   C2143   syntax error: missing ',' before '['    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\fiddle~\fiddle~.c 279 
Error   C2143   syntax error: missing ')' before ';'    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\fiddle~\fiddle~.c 279 
Error   C2238   unexpected token(s) preceding ';'   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\fiddle~\fiddle~.c 279 
Error   C3646   'x_peaked': unknown override specifier  pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\fiddle~\fiddle~.c 280 
Error   C4430   missing type specifier - int assumed. Note: C++ does not support default-int    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\fiddle~\fiddle~.c 280 
Error   C3646   'x_amplo': unknown override specifier   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\fiddle~\fiddle~.c 284 
Error   C4430   missing type specifier - int assumed. Note: C++ does not support default-int    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\fiddle~\fiddle~.c 284 
Error   C3646   'x_amphi': unknown override specifier   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\fiddle~\fiddle~.c 285 
Error   C4430   missing type specifier - int assumed. Note: C++ does not support default-int    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\fiddle~\fiddle~.c 285 
Error   C2664   'void class_addmethod(_class *,t_method,t_symbol *,t_atomtype,...)': cannot convert argument 4 from 'int' to 't_atomtype'   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\choice\choice.c   125 
Error   C2664   'void class_addmethod(_class *,t_method,t_symbol *,t_atomtype,...)': cannot convert argument 4 from 'int' to 't_atomtype'   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\choice\choice.c   126 
Error   C3646   'x_attackthresh': unknown override specifier    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\fiddle~\fiddle~.c 288 
Error   C4430   missing type specifier - int assumed. Note: C++ does not support default-int    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\fiddle~\fiddle~.c 288 
Error   C3646   'x_vibdepth': unknown override specifier    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\fiddle~\fiddle~.c 291 
Error   C4430   missing type specifier - int assumed. Note: C++ does not support default-int    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\fiddle~\fiddle~.c 291 
Error   C3646   'x_npartial': unknown override specifier    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\fiddle~\fiddle~.c 292 
Error   C4430   missing type specifier - int assumed. Note: C++ does not support default-int    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\fiddle~\fiddle~.c 292 
Error   C4430   missing type specifier - int assumed. Note: C++ does not support default-int    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\fiddle~\fiddle~.c 348 
Error   C2086   'int t_float': redefinition pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\fiddle~\fiddle~.c 348 
Error   C2146   syntax error: missing ';' before identifier 'fiddle_mtof'   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\fiddle~\fiddle~.c 348 
Error   C2143   syntax error: missing ';' before '{'    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\fiddle~\fiddle~.c 349 
Error   C2447   '{': missing function header (old-style formal list?)   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\fiddle~\fiddle~.c 349 
Error   C4430   missing type specifier - int assumed. Note: C++ does not support default-int    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\fiddle~\fiddle~.c 353 
Error   C2086   'int t_float': redefinition pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\fiddle~\fiddle~.c 353 
Error   C2146   syntax error: missing ';' before identifier 'fiddle_ftom'   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\fiddle~\fiddle~.c 353 
Error   C2143   syntax error: missing ';' before '{'    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\fiddle~\fiddle~.c 354 
Error   C2447   '{': missing function header (old-style formal list?)   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\fiddle~\fiddle~.c 354 
Error   C2146   syntax error: missing ';' before identifier 'spect1'    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\fiddle~\fiddle~.c 367 
Error   C2065   'spect1': undeclared identifier pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\fiddle~\fiddle~.c 367 
Error   C2146   syntax error: missing ';' before identifier 'spect2'    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\fiddle~\fiddle~.c 368 
Error   C2065   'spect2': undeclared identifier pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\fiddle~\fiddle~.c 368 
Error   C2065   'fp': undeclared identifier pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\fiddle~\fiddle~.c 379 
Error   C2065   'fp1': undeclared identifier    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\fiddle~\fiddle~.c 379 
Error   C2065   'fp2': undeclared identifier    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\fiddle~\fiddle~.c 379 
Error   C2065   'fp3': undeclared identifier    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\fiddle~\fiddle~.c 379 
Error   C2065   'total_power': undeclared identifier    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\fiddle~\fiddle~.c 379 
Error   C2065   'total_loudness': undeclared identifier pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\fiddle~\fiddle~.c 379 
Error   C2065   'total_db': undeclared identifier   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\fiddle~\fiddle~.c 379 
Error   C2146   syntax error: missing ';' before identifier 'maxbin'    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\fiddle~\fiddle~.c 380 
Error   C2065   'maxbin': undeclared identifier pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\fiddle~\fiddle~.c 380 
Error   C2065   'histogram': undeclared identifier  pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\fiddle~\fiddle~.c 380 
Error   C2065   'spect2': undeclared identifier pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\fiddle~\fiddle~.c 380 
Error   C2146   syntax error: missing ';' before identifier 'hzperbin'  pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\fiddle~\fiddle~.c 382 
Error   C2065   'hzperbin': undeclared identifier   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\fiddle~\fiddle~.c 382 
Error   C2039   'x_sr': is not a member of 'sigfiddle'  pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\fiddle~\fiddle~.c 382 
Error   C2065   'fp1': undeclared identifier    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\fiddle~\fiddle~.c 395 
Error   C2039   'x_inbuf': is not a member of 'sigfiddle'   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\fiddle~\fiddle~.c 395 
Error   C2065   'fp2': undeclared identifier    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\fiddle~\fiddle~.c 395 
Error   C2039   'x_spiral': is not a member of 'sigfiddle'  pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\fiddle~\fiddle~.c 395 
Error   C2065   'fp3': undeclared identifier    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\fiddle~\fiddle~.c 395 
Error   C2065   'spect1': undeclared identifier pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\fiddle~\fiddle~.c 395 
Error   C2065   'fp1': undeclared identifier    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\fiddle~\fiddle~.c 396 
Error   C2065   'fp2': undeclared identifier    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\fiddle~\fiddle~.c 396 
Error   C2065   'fp3': undeclared identifier    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\fiddle~\fiddle~.c 396 
Error   C2065   'fp3': undeclared identifier    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\fiddle~\fiddle~.c 397 
Error   C2065   'fp1': undeclared identifier    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\fiddle~\fiddle~.c 397 
Error   C2065   'fp2': undeclared identifier    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\fiddle~\fiddle~.c 397 
Error   C2065   'fp1': undeclared identifier    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\fiddle~\fiddle~.c 415 
Error   C2065   'spect1': undeclared identifier pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\fiddle~\fiddle~.c 415 
Error   C2065   'fp2': undeclared identifier    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\fiddle~\fiddle~.c 415 
Error   C2065   'spect2': undeclared identifier pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\fiddle~\fiddle~.c 415 
Error   C2065   'fp1': undeclared identifier    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\fiddle~\fiddle~.c 416 
Error   C2065   'fp2': undeclared identifier    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\fiddle~\fiddle~.c 416 
Error   C2065   'fp2': undeclared identifier    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\fiddle~\fiddle~.c 417 
Error   C2065   'fp1': undeclared identifier    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\fiddle~\fiddle~.c 417 
Error   C2065   'fp1': undeclared identifier    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\fiddle~\fiddle~.c 418 
Error   C2065   'spect1': undeclared identifier pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\fiddle~\fiddle~.c 418 
Error   C2065   'fp2': undeclared identifier    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\fiddle~\fiddle~.c 418 
Error   C2065   'spect2': undeclared identifier pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\fiddle~\fiddle~.c 418 
Error   C2065   'fp1': undeclared identifier    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\fiddle~\fiddle~.c 419 
Error   C2065   'fp2': undeclared identifier    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\fiddle~\fiddle~.c 419 
Error   C2065   'fp2': undeclared identifier    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\fiddle~\fiddle~.c 420 
Error   C2065   'fp1': undeclared identifier    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\fiddle~\fiddle~.c 420 
Error   C2065   'fp1': undeclared identifier    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\fiddle~\fiddle~.c 421 
Error   C2065   'spect2': undeclared identifier pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\fiddle~\fiddle~.c 421 
Error   C2065   'fp2': undeclared identifier    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\fiddle~\fiddle~.c 421 
Error   C2065   'fp1': undeclared identifier    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\fiddle~\fiddle~.c 422 
Error   C2065   'fp2': undeclared identifier    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\fiddle~\fiddle~.c 422 
Error   C2065   'fp2': undeclared identifier    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\fiddle~\fiddle~.c 423 
Error   C2065   'fp1': undeclared identifier    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\fiddle~\fiddle~.c 423 
Error   C2065   'fp1': undeclared identifier    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\fiddle~\fiddle~.c 424 
Error   C1003   error count exceeds 100; stopping compilation   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\fiddle~\fiddle~.c 424 
Error   C2664   'void class_addmethod(_class *,t_method,t_symbol *,t_atomtype,...)': cannot convert argument 4 from 'int' to 't_atomtype'   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\lrshift~\lrshift~.c   74  
Error   C2664   '_class *class_new(t_symbol *,t_newmethod,t_method,size_t,int,t_atomtype,...)': cannot convert argument 6 from 'int' to 't_atomtype'    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\pd~\pdsched.c 102 
Error   C2440   '=': cannot convert from 'void *' to 'char *'   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\pd~\pdsched.c 113 
Error   C2440   '=': cannot convert from 'void *' to 't_float *'    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\pique\pique.c 36  
Error   C2440   '=': cannot convert from 'void *' to 't_float *'    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\pique\pique.c 37  
Error   C2440   '=': cannot convert from 'void *' to 't_float *'    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\pique\pique.c 38  
Error   C2440   '=': cannot convert from 'void *' to 't_float *'    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\pique\pique.c 39  
Error   C2440   'initializing': cannot convert from 'void *' to 'ring_buffer *' pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\libpd_wrapper\util\ringbuffer.c   42  
Error   C2440   '=': cannot convert from 'void *' to 'char *'   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\libpd_wrapper\util\ringbuffer.c   44  
Error   C2665   '_InterlockedOr': none of the 2 overloads could convert all the argument types  pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\libpd_wrapper\util\ringbuffer.c   65  
Error   C2665   '_InterlockedOr': none of the 2 overloads could convert all the argument types  pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\libpd_wrapper\util\ringbuffer.c   66  
Error   C2665   '_InterlockedOr': none of the 2 overloads could convert all the argument types  pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\libpd_wrapper\util\ringbuffer.c   75  
Error   C2665   '_InterlockedOr': none of the 2 overloads could convert all the argument types  pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\libpd_wrapper\util\ringbuffer.c   76  
Error   C2665   '_InterlockedCompareExchange': none of the 4 overloads could convert all the argument types pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\libpd_wrapper\util\ringbuffer.c   105 
Error   C2665   '_InterlockedCompareExchange': none of the 4 overloads could convert all the argument types pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\libpd_wrapper\util\ringbuffer.c   124 
Error   C3646   'p_freq': unknown override specifier    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\sigmund~\sigmund~.c   50  
Error   C4430   missing type specifier - int assumed. Note: C++ does not support default-int    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\sigmund~\sigmund~.c   50  
Error   C3646   'p_amp': unknown override specifier pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\sigmund~\sigmund~.c   51  
Error   C4430   missing type specifier - int assumed. Note: C++ does not support default-int    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\sigmund~\sigmund~.c   51  
Error   C3646   'p_ampreal': unknown override specifier pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\sigmund~\sigmund~.c   52  
Error   C4430   missing type specifier - int assumed. Note: C++ does not support default-int    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\sigmund~\sigmund~.c   52  
Error   C3646   'p_ampimag': unknown override specifier pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\sigmund~\sigmund~.c   53  
Error   C4430   missing type specifier - int assumed. Note: C++ does not support default-int    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\sigmund~\sigmund~.c   53  
Error   C3646   'p_pit': unknown override specifier pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\sigmund~\sigmund~.c   54  
Error   C4430   missing type specifier - int assumed. Note: C++ does not support default-int    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\sigmund~\sigmund~.c   54  
Error   C3646   'p_db': unknown override specifier  pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\sigmund~\sigmund~.c   55  
Error   C4430   missing type specifier - int assumed. Note: C++ does not support default-int    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\sigmund~\sigmund~.c   55  
Error   C3646   'p_salience': unknown override specifier    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\sigmund~\sigmund~.c   56  
Error   C4430   missing type specifier - int assumed. Note: C++ does not support default-int    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\sigmund~\sigmund~.c   56  
Error   C3646   'p_tmp': unknown override specifier pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\sigmund~\sigmund~.c   57  
Error   C4430   missing type specifier - int assumed. Note: C++ does not support default-int    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\sigmund~\sigmund~.c   57  
Error   C4430   missing type specifier - int assumed. Note: C++ does not support default-int    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\sigmund~\sigmund~.c   75  
Error   C2146   syntax error: missing ';' before identifier 'sigmund_ftom'  pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\sigmund~\sigmund~.c   75  
Error   C2146   syntax error: missing ')' before identifier 'f' pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\sigmund~\sigmund~.c   75  
Error   C2143   syntax error: missing ';' before '{'    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\sigmund~\sigmund~.c   76  
Error   C2447   '{': missing function header (old-style formal list?)   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\sigmund~\sigmund~.c   76  
Error   C4430   missing type specifier - int assumed. Note: C++ does not support default-int    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\sigmund~\sigmund~.c   81  
Error   C2086   'int t_float': redefinition pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\sigmund~\sigmund~.c   81  
Error   C2146   syntax error: missing ';' before identifier 'sigmund_powtodb'   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\sigmund~\sigmund~.c   81  
Error   C2146   syntax error: missing ')' before identifier 'f' pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\sigmund~\sigmund~.c   81  
Error   C2143   syntax error: missing ';' before '{'    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\sigmund~\sigmund~.c   82  
Error   C2447   '{': missing function header (old-style formal list?)   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\sigmund~\sigmund~.c   82  
Error   C4430   missing type specifier - int assumed. Note: C++ does not support default-int    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\sigmund~\sigmund~.c   100 
Error   C2086   'int t_float': redefinition pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\sigmund~\sigmund~.c   100 
Error   C2146   syntax error: missing ';' before identifier 'sinx'  pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\sigmund~\sigmund~.c   100 
Error   C2146   syntax error: missing ')' before identifier 'theta' pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\sigmund~\sigmund~.c   100 
Error   C2143   syntax error: missing ';' before '{'    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\sigmund~\sigmund~.c   101 
Error   C2447   '{': missing function header (old-style formal list?)   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\sigmund~\sigmund~.c   101 
Error   C4430   missing type specifier - int assumed. Note: C++ does not support default-int    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\sigmund~\sigmund~.c   107 
Error   C2086   'int t_float': redefinition pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\sigmund~\sigmund~.c   107 
Error   C2146   syntax error: missing ';' before identifier 'window_hann_mag'   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\sigmund~\sigmund~.c   107 
Error   C2146   syntax error: missing ')' before identifier 'pidetune'  pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\sigmund~\sigmund~.c   107 
Error   C2143   syntax error: missing ';' before '{'    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\sigmund~\sigmund~.c   108 
Error   C2447   '{': missing function header (old-style formal list?)   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\sigmund~\sigmund~.c   108 
Error   C4430   missing type specifier - int assumed. Note: C++ does not support default-int    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\sigmund~\sigmund~.c   114 
Error   C2086   'int t_float': redefinition pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\sigmund~\sigmund~.c   114 
Error   C2146   syntax error: missing ';' before identifier 'window_mag'    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\sigmund~\sigmund~.c   114 
Error   C2146   syntax error: missing ')' before identifier 'pidetune'  pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\sigmund~\sigmund~.c   114 
Error   C2143   syntax error: missing ';' before '{'    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\sigmund~\sigmund~.c   115 
Error   C2447   '{': missing function header (old-style formal list?)   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\sigmund~\sigmund~.c   115 
Error   C2039   'p_freq': is not a member of 'peak' pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\sigmund~\sigmund~.c   124 
Error   C2039   'p_freq': is not a member of 'peak' pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\sigmund~\sigmund~.c   126 
Error   C2061   syntax error: identifier 't_float'  pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\sigmund~\sigmund~.c   131 
Error   C2065   'npeak': undeclared identifier  pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\sigmund~\sigmund~.c   134 
Error   C2146   syntax error: missing ';' before identifier 'ampreal'   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\sigmund~\sigmund~.c   137 
Error   C2065   'ampreal': undeclared identifier    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\sigmund~\sigmund~.c   137 
Error   C2065   'ampimag': undeclared identifier    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\sigmund~\sigmund~.c   137 
Error   C2146   syntax error: missing ';' before identifier 'binperf'   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\sigmund~\sigmund~.c   138 
Error   C2065   'binperf': undeclared identifier    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\sigmund~\sigmund~.c   138 
Error   C2065   'fperbin': undeclared identifier    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\sigmund~\sigmund~.c   138 
Error   C2146   syntax error: missing ';' before identifier 'phaseperbin'   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\sigmund~\sigmund~.c   139 
Error   C2065   'phaseperbin': undeclared identifier    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\sigmund~\sigmund~.c   139 
Error   C2065   'oneovern': undeclared identifier   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\sigmund~\sigmund~.c   139 
Error   C2065   'npeak': undeclared identifier  pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\sigmund~\sigmund~.c   140 
Error   C2065   'npeak': undeclared identifier  pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\sigmund~\sigmund~.c   142 
Error   C2065   'peaks': undeclared identifier  pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\sigmund~\sigmund~.c   143 
Error   C2065   'npeak': undeclared identifier  pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\sigmund~\sigmund~.c   144 
Error   C2039   'p_ampreal': is not a member of 'peak'  pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\sigmund~\sigmund~.c   146 
Error   C2039   'p_ampimag': is not a member of 'peak'  pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\sigmund~\sigmund~.c   147 
Error   C2039   'p_freq': is not a member of 'peak' pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\sigmund~\sigmund~.c   148 
Error   C2065   'npeak': undeclared identifier  pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\sigmund~\sigmund~.c   149 
Error   C2039   'p_freq': is not a member of 'peak' pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\sigmund~\sigmund~.c   151 
Error   C2065   'binperf': undeclared identifier    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\sigmund~\sigmund~.c   151 
Error   C2065   'npeak': undeclared identifier  pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\sigmund~\sigmund~.c   152 
Error   C2146   syntax error: missing ';' before identifier 'windreal'  pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\sigmund~\sigmund~.c   153 
Error   C2065   'windreal': undeclared identifier   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\sigmund~\sigmund~.c   153 
Error   C2065   'windimag': undeclared identifier   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\sigmund~\sigmund~.c   153 
Error   C2065   'windpower': undeclared identifier  pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\sigmund~\sigmund~.c   153 
Error   C2065   'detune': undeclared identifier pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\sigmund~\sigmund~.c   153 
Error   C2065   'pidetune': undeclared identifier   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\sigmund~\sigmund~.c   153 
Error   C2065   'sinpidetune': undeclared identifier    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\sigmund~\sigmund~.c   153 
Error   C2065   'cospidetune': undeclared identifier    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\sigmund~\sigmund~.c   154 
Error   C2065   'ampcorrect': undeclared identifier pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\sigmund~\sigmund~.c   154 
Error   C2065   'ampout': undeclared identifier pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\sigmund~\sigmund~.c   154 
Error   C2065   'ampoutreal': undeclared identifier pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\sigmund~\sigmund~.c   154 
Error   C2065   'ampoutimag': undeclared identifier pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\sigmund~\sigmund~.c   154 
Error   C2065   'freqout': undeclared identifier    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\sigmund~\sigmund~.c   154 
Error   C2065   'ampreal': undeclared identifier    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\sigmund~\sigmund~.c   160 
Error   C2065   'ftreal': undeclared identifier pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\sigmund~\sigmund~.c   160 
Error   C2065   'ampimag': undeclared identifier    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\sigmund~\sigmund~.c   160 
Error   C2065   'ftimag': undeclared identifier pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\sigmund~\sigmund~.c   160 
Error   C2146   syntax error: missing ';' before identifier 'neighborreal'  pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\sigmund~\sigmund~.c   165 
Error   C2065   'neighborreal': undeclared identifier   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\sigmund~\sigmund~.c   165 
Error   C2664   '_class *class_new(t_symbol *,t_newmethod,t_method,size_t,int,t_atomtype,...)': cannot convert argument 6 from 'int' to 't_atomtype'    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\d_arithmetic.c  138 
Error   C2039   'p_ampreal': is not a member of 'peak'  pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\sigmund~\sigmund~.c   165 
Error   C2146   syntax error: missing ';' before identifier 'neighborimag'  pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\sigmund~\sigmund~.c   166 
Error   C2065   'neighborimag': undeclared identifier   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\sigmund~\sigmund~.c   166 
Error   C2039   'p_ampimag': is not a member of 'peak'  pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\sigmund~\sigmund~.c   166 
Error   C2146   syntax error: missing ';' before identifier 'freqdiff'  pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\sigmund~\sigmund~.c   169 
Error   C2065   'freqdiff': undeclared identifier   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\sigmund~\sigmund~.c   169 
Error   C2065   'binperf': undeclared identifier    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\sigmund~\sigmund~.c   170 
Error   C2039   'p_freq': is not a member of 'peak' pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\sigmund~\sigmund~.c   170 
Error   C2146   syntax error: missing ';' before identifier 'sx'    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\sigmund~\sigmund~.c   171 
Error   C2065   'sx': undeclared identifier pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\sigmund~\sigmund~.c   171 
Error   C2065   'freqdiff': undeclared identifier   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\sigmund~\sigmund~.c   171 
Error   C3861   'sinx': identifier not found    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\sigmund~\sigmund~.c   171 
Error   C2146   syntax error: missing ';' before identifier 'phasere'   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\sigmund~\sigmund~.c   172 
Error   C2065   'phasere': undeclared identifier    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\sigmund~\sigmund~.c   172 
Error   C2065   'freqdiff': undeclared identifier   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\sigmund~\sigmund~.c   172 
Error   C2065   'phaseperbin': undeclared identifier    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\sigmund~\sigmund~.c   172 
Error   C2146   syntax error: missing ';' before identifier 'phaseim'   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\sigmund~\sigmund~.c   173 
Error   C2065   'phaseim': undeclared identifier    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\sigmund~\sigmund~.c   173 
Error   C2065   'freqdiff': undeclared identifier   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\sigmund~\sigmund~.c   173 
Error   C2065   'phaseperbin': undeclared identifier    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\sigmund~\sigmund~.c   173 
Error   C2065   'ampreal': undeclared identifier    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\sigmund~\sigmund~.c   174 
Error   C2065   'sx': undeclared identifier pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\sigmund~\sigmund~.c   175 
Error   C2664   '_class *class_new(t_symbol *,t_newmethod,t_method,size_t,int,t_atomtype,...)': cannot convert argument 6 from 'int' to 't_atomtype'    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\d_arithmetic.c  268 
Error   C2065   'phasere': undeclared identifier    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\sigmund~\sigmund~.c   175 
Error   C2065   'neighborreal': undeclared identifier   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\sigmund~\sigmund~.c   175 
Error   C2065   'phaseim': undeclared identifier    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\sigmund~\sigmund~.c   175 
Error   C2065   'neighborimag': undeclared identifier   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\sigmund~\sigmund~.c   175 
Error   C1003   error count exceeds 100; stopping compilation   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\extra\sigmund~\sigmund~.c   175 
Error   C2664   '_class *class_new(t_symbol *,t_newmethod,t_method,size_t,int,t_atomtype,...)': cannot convert argument 6 from 'int' to 't_atomtype'    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\d_arithmetic.c  399 
Error   C2664   '_class *class_new(t_symbol *,t_newmethod,t_method,size_t,int,t_atomtype,...)': cannot convert argument 6 from 'int' to 't_atomtype'    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\d_arithmetic.c  541 
Error   C2664   '_class *class_new(t_symbol *,t_newmethod,t_method,size_t,int,t_atomtype,...)': cannot convert argument 6 from 'int' to 't_atomtype'    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\d_arithmetic.c  683 
Error   C2664   '_class *class_new(t_symbol *,t_newmethod,t_method,size_t,int,t_atomtype,...)': cannot convert argument 6 from 'int' to 't_atomtype'    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\d_arithmetic.c  825 
Error   C2664   'void class_addmethod(_class *,t_method,t_symbol *,t_atomtype,...)': cannot convert argument 4 from 'int' to 't_atomtype'   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\d_array.c   131 
Error   C2664   'void class_addmethod(_class *,t_method,t_symbol *,t_atomtype,...)': cannot convert argument 4 from 'int' to 't_atomtype'   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\d_array.c   262 
Error   C2664   '_class *class_new(t_symbol *,t_newmethod,t_method,size_t,int,t_atomtype,...)': cannot convert argument 6 from 'int' to 't_atomtype'    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\d_ctl.c 220 
Error   C2664   'void class_addmethod(_class *,t_method,t_symbol *,t_atomtype,...)': cannot convert argument 4 from 'int' to 't_atomtype'   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\d_ctl.c 225 
Error   C2664   '_class *class_new(t_symbol *,t_newmethod,t_method,size_t,int,t_atomtype,...)': cannot convert argument 6 from 'int' to 't_atomtype'    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\d_ctl.c 414 
Error   C2664   'void class_addmethod(_class *,t_method,t_symbol *,t_atomtype,...)': cannot convert argument 4 from 'int' to 't_atomtype'   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\d_ctl.c 419 
Error   C2664   '_class *class_new(t_symbol *,t_newmethod,t_method,size_t,int,t_atomtype,...)': cannot convert argument 6 from 'int' to 't_atomtype'    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\d_ctl.c 468 
Error   C2664   '_class *class_new(t_symbol *,t_newmethod,t_method,size_t,int,t_atomtype,...)': cannot convert argument 6 from 'int' to 't_atomtype'    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\d_ctl.c 555 
Error   C2440   '=': cannot convert from 'void *' to 't_sample *'   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\d_ctl.c 601 
Error   C2664   'void clock_delay(_clock *,double)': cannot convert argument 1 from 'void *' to '_clock *'  pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\d_ctl.c 655 
Error   C2664   'void outlet_float(_outlet *,t_float)': cannot convert argument 1 from 'void *' to '_outlet *'  pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\d_ctl.c 683 
Error   C2440   '=': cannot convert from 'void *' to 't_sample *'   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\d_delay.c   88  
Error   C2664   'void class_addmethod(_class *,t_method,t_symbol *,t_atomtype,...)': cannot convert argument 4 from 'int' to 't_atomtype'   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\d_delay.c   147 
Error   C2664   'void clock_free(_clock *)': cannot convert argument 1 from 'void *' to '_clock *'  pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\d_ctl.c 688 
Error   C2491   'mayer_fht': definition of dllimport function not allowed   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\d_fft_fftsg.c   83  
Error   C2491   'mayer_dofft': definition of dllimport function not allowed pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\d_fft_fftsg.c   88  
Error   C2440   '=': cannot convert from 'void *' to 'double *' pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\d_fft_fftsg.c   92  
Error   C2491   'mayer_fft': definition of dllimport function not allowed   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\d_fft_fftsg.c   111 
Error   C2491   'mayer_ifft': definition of dllimport function not allowed  pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\d_fft_fftsg.c   116 
Error   C2491   'mayer_realfft': definition of dllimport function not allowed   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\d_fft_fftsg.c   121 
Error   C2440   '=': cannot convert from 'void *' to 'double *' pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\d_fft_fftsg.c   125 
Error   C2491   'mayer_realifft': definition of dllimport function not allowed  pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\d_fft_fftsg.c   139 
Error   C2440   '=': cannot convert from 'void *' to 'double *' pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\d_fft_fftsg.c   143 
Error   C2664   '_class *class_new(t_symbol *,t_newmethod,t_method,size_t,int,t_atomtype,...)': cannot convert argument 6 from 'int' to 't_atomtype'    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\d_fft.c 126 
Error   C2664   '_class *class_new(t_symbol *,t_newmethod,t_method,size_t,int,t_atomtype,...)': cannot convert argument 6 from 'int' to 't_atomtype'    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\d_fft.c 132 
Error   C2664   '_class *class_new(t_symbol *,t_newmethod,t_method,size_t,int,t_atomtype,...)': cannot convert argument 6 from 'int' to 't_atomtype'    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\d_fft.c 190 
Error   C2664   '_class *class_new(t_symbol *,t_newmethod,t_method,size_t,int,t_atomtype,...)': cannot convert argument 6 from 'int' to 't_atomtype'    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\d_fft.c 251 
Error   C2664   '_class *class_new(t_symbol *,t_newmethod,t_method,size_t,int,t_atomtype,...)': cannot convert argument 6 from 'int' to 't_atomtype'    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\d_fft.c 340 
Error   C1189   #error:  Macro definition of snprintf conflicts with Standard Library function declaration (compiling source file ..\..\..\addons\ofxPd\libs\libpd\pure-data\extra\pd~\pd~.c)   pdMultiExample  c:\program files (x86)\windows kits\10\include\10.0.17763.0\ucrt\stdio.h    1935    
Error   C2059   syntax error: 'new' pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\d_filter.c  69  
Error   C2059   syntax error: '-'   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\d_filter.c  70  
Error   C2059   syntax error: ';'   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\d_filter.c  71  
Error   C2059   syntax error: 'new' pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\d_filter.c  99  
Error   C2059   syntax error: '-'   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\d_filter.c  100 
Error   C2059   syntax error: ';'   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\d_filter.c  101 
Error   C2664   'void class_addmethod(_class *,t_method,t_symbol *,t_atomtype,...)': cannot convert argument 4 from 'int' to 't_atomtype'   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\d_filter.c  139 
Error   C2664   'void class_addmethod(_class *,t_method,t_symbol *,t_atomtype,...)': cannot convert argument 4 from 'int' to 't_atomtype'   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\d_filter.c  230 
Error   C2664   'void class_addmethod(_class *,t_method,t_symbol *,t_atomtype,...)': cannot convert argument 4 from 'int' to 't_atomtype'   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\d_filter.c  367 
Error   C2664   '_class *class_new(t_symbol *,t_newmethod,t_method,size_t,int,t_atomtype,...)': cannot convert argument 6 from 'int' to 't_atomtype'    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\d_filter.c  563 
Error   C2664   'void class_addmethod(_class *,t_method,t_symbol *,t_atomtype,...)': cannot convert argument 4 from 'int' to 't_atomtype'   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\d_filter.c  641 
Error   C2664   'void class_addmethod(_class *,t_method,t_symbol *,t_atomtype,...)': cannot convert argument 4 from 'int' to 't_atomtype'   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\d_filter.c  713 
Error   C2664   '_class *class_new(t_symbol *,t_newmethod,t_method,size_t,int,t_atomtype,...)': cannot convert argument 6 from 'int' to 't_atomtype'    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\d_math.c    169 
Error   C2664   'void class_addcreator(t_newmethod,t_symbol *,t_atomtype,...)': cannot convert argument 3 from 'int' to 't_atomtype'    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\d_math.c    172 
Error   C2664   '_class *class_new(t_symbol *,t_newmethod,t_method,size_t,int,t_atomtype,...)': cannot convert argument 6 from 'int' to 't_atomtype'    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\d_math.c    227 
Error   C2664   'void class_addcreator(t_newmethod,t_symbol *,t_atomtype,...)': cannot convert argument 3 from 'int' to 't_atomtype'    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\d_math.c    229 
Error   C2664   'void class_addmethod(_class *,t_method,t_symbol *,t_atomtype,...)': cannot convert argument 4 from 'int' to 't_atomtype'   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\d_filter.c  786 
Error   C2664   '_class *class_new(t_symbol *,t_newmethod,t_method,size_t,int,t_atomtype,...)': cannot convert argument 6 from 'int' to 't_atomtype'    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\d_math.c    291 
Error   C2664   '_class *class_new(t_symbol *,t_newmethod,t_method,size_t,int,t_atomtype,...)': cannot convert argument 6 from 'int' to 't_atomtype'    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\d_math.c    340 
Error   C2664   'void class_addmethod(_class *,t_method,t_symbol *,t_atomtype,...)': cannot convert argument 4 from 'int' to 't_atomtype'   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\d_filter.c  879 
Error   C2664   '_class *class_new(t_symbol *,t_newmethod,t_method,size_t,int,t_atomtype,...)': cannot convert argument 6 from 'int' to 't_atomtype'    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\d_math.c    384 
Error   C2664   '_class *class_new(t_symbol *,t_newmethod,t_method,size_t,int,t_atomtype,...)': cannot convert argument 6 from 'int' to 't_atomtype'    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\d_math.c    434 
Error   C2664   'void class_addmethod(_class *,t_method,t_symbol *,t_atomtype,...)': cannot convert argument 4 from 'int' to 't_atomtype'   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\d_filter.c  969 
Error   C2664   '_class *class_new(t_symbol *,t_newmethod,t_method,size_t,int,t_atomtype,...)': cannot convert argument 6 from 'int' to 't_atomtype'    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\d_math.c    483 
Error   C2664   'void class_addmethod(_class *,t_method,t_symbol *,t_atomtype,...)': cannot convert argument 4 from 'int' to 't_atomtype'   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\d_filter.c  1061    
Error   C2664   '_class *class_new(t_symbol *,t_newmethod,t_method,size_t,int,t_atomtype,...)': cannot convert argument 6 from 'int' to 't_atomtype'    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\d_math.c    582 
Error   C2664   '_class *class_new(t_symbol *,t_newmethod,t_method,size_t,int,t_atomtype,...)': cannot convert argument 6 from 'int' to 't_atomtype'    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\d_math.c    675 
Error   C2664   '_class *class_new(t_symbol *,t_newmethod,t_method,size_t,int,t_atomtype,...)': cannot convert argument 6 from 'int' to 't_atomtype'    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\d_math.c    772 
Error   C2664   '_class *class_new(t_symbol *,t_newmethod,t_method,size_t,int,t_atomtype,...)': cannot convert argument 6 from 'int' to 't_atomtype'    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\d_misc.c    119 
Error   C2664   'void class_addmethod(_class *,t_method,t_symbol *,t_atomtype,...)': cannot convert argument 4 from 'int' to 't_atomtype'   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\d_misc.c    121 
Error   C2440   '=': cannot convert from 'void *' to 't_sample *'   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\d_resample.c    161 
Error   C2440   '=': cannot convert from 'void *' to '_instanceugen *'  pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\d_ugen.c    54  
Error   C1083   Cannot open include file: 'unistd.h': No such file or directory pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\d_soundfile.c   15  
Error   C2440   '=': cannot convert from 'void *' to 't_int *'  pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\d_ugen.c    332 
Error   C2440   '=': cannot convert from 'void *' to 't_int *'  pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\d_ugen.c    356 
Error   C2440   '=': cannot convert from 'void *' to '_siginlet *'  pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\d_ugen.c    674 
Error   C2440   '=': cannot convert from 'void *' to '_sigoutlet *' pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\d_ugen.c    678 
Error   C2332   'class': missing tag name   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\d_ugen.c    749 
Error   C2226   syntax error: unexpected type 'ugen_doit::<anonymous-tag>'  pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\d_ugen.c    749 
Error   C2332   'class': missing tag name   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\d_ugen.c    756 
Error   C2143   syntax error: missing ')' before '=='   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\d_ugen.c    756 
Error   C2059   syntax error: '=='  pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\d_ugen.c    756 
Error   C2332   'class': missing tag name   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\d_ugen.c    757 
Error   C2059   syntax error: ')'   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\d_ugen.c    757 
Error   C2332   'class': missing tag name   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\d_ugen.c    762 
Error   C2143   syntax error: missing ')' before '=='   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\d_ugen.c    762 
Error   C2059   syntax error: '=='  pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\d_ugen.c    762 
Error   C2332   'class': missing tag name   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\d_ugen.c    763 
Error   C2059   syntax error: ')'   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\d_ugen.c    763 
Error   C2332   'class': missing tag name   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\d_ugen.c    767 
Error   C2144   syntax error: 'ugen_doit::<anonymous-tag>' should be preceded by ')'    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\d_ugen.c    767 
Error   C2660   'class_getname': function does not take 0 arguments pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\d_ugen.c    767 
Error   C2144   syntax error: 'ugen_doit::<anonymous-tag>' should be preceded by ';'    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\d_ugen.c    767 
Error   C2059   syntax error: ')'   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\d_ugen.c    767 
Error   C2059   syntax error: ','   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\d_ugen.c    767 
Error   C2059   syntax error: ')'   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\d_ugen.c    768 
Error   C2664   '_class *class_new(t_symbol *,t_newmethod,t_method,size_t,int,t_atomtype,...)': cannot convert argument 6 from 'int' to 't_atomtype'    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\d_ugen.c    1224    
Error   C2059   syntax error: 'template'    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_array.c   25  
Error   C2059   syntax error: '='   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_array.c   26  
Error   C2059   syntax error: 'template'    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_array.c   29  
Error   C2059   syntax error: 'template'    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_array.c   37  
Error   C2059   syntax error: 'template'    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_array.c   49  
Error   C2059   syntax error: 'template'    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_array.c   53  
Error   C2059   syntax error: 'template'    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_array.c   67  
Error   C2143   syntax error: missing ')' before 'template' pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_array.c   86  
Error   C2143   syntax error: missing ';' before 'template' pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_array.c   86  
Error   C2059   syntax error: ')'   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_array.c   86  
Error   C2059   syntax error: ';'   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_array.c   86  
Error   C2059   syntax error: 'template'    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_array.c   185 
Error   C2059   syntax error: 'template'    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_array.c   186 
Error   C2143   syntax error: missing ';' before '{'    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_array.c   187 
Error   C2143   syntax error: missing ')' before 'template' pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_array.c   191 
Error   C2660   'template_find_field': function does not take 0 arguments   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_array.c   191 
Error   C2059   syntax error: ','   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_array.c   191 
Error   C2059   syntax error: ')'   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_array.c   192 
Error   C2143   syntax error: missing ';' before '{'    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_array.c   193 
Error   C2059   syntax error: 'template'    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_array.c   213 
Error   C2143   syntax error: missing ')' before 'template' pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_array.c   214 
Error   C2660   'template_find_field': function does not take 0 arguments   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_array.c   214 
Error   C2059   syntax error: ','   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_array.c   214 
Error   C2059   syntax error: ')'   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_array.c   215 
Error   C2059   syntax error: 'template'    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_array.c   279 
Error   C2059   syntax error: '='   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_array.c   291 
Error   C2059   syntax error: 'template'    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_array.c   292 
Error   C2143   syntax error: missing ';' before '{'    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_array.c   293 
Error   C2143   syntax error: missing ')' before 'template' pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_array.c   297 
Error   C2660   'template_find_field': function does not take 0 arguments   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_array.c   297 
Error   C2059   syntax error: ','   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_array.c   297 
Error   C2059   syntax error: ')'   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_array.c   298 
Error   C2143   syntax error: missing ';' before '{'    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_array.c   299 
Error   C2065   'ztemplate': undeclared identifier  pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_array.c   309 
Error   C2143   syntax error: missing ')' before 'template' pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_array.c   322 
Error   C2660   'template_setfloat': function does not take 0 arguments pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_array.c   322 
Error   C2143   syntax error: missing ';' before 'template' pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_array.c   322 
Error   C2059   syntax error: ','   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_array.c   322 
Error   C2059   syntax error: ')'   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_array.c   323 
Error   C2143   syntax error: missing ')' before 'template' pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_array.c   324 
Error   C2660   'template_setfloat': function does not take 0 arguments pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_array.c   324 
Error   C2143   syntax error: missing ';' before 'template' pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_array.c   324 
Error   C2059   syntax error: ','   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_array.c   324 
Error   C2059   syntax error: ')'   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_array.c   325 
Error   C2059   syntax error: 'template'    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_array.c   804 
Error   C2059   syntax error: 'template'    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_array.c   806 
Error   C2059   syntax error: 'template'    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_array.c   808 
Error   C2664   '_class *class_new(t_symbol *,t_newmethod,t_method,size_t,int,t_atomtype,...)': cannot convert argument 6 from 'int' to 't_atomtype'    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_array.c   1191    
Error   C2440   '=': cannot convert from 'void *' to 't_atom *' pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_clone.c   383 
Error   C2440   '=': cannot convert from 'void *' to 't_atom *' pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_canvas.c  104 
Error   C2440   '=': cannot convert from 'void *' to 't_atom *' pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_canvas.c  360 
Error   C2664   '_class *class_new(t_symbol *,t_newmethod,t_method,size_t,int,t_atomtype,...)': cannot convert argument 6 from 'int' to 't_atomtype'    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_clone.c   443 
Error   C2664   '_class *class_new(t_symbol *,t_newmethod,t_method,size_t,int,t_atomtype,...)': cannot convert argument 6 from 'int' to 't_atomtype'    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_clone.c   457 
Error   C2143   syntax error: missing ')' before 'template' pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_canvas.c  1284    
Error   C2143   syntax error: missing ';' before 'template' pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_canvas.c  1284    
Error   C2059   syntax error: ','   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_canvas.c  1284    
Error   C2059   syntax error: ')'   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_canvas.c  1284    
Error   C2143   syntax error: missing ';' before '{'    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_canvas.c  1285    
Error   C2447   '{': missing function header (old-style formal list?)   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_canvas.c  1285    
Error   C2664   'int u8_utf8toucs2(uint16_t *,int,char *,int)': cannot convert argument 1 from 'wchar_t [1000]' to 'uint16_t *' pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_canvas.c  1400    
Error   C2664   '_class *class_new(t_symbol *,t_newmethod,t_method,size_t,int,t_atomtype,...)': cannot convert argument 6 from 'int' to 't_atomtype'    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_canvas.c  1702    
Error   C2440   '=': cannot convert from 'void *' to '_instancecanvas *'    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_canvas.c  1828    
Error   C2491   'pd_getdspstate': definition of dllimport function not allowed  pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_canvas.c  1847    
Error   C2440   'initializing': cannot convert from 'void *' to 't_undo_connect *'  pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_editor.c  475 
Error   C2440   'initializing': cannot convert from 'void *' to 't_undo_cut *'  pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_editor.c  568 
Error   C2440   'initializing': cannot convert from 'void *' to 't_undo_move *' pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_editor.c  680 
Error   C2440   'initializing': cannot convert from 'void *' to 't_undo_paste *'    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_editor.c  723 
Error   C2664   '_class *class_new(t_symbol *,t_newmethod,t_method,size_t,int,t_atomtype,...)': cannot convert argument 6 from 'int' to 't_atomtype'    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_guiconnect.c  92  
Error   C2664   'void class_addmethod(_class *,t_method,t_symbol *,t_atomtype,...)': cannot convert argument 4 from 'int' to 't_atomtype'   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_guiconnect.c  95  
Error   C2440   '=': cannot convert from 'void *' to '_instanceeditor *'    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_editor.c  2964    
Error   C2664   'void class_addmethod(_class *,t_method,t_symbol *,t_atomtype,...)': cannot convert argument 4 from 'int' to 't_atomtype'   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_hdial.c   708 
Error   C2664   'void class_addmethod(_class *,t_method,t_symbol *,t_atomtype,...)': cannot convert argument 4 from 'int' to 't_atomtype'   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_hdial.c   710 
Error   C2664   'void class_addmethod(_class *,t_method,t_symbol *,t_atomtype,...)': cannot convert argument 4 from 'int' to 't_atomtype'   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_hdial.c   739 
Error   C2664   'void class_addmethod(_class *,t_method,t_symbol *,t_atomtype,...)': cannot convert argument 4 from 'int' to 't_atomtype'   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_hdial.c   765 
Error   C2664   'void class_addmethod(_class *,t_method,t_symbol *,t_atomtype,...)': cannot convert argument 4 from 'int' to 't_atomtype'   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_hdial.c   767 
Error   C2664   'void class_addmethod(_class *,t_method,t_symbol *,t_atomtype,...)': cannot convert argument 4 from 'int' to 't_atomtype'   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_hslider.c 669 
Error   C2664   'void class_addmethod(_class *,t_method,t_symbol *,t_atomtype,...)': cannot convert argument 4 from 'int' to 't_atomtype'   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_hslider.c 671 
Error   C2664   'void class_addmethod(_class *,t_method,t_symbol *,t_atomtype,...)': cannot convert argument 4 from 'int' to 't_atomtype'   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_mycanvas.c    390 
Error   C2059   syntax error: 'template'    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_readwrite.c   60  
Error   C2059   syntax error: 'template'    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_readwrite.c   61  
Error   C2143   syntax error: missing ';' before '{'    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_readwrite.c   62  
Error   C2059   syntax error: 'template'    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_readwrite.c   67  
Error   C2059   syntax error: 'template'    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_readwrite.c   68  
Error   C2059   syntax error: 'template'    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_readwrite.c   71  
Error   C2143   syntax error: missing ';' before '{'    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_readwrite.c   72  
Error   C2059   syntax error: 'template'    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_readwrite.c   75  
Error   C2181   illegal else without matching if    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_readwrite.c   97  
Error   C2059   syntax error: 'template'    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_readwrite.c   97  
Error   C2143   syntax error: missing ';' before '{'    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_readwrite.c   98  
Error   C2059   syntax error: 'template'    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_readwrite.c   117 
Error   C2059   syntax error: 'template'    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_readwrite.c   133 
Error   C2143   syntax error: missing ';' before '{'    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_readwrite.c   134 
Error   C2440   'initializing': cannot convert from 'void *' to 't_atom *'  pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_readwrite.c   192 
Error   C2059   syntax error: 'template'    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_readwrite.c   299 
Error   C2059   syntax error: 'template'    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_readwrite.c   336 
Error   C2143   syntax error: missing ';' before '{'    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_readwrite.c   337 
Error   C2059   syntax error: 'template'    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_readwrite.c   340 
Error   C2059   syntax error: ')'   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_readwrite.c   340 
Error   C2275   't_word': illegal use of this type as an expression pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_readwrite.c   342 
Error   C2146   syntax error: missing ')' before identifier 'w' pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_readwrite.c   342 
Error   C2065   'w': undeclared identifier  pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_readwrite.c   344 
Error   C2059   syntax error: 'else'    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_readwrite.c   353 
Error   C2143   syntax error: missing ';' before '{'    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_readwrite.c   354 
Error   C2447   '{': missing function header (old-style formal list?)   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_readwrite.c   354 
Error   C4430   missing type specifier - int assumed. Note: C++ does not support default-int    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_readwrite.c   371 
Error   C2059   syntax error: ':'   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_readwrite.c   371 
Error   C2059   syntax error: '}'   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_readwrite.c   373 
Error   C2143   syntax error: missing ';' before '}'    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_readwrite.c   373 
Error   C2143   syntax error: missing ';' before '{'    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_readwrite.c   379 
Error   C2447   '{': missing function header (old-style formal list?)   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_readwrite.c   379 
Error   C2059   syntax error: 'template'    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_readwrite.c   399 
Error   C2059   syntax error: 'template'    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_readwrite.c   401 
Error   C2059   syntax error: 'template'    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_readwrite.c   408 
Error   C2059   syntax error: 'template'    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_readwrite.c   413 
Error   C2143   syntax error: missing ';' before '{'    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_readwrite.c   415 
Error   C2065   'natom': undeclared identifier  pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_readwrite.c   417 
Error   C2660   'resizebytes': function does not take 1 arguments   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_readwrite.c   416 
Error   C2059   syntax error: 'template'    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_readwrite.c   418 
Error   C2181   illegal else without matching if    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_readwrite.c   420 
Error   C2065   'natom': undeclared identifier  pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_readwrite.c   420 
Error   C2065   'natom': undeclared identifier  pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_readwrite.c   421 
Error   C2065   'natom': undeclared identifier  pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_readwrite.c   425 
Error   C2065   'natom': undeclared identifier  pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_readwrite.c   426 
Error   C2065   'natom': undeclared identifier  pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_readwrite.c   427 
Error   C2065   'natom': undeclared identifier  pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_readwrite.c   429 
Error   C2660   'freebytes': function does not take 1 arguments pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_readwrite.c   429 
Error   C2059   syntax error: 'template'    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_readwrite.c   432 
Error   C2143   syntax error: missing ';' before '{'    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_readwrite.c   433 
Error   C2059   syntax error: 'template'    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_readwrite.c   437 
Error   C2181   illegal else without matching if    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_readwrite.c   443 
Error   C2059   syntax error: 'template'    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_readwrite.c   443 
Error   C2059   syntax error: 'template'    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_readwrite.c   470 
Error   C3861   'canvas_doaddtemplate': identifier not found    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_readwrite.c   471 
Error   C2059   syntax error: 'template'    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_readwrite.c   472 
Error   C2181   illegal else without matching if    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_readwrite.c   474 
Error   C2059   syntax error: 'template'    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_readwrite.c   474 
Error   C2059   syntax error: ')'   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_readwrite.c   474 
Error   C2059   syntax error: 'if'  pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_readwrite.c   476 
Error   C2143   syntax error: missing ';' before '{'    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_readwrite.c   477 
Error   C3861   'canvas_doaddtemplate': identifier not found    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_readwrite.c   482 
Error   C2059   syntax error: '}'   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_readwrite.c   489 
Error   C2143   syntax error: missing ';' before '}'    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_readwrite.c   489 
Error   C2143   syntax error: missing ';' before '{'    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_readwrite.c   493 
Error   C2447   '{': missing function header (old-style formal list?)   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_readwrite.c   493 
Error   C2440   'initializing': cannot convert from 'void *' to 't_symbol **'   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_readwrite.c   508 
Error   C2059   syntax error: 'template'    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_readwrite.c   525 
Error   C2059   syntax error: 'template'    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_readwrite.c   526 
Error   C2059   syntax error: 'template'    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_readwrite.c   533 
Error   C2143   syntax error: missing ';' before '{'    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_readwrite.c   534 
Error   C2046   illegal case    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_readwrite.c   535 
Error   C2046   illegal case    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_readwrite.c   536 
Error   C2046   illegal case    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_readwrite.c   537 
Error   C2046   illegal case    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_readwrite.c   538 
Error   C2047   illegal default pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_readwrite.c   539 
Error   C2059   syntax error: 'template'    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_readwrite.c   541 
Error   C2181   illegal else without matching if    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_readwrite.c   544 
Error   C2059   syntax error: 'template'    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_readwrite.c   544 
Error   C2440   'initializing': cannot convert from 'void *' to 't_symbol **'   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_readwrite.c   695 
Error   C2059   syntax error: 'template'    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_readwrite.c   700 
Error   C2059   syntax error: 'template'    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_readwrite.c   702 
Error   C2143   syntax error: missing ';' before '{'    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_readwrite.c   703 
Error   C2059   syntax error: 'template'    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_readwrite.c   707 
Error   C2059   syntax error: 'template'    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_readwrite.c   714 
Error   C2143   syntax error: missing ';' before '{'    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_readwrite.c   715 
Error   C2046   illegal case    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_readwrite.c   716 
Error   C2046   illegal case    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_readwrite.c   717 
Error   C2046   illegal case    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_readwrite.c   718 
Error   C2046   illegal case    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_readwrite.c   719 
Error   C2047   illegal default pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_readwrite.c   720 
Error   C2059   syntax error: 'template'    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_readwrite.c   722 
Error   C2181   illegal else without matching if    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_readwrite.c   725 
Error   C2059   syntax error: 'template'    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_readwrite.c   725 
Error   C2440   'initializing': cannot convert from 'void *' to 't_my_numbox *' pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_numbox.c  714 
Error   C2664   'void class_addmethod(_class *,t_method,t_symbol *,t_atomtype,...)': cannot convert argument 4 from 'int' to 't_atomtype'   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_numbox.c  904 
Error   C2664   'void class_addmethod(_class *,t_method,t_symbol *,t_atomtype,...)': cannot convert argument 4 from 'int' to 't_atomtype'   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_numbox.c  906 
Error   C2440   '=': cannot convert from 'void *' to 'char *'   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_rtext.c   398 
Error   C2440   '=': cannot convert from 'void *' to 'char *'   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_rtext.c   404 
Error   C2440   '=': cannot convert from 'void *' to 'char *'   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_rtext.c   410 
Error   C2440   '=': cannot convert from 'void *' to 'char *'   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_rtext.c   528 
Error   C2440   '=': cannot convert from 'void *' to 'char *'   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_rtext.c   543 
Error   C2440   '=': cannot convert from 'void *' to 'char *'   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_rtext.c   555 
Error   C2440   'initializing': cannot convert from 'void *' to 'char *'    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_template.c    376 
Error   C2143   syntax error: missing ')' before 'template' pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_template.c    490 
Error   C2143   syntax error: missing ';' before 'template' pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_template.c    490 
Error   C2059   syntax error: ')'   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_template.c    490 
Error   C2059   syntax error: '{'   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_template.c    491 
Error   C2143   syntax error: missing ';' before '{'    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_template.c    491 
Error   C2447   '{': missing function header (old-style formal list?)   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_template.c    491 
Error   C2143   syntax error: missing ')' before 'template' pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_template.c    501 
Error   C2143   syntax error: missing ';' before 'template' pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_template.c    501 
Error   C2059   syntax error: ','   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_template.c    501 
Error   C2059   syntax error: ')'   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_template.c    501 
Error   C2143   syntax error: missing ';' before '{'    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_template.c    502 
Error   C2447   '{': missing function header (old-style formal list?)   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_template.c    502 
Error   C2143   syntax error: missing ')' before 'template' pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_template.c    509 
Error   C2143   syntax error: missing ';' before 'template' pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_template.c    509 
Error   C2059   syntax error: ','   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_template.c    509 
Error   C2059   syntax error: ')'   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_template.c    510 
Error   C2143   syntax error: missing ';' before '{'    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_template.c    511 
Error   C2447   '{': missing function header (old-style formal list?)   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_template.c    511 
Error   C2664   '_class *class_new(t_symbol *,t_newmethod,t_method,size_t,int,t_atomtype,...)': cannot convert argument 6 from 'int' to 't_atomtype'    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_template.c    577 
Error   C2143   syntax error: missing ')' before 'template' pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_template.c    867 
Error   C2143   syntax error: missing ';' before 'template' pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_template.c    867 
Error   C2059   syntax error: ','   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_template.c    867 
Error   C2059   syntax error: ')'   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_template.c    868 
Error   C2143   syntax error: missing ';' before '{'    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_template.c    869 
Error   C2447   '{': missing function header (old-style formal list?)   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_template.c    869 
Error   C2143   syntax error: missing ')' before 'template' pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_template.c    904 
Error   C2143   syntax error: missing ';' before 'template' pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_template.c    904 
Error   C2059   syntax error: ','   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_template.c    904 
Error   C2059   syntax error: ')'   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_template.c    905 
Error   C2143   syntax error: missing ';' before '{'    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_template.c    906 
Error   C2447   '{': missing function header (old-style formal list?)   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_template.c    906 
Error   C2143   syntax error: missing ')' before 'template' pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_template.c    925 
Error   C2143   syntax error: missing ';' before 'template' pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_template.c    925 
Error   C2059   syntax error: ','   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_template.c    925 
Error   C2059   syntax error: ')'   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_template.c    926 
Error   C2143   syntax error: missing ';' before '{'    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_template.c    927 
Error   C2447   '{': missing function header (old-style formal list?)   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_template.c    927 
Error   C2143   syntax error: missing ')' before 'template' pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_template.c    965 
Error   C2143   syntax error: missing ';' before 'template' pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_template.c    965 
Error   C2059   syntax error: ','   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_template.c    965 
Error   C2059   syntax error: ')'   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_template.c    966 
Error   C2143   syntax error: missing ';' before '{'    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_template.c    967 
Error   C2447   '{': missing function header (old-style formal list?)   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_template.c    967 
Error   C2143   syntax error: missing ')' before 'template' pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_template.c    1074    
Error   C2143   syntax error: missing ';' before 'template' pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_template.c    1074    
Error   C2059   syntax error: ','   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_template.c    1074    
Error   C2059   syntax error: ')'   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_template.c    1075    
Error   C2143   syntax error: missing ';' before '{'    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_template.c    1076    
Error   C2447   '{': missing function header (old-style formal list?)   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_template.c    1076    
Error   C2143   syntax error: missing ')' before 'template' pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_template.c    1106    
Error   C2143   syntax error: missing ';' before 'template' pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_template.c    1106    
Error   C2059   syntax error: ','   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_template.c    1106    
Error   C2059   syntax error: ')'   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_template.c    1107    
Error   C2143   syntax error: missing ';' before '{'    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_template.c    1108    
Error   C2447   '{': missing function header (old-style formal list?)   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_template.c    1108    
Error   C2143   syntax error: missing ')' before 'template' pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_template.c    1113    
Error   C2143   syntax error: missing ';' before 'template' pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_template.c    1113    
Error   C2059   syntax error: ','   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_template.c    1113    
Error   C2059   syntax error: ')'   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_template.c    1114    
Error   C2143   syntax error: missing ';' before '{'    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_template.c    1115    
Error   C2447   '{': missing function header (old-style formal list?)   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_template.c    1115    
Error   C2143   syntax error: missing ')' before 'template' pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_template.c    1120    
Error   C2143   syntax error: missing ';' before 'template' pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_template.c    1120    
Error   C2059   syntax error: ','   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_template.c    1120    
Error   C2059   syntax error: ')'   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_template.c    1121    
Error   C2143   syntax error: missing ';' before '{'    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_template.c    1122    
Error   C2447   '{': missing function header (old-style formal list?)   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_template.c    1122    
Error   C2143   syntax error: missing ')' before 'template' pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_template.c    1156    
Error   C2143   syntax error: missing ';' before 'template' pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_template.c    1156    
Error   C2059   syntax error: ','   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_template.c    1156    
Error   C2059   syntax error: ')'   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_template.c    1157    
Error   C2143   syntax error: missing ';' before '{'    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_template.c    1158    
Error   C2447   '{': missing function header (old-style formal list?)   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_template.c    1158    
Error   C2660   'template_notifyforscalar': function does not take 6 arguments  pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_template.c    1253    
Error   C2143   syntax error: missing ')' before 'template' pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_template.c    1265    
Error   C2143   syntax error: missing ';' before 'template' pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_template.c    1265    
Error   C2059   syntax error: ','   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_template.c    1265    
Error   C2059   syntax error: ')'   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_template.c    1267    
Error   C2143   syntax error: missing ';' before '{'    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_template.c    1268    
Error   C2447   '{': missing function header (old-style formal list?)   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_template.c    1268    
Error   C2078   too many initializers   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_template.c    1327    
Error   C2440   'initializing': cannot convert from 'void (__cdecl *)(t_gobj *,_glist *,t_word *,t_template *)' to 't_parentgetrectfn'  pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_template.c    1333    
Error   C2440   'initializing': cannot convert from 'void (__cdecl *)(t_gobj *,_glist *,t_word *,t_template *)' to 't_parentdisplacefn' pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_template.c    1333    
Error   C2440   'initializing': cannot convert from 'void (__cdecl *)(t_gobj *,_glist *,t_word *,t_template *)' to 't_parentselectfn'   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_template.c    1333    
Error   C2440   'initializing': cannot convert from 'void (__cdecl *)(t_gobj *,_glist *,t_word *,t_template *)' to 't_parentactivatefn' pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_template.c    1333    
Error   C2440   'initializing': cannot convert from 'void (__cdecl *)(t_gobj *,_glist *,t_word *,t_template *)' to 't_parentvisfn'  pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_template.c    1333    
Error   C2440   'initializing': cannot convert from 'int (__cdecl *)(t_gobj *,_glist *,t_word *,t_template *)' to 't_parentclickfn' pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_template.c    1333    
Error   C2660   'fielddesc_getfloat': function does not take 4 arguments    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_template.c    1493    
Error   C2660   'fielddesc_getfloat': function does not take 4 arguments    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_template.c    1494    
Error   C2660   'fielddesc_getfloat': function does not take 4 arguments    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_template.c    1495    
Error   C2660   'fielddesc_getfloat': function does not take 4 arguments    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_template.c    1496    
Error   C2660   'fielddesc_getfloat': function does not take 4 arguments    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_template.c    1497    
Error   C2660   'fielddesc_getfloat': function does not take 4 arguments    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_template.c    1498    
Error   C2660   'fielddesc_getfloat': function does not take 4 arguments    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_template.c    1499    
Error   C2143   syntax error: missing ')' before 'template' pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_template.c    1567    
Error   C2143   syntax error: missing ';' before 'template' pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_template.c    1567    
Error   C2059   syntax error: ','   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_template.c    1567    
Error   C2059   syntax error: ')'   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_template.c    1568    
Error   C2143   syntax error: missing ';' before '{'    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_template.c    1569    
Error   C2447   '{': missing function header (old-style formal list?)   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_template.c    1569    
Error   C1003   error count exceeds 100; stopping compilation   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_template.c    1569    
Error   C2143   syntax error: missing ')' before 'template' pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_scalar.c  19  
Error   C2143   syntax error: missing ';' before 'template' pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_scalar.c  19  
Error   C2059   syntax error: ','   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_scalar.c  19  
Error   C2059   syntax error: ')'   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_scalar.c  19  
Error   C2143   syntax error: missing ';' before '{'    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_scalar.c  20  
Error   C2447   '{': missing function header (old-style formal list?)   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_scalar.c  20  
Error   C2143   syntax error: missing ')' before 'template' pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_scalar.c  37  
Error   C2143   syntax error: missing ';' before 'template' pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_scalar.c  37  
Error   C2059   syntax error: ','   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_scalar.c  37  
Error   C2059   syntax error: ')'   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_scalar.c  38  
Error   C2143   syntax error: missing ';' before '{'    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_scalar.c  39  
Error   C2447   '{': missing function header (old-style formal list?)   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_scalar.c  39  
Error   C2143   syntax error: missing ')' before 'template' pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_scalar.c  72  
Error   C2143   syntax error: missing ';' before 'template' pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_scalar.c  72  
Error   C2059   syntax error: ')'   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_scalar.c  72  
Error   C2059   syntax error: '{'   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_scalar.c  73  
Error   C2143   syntax error: missing ';' before '{'    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_scalar.c  73  
Error   C2447   '{': missing function header (old-style formal list?)   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_scalar.c  73  
Error   C2143   syntax error: missing ')' before 'template' pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_scalar.c  85  
Error   C2143   syntax error: missing ';' before 'template' pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_scalar.c  85  
Error   C2059   syntax error: ')'   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_scalar.c  85  
Error   C2059   syntax error: '{'   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_scalar.c  86  
Error   C2143   syntax error: missing ';' before '{'    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_scalar.c  86  
Error   C2447   '{': missing function header (old-style formal list?)   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_scalar.c  86  
Error   C2059   syntax error: 'template'    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_scalar.c  110 
Error   C2059   syntax error: '='   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_scalar.c  113 
Error   C2059   syntax error: 'template'    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_scalar.c  114 
Error   C2143   syntax error: missing ';' before '{'    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_scalar.c  115 
Error   C2143   syntax error: missing ')' before 'template' pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_scalar.c  119 
Error   C2660   'template_cancreate': function does not take 0 arguments    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_scalar.c  119 
Error   C2059   syntax error: ')'   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_scalar.c  119 
Error   C2059   syntax error: 'return'  pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_scalar.c  120 
Error   C2059   syntax error: 'template'    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_scalar.c  122 
Error   C2059   syntax error: 'template'    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_scalar.c  126 
Error   C2059   syntax error: 'template'    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_scalar.c  159 
Error   C2143   syntax error: missing ')' before 'template' pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_scalar.c  160 
Error   C2660   'template_getfloat': function does not take 0 arguments pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_scalar.c  160 
Error   C2143   syntax error: missing ';' before 'template' pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_scalar.c  160 
Error   C2059   syntax error: ','   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_scalar.c  160 
Error   C2059   syntax error: ')'   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_scalar.c  160 
Error   C2143   syntax error: missing ')' before 'template' pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_scalar.c  161 
Error   C2660   'template_getfloat': function does not take 0 arguments pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_scalar.c  161 
Error   C2143   syntax error: missing ';' before 'template' pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_scalar.c  161 
Error   C2059   syntax error: ','   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_scalar.c  161 
Error   C2059   syntax error: ')'   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_scalar.c  161 
Error   C2059   syntax error: 'template'    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_scalar.c  168 
Error   C2143   syntax error: missing ')' before 'template' pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_scalar.c  169 
Error   C2660   'template_findcanvas': function does not take 0 arguments   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_scalar.c  169 
Error   C2143   syntax error: missing ';' before 'template' pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_scalar.c  169 
Error   C2059   syntax error: ')'   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_scalar.c  169 
Error   C2059   syntax error: ';'   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_scalar.c  169 
Error   C2059   syntax error: 'template'    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_scalar.c  190 
Error   C2059   syntax error: 'template'    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_scalar.c  247 
Error   C2059   syntax error: 'template'    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_scalar.c  252 
Error   C2143   syntax error: missing ';' before '{'    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_scalar.c  253 
Error   C2143   syntax error: missing ')' before 'template' pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_scalar.c  257 
Error   C2660   'template_find_field': function does not take 0 arguments   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_scalar.c  257 
Error   C2143   syntax error: missing ';' before 'template' pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_scalar.c  257 
Error   C2059   syntax error: ','   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_scalar.c  257 
Error   C2059   syntax error: ')'   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_scalar.c  257 
Error   C2143   syntax error: missing ')' before 'template' pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_scalar.c  260 
Error   C2660   'template_find_field': function does not take 0 arguments   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_scalar.c  260 
Error   C2143   syntax error: missing ';' before 'template' pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_scalar.c  260 
Error   C2059   syntax error: ','   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_scalar.c  260 
Error   C2059   syntax error: ')'   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_scalar.c  260 
Error   C2143   syntax error: missing ')' before 'template' pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_scalar.c  274 
Error   C2660   'template_notify': function does not take 0 arguments   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_scalar.c  274 
Error   C2143   syntax error: missing ';' before 'template' pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_scalar.c  274 
Error   C2059   syntax error: ','   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_scalar.c  274 
Error   C2059   syntax error: ')'   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_scalar.c  274 
Error   C2059   syntax error: 'template'    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_scalar.c  292 
Error   C2143   syntax error: missing ')' before 'template' pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_scalar.c  293 
Error   C2660   'template_findcanvas': function does not take 0 arguments   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_scalar.c  293 
Error   C2143   syntax error: missing ';' before 'template' pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_scalar.c  293 
Error   C2059   syntax error: ')'   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_scalar.c  293 
Error   C2059   syntax error: ';'   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_scalar.c  293 
Error   C2059   syntax error: 'template'    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_scalar.c  315 
Error   C2143   syntax error: missing ')' before 'template' pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_scalar.c  340 
Error   C2143   syntax error: missing ';' before 'template' pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_scalar.c  340 
Error   C2059   syntax error: ','   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_scalar.c  340 
Error   C2059   syntax error: ')'   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_scalar.c  341 
Error   C2143   syntax error: missing ')' before 'template' pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_scalar.c  343 
Error   C2143   syntax error: missing ';' before 'template' pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_scalar.c  343 
Error   C2059   syntax error: ','   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_scalar.c  343 
Error   C2059   syntax error: ')'   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_scalar.c  346 
Error   C2143   syntax error: missing ';' before '{'    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_scalar.c  347 
Error   C2447   '{': missing function header (old-style formal list?)   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_scalar.c  347 
Error   C2059   syntax error: 'template'    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_scalar.c  375 
Error   C2059   syntax error: 'template'    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_scalar.c  376 
Error   C2440   '=': cannot convert from 'void *' to 'char *'   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_scalar.c  404 
Error   C2059   syntax error: 'template'    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_scalar.c  429 
Error   C2059   syntax error: 'template'    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_scalar.c  431 
Error   C2143   syntax error: missing ';' before '{'    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_scalar.c  432 
Error   C2059   syntax error: 'template'    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_scalar.c  436 
Error   C2059   syntax error: 'template'    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_scalar.c  440 
Error   C2664   '_class *class_new(t_symbol *,t_newmethod,t_method,size_t,int,t_atomtype,...)': cannot convert argument 6 from 'int' to 't_atomtype'    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_scalar.c  447 
Error   C2086   '_class *message_class': redefinition   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_text.c    319 
Error   C2664   '_class *class_new(t_symbol *,t_newmethod,t_method,size_t,int,t_atomtype,...)': cannot convert argument 6 from 'int' to 't_atomtype'    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_text.c    1444    
Error   C2664   '_class *class_new(t_symbol *,t_newmethod,t_method,size_t,int,t_atomtype,...)': cannot convert argument 6 from 'int' to 't_atomtype'    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_text.c    1448    
Error   C2664   'void class_addmethod(_class *,t_method,t_symbol *,t_atomtype,...)': cannot convert argument 4 from 'int' to 't_atomtype'   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_text.c    1464    
Error   C2664   'void class_addmethod(_class *,t_method,t_symbol *,t_atomtype,...)': cannot convert argument 4 from 'int' to 't_atomtype'   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_text.c    1466    
Error   C2664   '_class *class_new(t_symbol *,t_newmethod,t_method,size_t,int,t_atomtype,...)': cannot convert argument 6 from 'int' to 't_atomtype'    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_text.c    1473    
Error   C2664   '_class *class_new(t_symbol *,t_newmethod,t_method,size_t,int,t_atomtype,...)': cannot convert argument 6 from 'int' to 't_atomtype'    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_text.c    1481    
Error   C2440   'initializing': cannot convert from 'void *' to 't_gstub *' pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_traversal.c   31  
Error   C2059   syntax error: 'template'    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_traversal.c   169 
Error   C2059   syntax error: 'template'    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_traversal.c   179 
Error   C2143   syntax error: missing ';' before '{'    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_traversal.c   180 
Error   C2143   syntax error: missing ')' before 'template' pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_traversal.c   185 
Error   C2660   'template_find_field': function does not take 0 arguments   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_traversal.c   185 
Error   C2059   syntax error: ','   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_traversal.c   185 
Error   C2059   syntax error: ')'   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_traversal.c   185 
Error   C2143   syntax error: missing ';' before '{'    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_traversal.c   186 
Error   C2664   'void class_addmethod(_class *,t_method,t_symbol *,t_atomtype,...)': cannot convert argument 4 from 'int' to 't_atomtype'   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_traversal.c   438 
Error   C2664   'void class_addmethod(_class *,t_method,t_symbol *,t_atomtype,...)': cannot convert argument 4 from 'int' to 't_atomtype'   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_traversal.c   447 
Error   C2059   syntax error: 'template'    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_traversal.c   515 
Error   C2059   syntax error: 'template'    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_traversal.c   535 
Error   C2143   syntax error: missing ';' before '{'    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_traversal.c   536 
Error   C2143   syntax error: missing ')' before 'template' pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_traversal.c   546 
Error   C2660   'template_find_field': function does not take 0 arguments   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_traversal.c   546 
Error   C2059   syntax error: ','   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_traversal.c   546 
Error   C2059   syntax error: ')'   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_traversal.c   546 
Error   C2143   syntax error: missing ';' before '{'    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_traversal.c   547 
Error   C2059   syntax error: 'template'    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_traversal.c   555 
Error   C2181   illegal else without matching if    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_traversal.c   557 
Error   C2059   syntax error: 'template'    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_traversal.c   558 
Error   C2059   syntax error: 'template'    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_traversal.c   658 
Error   C2059   syntax error: 'template'    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_traversal.c   678 
Error   C2143   syntax error: missing ';' before '{'    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_traversal.c   679 
Error   C2143   syntax error: missing ')' before 'template' pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_traversal.c   690 
Error   C2660   'template_setsymbol': function does not take 0 arguments    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_traversal.c   690 
Error   C2143   syntax error: missing ';' before 'template' pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_traversal.c   690 
Error   C2059   syntax error: ','   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_traversal.c   690 
Error   C2059   syntax error: ')'   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_traversal.c   690 
Error   C2181   illegal else without matching if    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_traversal.c   691 
Error   C2143   syntax error: missing ')' before 'template' pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_traversal.c   692 
Error   C2660   'template_setfloat': function does not take 0 arguments pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_traversal.c   692 
Error   C2143   syntax error: missing ';' before 'template' pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_traversal.c   692 
Error   C2059   syntax error: ','   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_traversal.c   692 
Error   C2059   syntax error: ')'   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_traversal.c   692 
Error   C2059   syntax error: 'template'    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_traversal.c   777 
Error   C2059   syntax error: 'template'    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_traversal.c   800 
Error   C2143   syntax error: missing ';' before '{'    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_traversal.c   801 
Error   C2059   syntax error: 'template'    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_traversal.c   807 
Error   C2143   syntax error: missing ';' before '{'    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_traversal.c   808 
Error   C2143   syntax error: missing ')' before 'template' pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_traversal.c   812 
Error   C2660   'template_find_field': function does not take 0 arguments   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_traversal.c   812 
Error   C2059   syntax error: ','   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_traversal.c   812 
Error   C2059   syntax error: ')'   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_traversal.c   813 
Error   C2143   syntax error: missing ';' before '{'    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_traversal.c   814 
Error   C2059   syntax error: 'template'    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_traversal.c   888 
Error   C2059   syntax error: 'template'    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_traversal.c   909 
Error   C2143   syntax error: missing ';' before '{'    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_traversal.c   910 
Error   C2143   syntax error: missing ')' before 'template' pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_traversal.c   914 
Error   C2660   'template_find_field': function does not take 0 arguments   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_traversal.c   914 
Error   C2059   syntax error: ','   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_traversal.c   914 
Error   C2059   syntax error: ')'   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_traversal.c   915 
Error   C2143   syntax error: missing ';' before '{'    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_traversal.c   916 
Error   C2059   syntax error: 'template'    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_traversal.c   975 
Error   C2059   syntax error: 'template'    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_traversal.c   1000    
Error   C2143   syntax error: missing ';' before '{'    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_traversal.c   1001    
Error   C2143   syntax error: missing ')' before 'template' pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_traversal.c   1006    
Error   C2660   'template_find_field': function does not take 0 arguments   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_traversal.c   1006    
Error   C2059   syntax error: ','   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_traversal.c   1006    
Error   C2059   syntax error: ')'   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_traversal.c   1007    
Error   C2143   syntax error: missing ';' before '{'    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_traversal.c   1008    
Error   C2059   syntax error: 'template'    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_traversal.c   1180    
Error   C2059   syntax error: '='   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_traversal.c   1193    
Error   C2059   syntax error: 'template'    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_traversal.c   1194    
Error   C2143   syntax error: missing ';' before '{'    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_traversal.c   1195    
Error   C2143   syntax error: missing ')' before 'template' pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_traversal.c   1241    
Error   C2660   'template_setfloat': function does not take 0 arguments pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_traversal.c   1241    
Error   C2143   syntax error: missing ';' before 'template' pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_traversal.c   1241    
Error   C2059   syntax error: ','   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_traversal.c   1241    
Error   C2059   syntax error: ')'   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_traversal.c   1241    
Error   C2664   'void class_addmethod(_class *,t_method,t_symbol *,t_atomtype,...)': cannot convert argument 4 from 'int' to 't_atomtype'   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_vdial.c   706 
Error   C2664   'void class_addmethod(_class *,t_method,t_symbol *,t_atomtype,...)': cannot convert argument 4 from 'int' to 't_atomtype'   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_vdial.c   708 
Error   C2664   'void class_addmethod(_class *,t_method,t_symbol *,t_atomtype,...)': cannot convert argument 4 from 'int' to 't_atomtype'   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_vdial.c   733 
Error   C2664   'void class_addmethod(_class *,t_method,t_symbol *,t_atomtype,...)': cannot convert argument 4 from 'int' to 't_atomtype'   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_vdial.c   759 
Error   C2664   'void class_addmethod(_class *,t_method,t_symbol *,t_atomtype,...)': cannot convert argument 4 from 'int' to 't_atomtype'   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_vdial.c   761 
Error   C2664   'void class_addmethod(_class *,t_method,t_symbol *,t_atomtype,...)': cannot convert argument 4 from 'int' to 't_atomtype'   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_vslider.c 669 
Error   C2664   'void class_addmethod(_class *,t_method,t_symbol *,t_atomtype,...)': cannot convert argument 4 from 'int' to 't_atomtype'   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_vslider.c 671 
Error   C2664   'void outlet_float(_outlet *,t_float)': cannot convert argument 1 from 'void *' to '_outlet *'  pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_vumeter.c 617 
Error   C2664   'void outlet_float(_outlet *,t_float)': cannot convert argument 1 from 'void *' to '_outlet *'  pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_vumeter.c 642 
Error   C2664   'void outlet_float(_outlet *,t_float)': cannot convert argument 1 from 'void *' to '_outlet *'  pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_vumeter.c 647 
Error   C2664   'void outlet_float(_outlet *,t_float)': cannot convert argument 1 from 'void *' to '_outlet *'  pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\g_vumeter.c 648 
Error   C1083   Cannot open include file: 'unistd.h': No such file or directory pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\m_binbuf.c  13  
Error   C1083   Cannot open include file: 'unistd.h': No such file or directory pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\m_class.c   12  
Error   C2664   '_class *class_new(t_symbol *,t_newmethod,t_method,size_t,int,t_atomtype,...)': cannot convert argument 6 from 'int' to 't_atomtype'    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\m_obj.c 273 
Error   C2664   '_class *class_new(t_symbol *,t_newmethod,t_method,size_t,int,t_atomtype,...)': cannot convert argument 6 from 'int' to 't_atomtype'    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\m_obj.c 282 
Error   C2664   '_class *class_new(t_symbol *,t_newmethod,t_method,size_t,int,t_atomtype,...)': cannot convert argument 6 from 'int' to 't_atomtype'    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\m_obj.c 287 
Error   C2664   '_class *class_new(t_symbol *,t_newmethod,t_method,size_t,int,t_atomtype,...)': cannot convert argument 6 from 'int' to 't_atomtype'    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\m_obj.c 292 
Error   C2664   'void class_addmethod(_class *,t_method,t_symbol *,t_atomtype,...)': cannot convert argument 4 from 'int' to 't_atomtype'   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\m_glob.c    143 
Error   C2664   'void class_addmethod(_class *,t_method,t_symbol *,t_atomtype,...)': cannot convert argument 4 from 'int' to 't_atomtype'   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\m_glob.c    151 
Error   C2664   'void class_addmethod(_class *,t_method,t_symbol *,t_atomtype,...)': cannot convert argument 4 from 'int' to 't_atomtype'   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\m_glob.c    153 
Error   C2664   'void class_addmethod(_class *,t_method,t_symbol *,t_atomtype,...)': cannot convert argument 4 from 'int' to 't_atomtype'   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\m_glob.c    169 
Error   C2664   'void class_addmethod(_class *,t_method,t_symbol *,t_atomtype,...)': cannot convert argument 4 from 'int' to 't_atomtype'   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\m_glob.c    175 
Error   C2664   'void class_addmethod(_class *,t_method,t_symbol *,t_atomtype,...)': cannot convert argument 4 from 'int' to 't_atomtype'   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\m_glob.c    179 
Error   C2664   '_class *class_new(t_symbol *,t_newmethod,t_method,size_t,int,t_atomtype,...)': cannot convert argument 6 from 'int' to 't_atomtype'    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\m_pd.c  115 
Error   C2491   'pd_getcanvaslist': definition of dllimport function not allowed    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\m_pd.c  323 
Error   C1083   Cannot open include file: 'unistd.h': No such file or directory pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\s_loader.c  10  
Error   C1083   Cannot open include file: 'unistd.h': No such file or directory pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\s_main.c    17  
Error   C1083   Cannot open include file: 'unistd.h': No such file or directory pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\s_path.c    18  
Error   C2664   '_class *class_new(t_symbol *,t_newmethod,t_method,size_t,int,t_atomtype,...)': cannot convert argument 6 from 'int' to 't_atomtype'    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\x_acoustics.c   163 
Error   C2664   '_class *class_new(t_symbol *,t_newmethod,t_method,size_t,int,t_atomtype,...)': cannot convert argument 6 from 'int' to 't_atomtype'    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\x_acoustics.c   168 
Error   C2664   '_class *class_new(t_symbol *,t_newmethod,t_method,size_t,int,t_atomtype,...)': cannot convert argument 6 from 'int' to 't_atomtype'    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\x_acoustics.c   173 
Error   C2664   '_class *class_new(t_symbol *,t_newmethod,t_method,size_t,int,t_atomtype,...)': cannot convert argument 6 from 'int' to 't_atomtype'    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\x_acoustics.c   178 
Error   C2664   '_class *class_new(t_symbol *,t_newmethod,t_method,size_t,int,t_atomtype,...)': cannot convert argument 6 from 'int' to 't_atomtype'    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\x_acoustics.c   183 
Error   C2664   '_class *class_new(t_symbol *,t_newmethod,t_method,size_t,int,t_atomtype,...)': cannot convert argument 6 from 'int' to 't_atomtype'    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\x_acoustics.c   188 
Error   C1083   Cannot open include file: 'unistd.h': No such file or directory pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\m_sched.c   38  
Error   C2664   '_class *class_new(t_symbol *,t_newmethod,t_method,size_t,int,t_atomtype,...)': cannot convert argument 6 from 'int' to 't_atomtype'    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\x_arithmetic.c  861 
Error   C2664   '_class *class_new(t_symbol *,t_newmethod,t_method,size_t,int,t_atomtype,...)': cannot convert argument 6 from 'int' to 't_atomtype'    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\x_arithmetic.c  866 
Error   C2664   '_class *class_new(t_symbol *,t_newmethod,t_method,size_t,int,t_atomtype,...)': cannot convert argument 6 from 'int' to 't_atomtype'    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\x_arithmetic.c  871 
Error   C2664   '_class *class_new(t_symbol *,t_newmethod,t_method,size_t,int,t_atomtype,...)': cannot convert argument 6 from 'int' to 't_atomtype'    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\x_arithmetic.c  876 
Error   C2664   '_class *class_new(t_symbol *,t_newmethod,t_method,size_t,int,t_atomtype,...)': cannot convert argument 6 from 'int' to 't_atomtype'    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\x_arithmetic.c  881 
Error   C2664   '_class *class_new(t_symbol *,t_newmethod,t_method,size_t,int,t_atomtype,...)': cannot convert argument 6 from 'int' to 't_atomtype'    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\x_arithmetic.c  886 
Error   C2664   '_class *class_new(t_symbol *,t_newmethod,t_method,size_t,int,t_atomtype,...)': cannot convert argument 6 from 'int' to 't_atomtype'    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\x_arithmetic.c  891 
Error   C2664   '_class *class_new(t_symbol *,t_newmethod,t_method,size_t,int,t_atomtype,...)': cannot convert argument 6 from 'int' to 't_atomtype'    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\x_arithmetic.c  896 
Error   C2664   '_class *class_new(t_symbol *,t_newmethod,t_method,size_t,int,t_atomtype,...)': cannot convert argument 6 from 'int' to 't_atomtype'    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\x_arithmetic.c  901 
Error   C2664   '_class *class_new(t_symbol *,t_newmethod,t_method,size_t,int,t_atomtype,...)': cannot convert argument 6 from 'int' to 't_atomtype'    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\x_arithmetic.c  906 
Error   C1083   Cannot open include file: 'pthread.h': No such file or directory    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\s_inter.c   85  
Error   C1083   Cannot open include file: 'unistd.h': No such file or directory pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\x_array.c   12  
Error   C2664   'int _atoldbl(_LDOUBLE *,char *)': cannot convert argument 1 from 'char *' to '_LDOUBLE *'  pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\x_connective.c  105 
Error   C2664   '_class *class_new(t_symbol *,t_newmethod,t_method,size_t,int,t_atomtype,...)': cannot convert argument 6 from 'int' to 't_atomtype'    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\x_connective.c  217 
Error   C2664   'void class_addcreator(t_newmethod,t_symbol *,t_atomtype,...)': cannot convert argument 3 from 'int' to 't_atomtype'    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\x_connective.c  219 
Error   C2664   '_class *class_new(t_symbol *,t_newmethod,t_method,size_t,int,t_atomtype,...)': cannot convert argument 6 from 'int' to 't_atomtype'    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\x_connective.c  484 
Error   C2664   '_class *class_new(t_symbol *,t_newmethod,t_method,size_t,int,t_atomtype,...)': cannot convert argument 6 from 'int' to 't_atomtype'    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\x_connective.c  489 
Error   C2440   '=': cannot convert from 'void *' to 't_atom *' pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\x_connective.c  751 
Error   C2664   '_class *class_new(t_symbol *,t_newmethod,t_method,size_t,int,t_atomtype,...)': cannot convert argument 6 from 'int' to 't_atomtype'    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\x_connective.c  1233    
Error   C2664   'void class_addmethod(_class *,t_method,t_symbol *,t_atomtype,...)': cannot convert argument 4 from 'int' to 't_atomtype'   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\x_connective.c  1237    
Error   C2664   '_class *class_new(t_symbol *,t_newmethod,t_method,size_t,int,t_atomtype,...)': cannot convert argument 6 from 'int' to 't_atomtype'    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\x_connective.c  1639    
Error   C1083   Cannot open include file: 'unistd.h': No such file or directory pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\x_gui.c 12  
Error   C2440   '=': cannot convert from 'void *' to 'char *'   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\x_interface.c   38  
Error   C2664   '_class *class_new(t_symbol *,t_newmethod,t_method,size_t,int,t_atomtype,...)': cannot convert argument 6 from 'int' to 't_atomtype'    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\x_list.c    192 
Error   C2664   '_class *class_new(t_symbol *,t_newmethod,t_method,size_t,int,t_atomtype,...)': cannot convert argument 6 from 'int' to 't_atomtype'    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\x_list.c    636 
Error   C2664   '_class *class_new(t_symbol *,t_newmethod,t_method,size_t,int,t_atomtype,...)': cannot convert argument 6 from 'int' to 't_atomtype'    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\x_list.c    674 
Error   C2664   '_class *class_new(t_symbol *,t_newmethod,t_method,size_t,int,t_atomtype,...)': cannot convert argument 6 from 'int' to 't_atomtype'    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\x_list.c    711 
Error   C2440   'initializing': cannot convert from 'void *' to 'char *'    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\x_list.c    738 
Error   C2664   '_class *class_new(t_symbol *,t_newmethod,t_method,size_t,int,t_atomtype,...)': cannot convert argument 6 from 'int' to 't_atomtype'    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\x_list.c    754 
Error   C2440   '=': cannot convert from 'void *' to 't_pd *'   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\x_list.c    765 
Error   C2440   '=': cannot convert from 'void *' to 't_pd *'   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\x_list.c    770 
Error   C2440   '=': cannot convert from 'void *' to 't_pd *'   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\x_list.c    772 
Error   C2440   '=': cannot convert from 'void *' to 't_pd *'   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\x_list.c    775 
Error   C2440   '=': cannot convert from 'void *' to 't_pd *'   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\x_list.c    777 
Error   C2440   '=': cannot convert from 'void *' to 't_pd *'   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\x_list.c    779 
Error   C2440   '=': cannot convert from 'void *' to 't_pd *'   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\x_list.c    781 
Error   C2440   '=': cannot convert from 'void *' to 't_pd *'   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\x_list.c    783 
Error   C2440   '=': cannot convert from 'void *' to 't_pd *'   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\x_list.c    785 
Error   C2664   'void class_addmethod(_class *,t_method,t_symbol *,t_atomtype,...)': cannot convert argument 4 from 'int' to 't_atomtype'   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\x_midi.c    937 
Error   C2664   'void class_addmethod(_class *,t_method,t_symbol *,t_atomtype,...)': cannot convert argument 4 from 'int' to 't_atomtype'   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\x_midi.c    939 
Error   C2664   '_class *class_new(t_symbol *,t_newmethod,t_method,size_t,int,t_atomtype,...)': cannot convert argument 6 from 'int' to 't_atomtype'    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\x_midi.c    973 
Error   C2664   'void class_addmethod(_class *,t_method,t_symbol *,t_atomtype,...)': cannot convert argument 4 from 'int' to 't_atomtype'   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\x_midi.c    1108    
Error   C2664   'void class_addmethod(_class *,t_method,t_symbol *,t_atomtype,...)': cannot convert argument 4 from 'int' to 't_atomtype'   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\x_midi.c    1109    
Error   C2660   'libpd_free_instance': function does not take 0 arguments   pdMultiExample  f:\openframeworks\addons\ofxpd\pdmultiexample\src\ofapp.cpp 144 
Error   C2660   'libpd_free_instance': function does not take 0 arguments   pdMultiExample  f:\openframeworks\addons\ofxpd\pdmultiexample\src\ofapp.cpp 145 
Error   C2664   '_class *class_new(t_symbol *,t_newmethod,t_method,size_t,int,t_atomtype,...)': cannot convert argument 6 from 'int' to 't_atomtype'    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\x_midi.c    1198    
Error   C2664   'void class_addmethod(_class *,t_method,t_symbol *,t_atomtype,...)': cannot convert argument 4 from 'int' to 't_atomtype'   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\x_midi.c    1202    
Error   C2664   'void class_addmethod(_class *,t_method,t_symbol *,t_atomtype,...)': cannot convert argument 4 from 'int' to 't_atomtype'   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\x_midi.c    1203    
Error   C2440   '=': cannot convert from 'void *' to '_instancemidi *'  pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\x_midi.c    1231    
Error   C1083   Cannot open include file: 'unistd.h': No such file or directory pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\x_text.c    13  
Error   C1083   Cannot open include file: 'unistd.h': No such file or directory pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\x_scalar.c  12  
Error   C2664   'void class_addmethod(_class *,t_method,t_symbol *,t_atomtype,...)': cannot convert argument 4 from 'int' to 't_atomtype'   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\x_time.c    133 
Error   C2664   'void class_addmethod(_class *,t_method,t_symbol *,t_atomtype,...)': cannot convert argument 4 from 'int' to 't_atomtype'   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\x_time.c    215 
Error   C2664   'void class_addmethod(_class *,t_method,t_symbol *,t_atomtype,...)': cannot convert argument 4 from 'int' to 't_atomtype'   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\x_time.c    343 
Error   C2664   'void class_addmethod(_class *,t_method,t_symbol *,t_atomtype,...)': cannot convert argument 4 from 'int' to 't_atomtype'   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\x_time.c    401 
Error   C2664   'void class_addmethod(_class *,t_method,t_symbol *,t_atomtype,...)': cannot convert argument 4 from 'int' to 't_atomtype'   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\x_time.c    647 
Error   C2664   'void class_addmethod(_class *,t_method,t_symbol *,t_atomtype,...)': cannot convert argument 4 from 'int' to 't_atomtype'   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\x_time.c    648 
Error   C1083   Cannot open include file: 'ext.h': No such file or directory (compiling source file ..\..\..\addons\ofxPd\libs\libpd\pure-data\src\x_vexp.c)    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\x_vexp.h    16  
Error   C1083   Cannot open include file: 'ext.h': No such file or directory (compiling source file ..\..\..\addons\ofxPd\libs\libpd\pure-data\src\x_vexp_fun.c)    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\x_vexp.h    16  
Error   C1083   Cannot open include file: 'ext.h': No such file or directory (compiling source file ..\..\..\addons\ofxPd\libs\libpd\pure-data\src\x_vexp_if.c) pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\x_vexp.h    16  
Error   C2664   '_class *class_new(t_symbol *,t_newmethod,t_method,size_t,int,t_atomtype,...)': cannot convert argument 6 from 'int' to 't_atomtype'    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\x_misc.c    123 
Error   C2664   '_class *class_new(t_symbol *,t_newmethod,t_method,size_t,int,t_atomtype,...)': cannot convert argument 6 from 'int' to 't_atomtype'    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\x_misc.c    238 
Error   C2664   'void class_addmethod(_class *,t_method,t_symbol *,t_atomtype,...)': cannot convert argument 4 from 'int' to 't_atomtype'   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\x_misc.c    241 
Error   C2664   '_class *class_new(t_symbol *,t_newmethod,t_method,size_t,int,t_atomtype,...)': cannot convert argument 6 from 'int' to 't_atomtype'    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\x_misc.c    276 
Error   C2664   'void class_addmethod(_class *,t_method,t_symbol *,t_atomtype,...)': cannot convert argument 4 from 'int' to 't_atomtype'   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\x_misc.c    279 
Error   C2440   '=': cannot convert from 'void *' to 'char *'   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\x_misc.c    503 
Error   C2440   '=': cannot convert from 'void *' to 'char *'   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\x_misc.c    657 
Error   C2440   '=': cannot convert from 'void *' to 'char *'   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\x_misc.c    735 
Error   C2440   '=': cannot convert from 'void *' to 'char *'   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\x_misc.c    760 
Error   C2664   '_class *class_new(t_symbol *,t_newmethod,t_method,size_t,int,t_atomtype,...)': cannot convert argument 6 from 'int' to 't_atomtype'    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\x_misc.c    765 
Error   C2440   '=': cannot convert from 'void *' to 't_atom *' pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\x_misc.c    805 
Error   C2440   '=': cannot convert from 'void *' to 't_atom *' pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\x_misc.c    825 
Error   C2664   'int recv(SOCKET,char *,int,int)': cannot convert argument 2 from 'unsigned char [1000]' to 'char *'    pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\x_net.c 99  
Error   C2664   'int setsockopt(SOCKET,int,int,const char *,int)': cannot convert argument 4 from 'const void *' to 'const char *'  pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\x_net.c 216 
Error   C2440   '=': cannot convert from 'void *' to 'char *'   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\x_net.c 299 
Error   C2664   'void class_addmethod(_class *,t_method,t_symbol *,t_atomtype,...)': cannot convert argument 4 from 'int' to 't_atomtype'   pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\x_net.c 376 
Error   C2664   'int setsockopt(SOCKET,int,int,const char *,int)': cannot convert argument 4 from 'const void *' to 'const char *'  pdMultiExample  f:\openframeworks\addons\ofxpd\libs\libpd\pure-data\src\x_net.c 499 
moebiussurfing commented 4 years ago

hey @danomatika , Finally, I just got it working! 😄 Thanks a lot for your time! and sorry for the looong issue.

ofxPd_1

ofxPd_2

What I have to do is to start from scratch and follow ALL the steps precisely:

https://github.com/danomatika/ofxPd/blob/master/README.md https://github.com/pure-data/pure-data/blob/master/INSTALL.txt

I think that my main problem was an incomplete MSYS installing. After installing https://www.msys2.org/ It seems important to finish the setup following both 5 and 6 steps:

5-Update the package database and core system packages with:
pacman -Syu
6-If needed, close MSYS2, run it again from Start menu. Update the rest with:
pacman -Su

Tell me if you think that I should pull the compiled dll files or something, please

danomatika commented 4 years ago

To be clear: in the end, you made it work by compiling the dll with msys/MinGW? If so, were there any steps missing or anything we could make more clear in the readme?

moebiussurfing commented 4 years ago

To be clear: in the end, you made it work by compiling the dll with msys/MinGW?

yes. That's what I say above. Also, there are some screenshots with folder names/paths.

I think the info in both repositories is well done but must be followed carefully.

danomatika commented 4 years ago

Ok sorry. I skimmed quickly and missed that part.

I added some clarifications and the screenshots to the readme. Can you check it over? Thanks

moebiussurfing commented 4 years ago

I think the readme update is ok!

just a little typo error: "updating" 1. set up Msys2/MinGW: see https://github.com/libpd/libpd#windows and make sure to follow *all* steps in the Msys2 setup instructions (**upadting** packages after install)

If you think it could help I can upload the compiled files somewhere and you can add to the repo. It could be easy and a time-saver for many users. \ofxPd\libs and /bin dll's are less than 6 MB.

moebiussurfing commented 4 years ago

I just sent a link to a .rar with the files to your web email, just in case.

danomatika commented 4 years ago

Ok, I added a pre-compiled server link with the zip file and info for people to contribute new builds. This works best for me as I don't have a Windows box. Feel free to send me new builds when I finalize libpd 0.12 and update ofxPd.