step7967967 / boblight

Automatically exported from code.google.com/p/boblight
GNU General Public License v3.0
0 stars 0 forks source link

make error flagmanager.cpp #36

Closed GoogleCodeExporter closed 9 years ago

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

What is the expected output? What do you see instead?

make[1]: Entering directory `/home/rudgas/boblight-read-only'
Making all in src
make[2]: Entering directory `/home/rudgas/boblight-read-only/src'
g++ -DHAVE_CONFIG_H -I. -I..     -g -O2 -MT flagmanager.o -MD -MP -MF 
.deps/flagmanager.Tpo -c -o flagmanager.o `test -f 'clients/flagmanager.cpp' || 
echo './'`clients/flagmanager.cpp
clients/flagmanager.cpp: In member function ‘void 
CFlagManager::ParseFlags(int, char**)’:
clients/flagmanager.cpp:88:3: error: ‘opterr’ was not declared in this scope
clients/flagmanager.cpp:90:49: error: ‘getopt’ was not declared in this 
scope
clients/flagmanager.cpp:94:16: error: ‘optarg’ was not declared in this 
scope
clients/flagmanager.cpp:102:16: error: ‘optarg’ was not declared in this 
scope
clients/flagmanager.cpp:119:27: error: ‘optarg’ was not declared in this 
scope
clients/flagmanager.cpp:137:22: error: ‘optarg’ was not declared in this 
scope
clients/flagmanager.cpp:145:39: error: ‘optopt’ was not declared in this 
scope
clients/flagmanager.cpp:156:41: error: ‘optarg’ was not declared in this 
scope
clients/flagmanager.cpp:160:14: error: ‘optind’ was not declared in this 
scope
make[2]: *** [flagmanager.o] Error 1
make[2]: Leaving directory `/home/rudgas/boblight-read-only/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/rudgas/boblight-read-only'
make: *** [all] Error 2

What version of the product are you using? On what operating system?
Latest Version,
3.3.1-1-ARCH x86_64

Original issue reported on code.google.com by rudgas...@googlemail.com on 13 Apr 2012 at 2:39

GoogleCodeExporter commented 9 years ago
Fixed in r428

Original comment by bob.loo...@gmail.com on 14 Apr 2012 at 1:28