-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
When I run "make" from the dx7core folder, I get the following:
g++ -Wall -O -c dx7note.cc
In file included from fm_core.h:20:0,
from dx7note.h:28,
from dx7note.cc:26:
aligned_buf.h:24:22: error: ‘size_t’ has not been declared
template<typename T, size_t size, size_t alignment = 16>
^
aligned_buf.h:24:35: error: ‘size_t’ has not been declared
template<typename T, size_t size, size_t alignment = 16>
^
Makefile:15: recipe for target 'dx7note.o' failed
make: *** [dx7note.o] Error 1
Specifications:
- Ubuntu 16.04 LTS
- gcc 5.4.0
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels