HendrikRoth / boblight

Automatically exported from code.google.com/p/boblight
0 stars 0 forks source link

error while compiling #7

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.configure 
2.make 
3.

What is the expected output? What do you see instead?
In file included from configuration.h:29,
                 from main.cpp:29:
device/devicesound.h:60: error: ISO C++ forbids declaration of
‘PaStreamCallbackTimeInfo’ with no type
device/devicesound.h:60: error: expected ‘,’ or ‘...’ before ‘*’ 
token

What version of the product are you using? On what operating system?
readonly-svn at 18.05.2010 17:24
mythbuntu 9.10

Original issue reported on code.google.com by drdaniel...@gmail.com on 18 May 2010 at 3:25

GoogleCodeExporter commented 9 years ago
Use the portaudio v19 headers.

Original comment by bob.loo...@gmail.com on 19 May 2010 at 8:28

GoogleCodeExporter commented 9 years ago
I now check for portaudio v19 headers in configure.

Original comment by bob.loo...@gmail.com on 3 Aug 2010 at 10:27