QUSIR / staff

Automatically exported from code.google.com/p/staff
Apache License 2.0
0 stars 0 forks source link

Multiple linux release files cause build failure #144

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Can't compile staff under SuSE linux:

> make && sudo -E gmake install

make: rise
make -C rise make
make[1]: Entering directory `/home/hongtao/devel/staff548/rise'
g++ -I. -c  -DOS_Linux=1 -D_REENTRANT -Wall -W -pedantic -Wno-long-long 
-DLINUX_RELEASE_SuSE lsb=1 -DRISE_LOG_SRC_RECODE=\"utf-8\" 
-DRISE_LOG_DST_RECODE=\"utf-8\" -DRISE_USE_BFD -fPIC -rdynamic 
-DRISE_USE_DEMANGLE=1 rise/common/Exception.cpp -o obj/i686/Exception.o
g++: lsb=1: No such file or directory
make[1]: *** [obj/i686/Exception.o] Error 1
make[1]: Leaving directory `/home/hongtao/devel/staff548/rise'
make: *** [rise.dep] Error 2

Original issue reported on code.google.com by loentar on 25 Oct 2011 at 10:12

GoogleCodeExporter commented 9 years ago
No problems while compiling this project under SuSE.
Problems can be happen when multiple release files exists (for example 
/etc/SuSE-release and /etc/lsb_release)

Original comment by loentar on 25 Oct 2011 at 3:22

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r550.

Original comment by loentar on 25 Oct 2011 at 3:36