Thom,
Thanks, it works. But now I met another error.
Any clue?
root@localhost:/usr/local/lmce-build/build-scripts# ./build-maindebs.sh
03:55:11 *** STEP: Running MakeRelease
03:55:12 Performing search'n'replace on the sources
03:56:16 Cleaning MakeRelease debs output directory
03:56:16 Compiling and building packages
05:31:19 ERROR: MakeRelease failed
:IRTrans_Ethernet_Data::CreateData(DCE::DeviceData_Impl*, char*, long unsigned int, char*)':
../Gen_Devices/IRTrans_EthernetBase.cpp:13: warning: unused variable 'iPK_Device'
../Gen_Devices/IRTrans_EthernetBase.cpp:14: warning: unused variable 'iPK_Installation'
g++ -c -I.. -I../DCE -I/usr/include/mysql -DLINUX -Wall -fPIC -ggdb3 ../LIRC_DCE/IRReceiverBase.cpp -o ../LIRC_DCE/IRReceiverBase.o
../LIRC_DCE/IRReceiverBase.cpp: In constructor 'DCE::IRReceiverBase::IRReceiverBase(DCE::Command_Impl*)':
../LIRC_DCE/IRReceiverBase.cpp:44: warning: unused variable 'iResult'
../LIRC_DCE/IRReceiverBase.cpp:45: warning: unused variable 'iResult2'
g++ -c -I.. -I../DCE -I/usr/include/mysql -DLINUX -Wall -fPIC -ggdb3 ../VFD_LCD/VFD_LCD_Base.cpp -o ../VFD_LCD/VFD_LCD_Base.o
../VFD_LCD/VFD_LCD_Base.cpp: In member function 'virtual int DCE::VFD_LCD_Base::UpdateDisplay()':
../VFD_LCD/VFD_LCD_Base.cpp:138: warning: suggest parentheses around assignment used as truth value
../VFD_LCD/VFD_LCD_Base.cpp:142: warning: suggest parentheses around assignment used as truth value
../VFD_LCD/VFD_LCD_Base.cpp:146: warning: suggest parentheses around assignment used as truth value
../VFD_LCD/VFD_LCD_Base.cpp:150: warning: suggest parentheses around assignment used as truth value
../VFD_LCD/VFD_LCD_Base.cpp: In member function 'virtual void DCE::VFD_LCD_Base::DisplayDate()':
../VFD_LCD/VFD_LCD_Base.cpp:225: warning: deprecated conversion from string constant to 'char*'
../VFD_LCD/VFD_LCD_Base.cpp:225: warning: deprecated conversion from string constant to 'char*'
../VFD_LCD/VFD_LCD_Base.cpp:225: warning: deprecated conversion from string constant to 'char*'
../VFD_LCD/VFD_LCD_Base.cpp:225: warning: deprecated conversion from string constant to 'char*'
../VFD_LCD/VFD_LCD_Base.cpp:225: warning: deprecated conversion from string constant to 'char*'
../VFD_LCD/VFD_LCD_Base.cpp:225: warning: deprecated conversion from string constant to 'char*'
../VFD_LCD/VFD_LCD_Base.cpp:225: warning: deprecated conversion from string constant to 'char*'
../VFD_LCD/VFD_LCD_Base.cpp:225: warning: deprecated conversion from string constant to 'char*'
../VFD_LCD/VFD_LCD_Base.cpp:225: warning: deprecated conversion from string constant to 'char*'
../VFD_LCD/VFD_LCD_Base.cpp:225: warning: deprecated conversion from string constant to 'char*'
../VFD_LCD/VFD_LCD_Base.cpp:225: warning: deprecated conversion from string constant to 'char*'
../VFD_LCD/VFD_LCD_Base.cpp:225: warning: deprecated conversion from string constant to 'char*'
../VFD_LCD/VFD_LCD_Base.cpp:228: warning: comparison between signed and unsigned integer expressions
../VFD_LCD/VFD_LCD_Base.cpp:230: warning: comparison between signed and unsigned integer expressions
../VFD_LCD/VFD_LCD_Base.cpp: In member function 'virtual void DCE::VFD_LCD_Base::DisplayMessage(VFD_LCD_Message*)':
../VFD_LCD/VFD_LCD_Base.cpp:286: warning: comparison between signed and unsigned integer expressions
../VFD_LCD/VFD_LCD_Base.cpp: In member function 'virtual void DCE::VFD_LCD_Base::GetNowPlaying(std::vector<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::basic_string<char, std::char_traits<char>, std::allocator<char> > > >*, int)':
../VFD_LCD/VFD_LCD_Base.cpp:326: warning: comparison between signed and unsigned integer expressions
../VFD_LCD/VFD_LCD_Base.cpp:340: warning: comparison between signed and unsigned integer expressions
g++ -c -I.. -I../DCE -I/usr/include/mysql -DLINUX -Wall -fPIC -ggdb3 ../VFD_LCD/CoreMenuStructure.cpp -o ../VFD_LCD/CoreMenuStructure.o
../VFD_LCD/CoreMenuStructure.cpp: In constructor 'DCE::CoreMenuStructure::CoreMenuStructure(DCE::VFD_LCD_Base*)':
../VFD_LCD/CoreMenuStructure.cpp:33: warning: unused variable 'pMenuNode3'
../VFD_LCD/CoreMenuStructure.cpp: In member function 'virtual void DCE::ActiveProcess::Enter()':
../VFD_LCD/CoreMenuStructure.cpp:68: warning: unused variable 'b'
g++ -c -I.. -I../DCE -I/usr/include/mysql -DLINUX -Wall -fPIC -ggdb3 ../VFD_LCD/MenuNode.cpp -o ../VFD_LCD/MenuNode.o
../VFD_LCD/MenuNode.cpp: In member function 'void DCE::MenuNode::Render(std::vector<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::basic_string<char, std::char_traits<char>, std::allocator<char> > > >*)':
../VFD_LCD/MenuNode.cpp:33: warning: comparison between signed and unsigned integer expressions
../VFD_LCD/MenuNode.cpp:37: warning: comparison between signed and unsigned integer expressions
../VFD_LCD/MenuNode.cpp:40: warning: comparison between signed and unsigned integer expressions
../VFD_LCD/MenuNode.cpp:43: warning: comparison between signed and unsigned integer expressions
../VFD_LCD/MenuNode.cpp: In member function 'virtual void DCE::MenuNode::Down()':
../VFD_LCD/MenuNode.cpp:64: warning: comparison between signed and unsigned integer expressions
../VFD_LCD/MenuNode.cpp: In member function 'virtual void DCE::MenuNode::Left()':
../VFD_LCD/MenuNode.cpp:73: warning: statement has no effect
../VFD_LCD/MenuNode.cpp: In member function 'virtual void DCE::MenuNode::Right()':
../VFD_LCD/MenuNode.cpp:80: warning: comparison between signed and unsigned integer expressions
g++ -o IRTrans_Ethernet Main.o IRTrans_Ethernet.o ../Gen_Devices/IRTrans_EthernetBase.o ../LIRC_DCE/IRReceiverBase.o ../VFD_LCD/VFD_LCD_Base.o ../VFD_LCD/CoreMenuStructure.o ../VFD_LCD/MenuNode.o -L../lib -lIRBase -lSerial -lMessageTranslation -lSerializeClass -lDCECommon -lPlutoUtils -lpthread -lmysqlclient_r
cp IRTrans_Ethernet ../bin
./post_make.sh IRTrans_Ethernet
make clean; make bin succeeded
/var/lmce-build/svn/branches/LinuxMCE-0810/src/bin/IRTrans_Ethernet exists
====================================================
Compiling source package: 711 Chromoflex LED Stripe Source
====================================================
Checking directory: src/bin
------------------------
Deciding to do snr on: /var/lmce-build/svn/branches/LinuxMCE-0810//src/Chromoflex_USP3
Found 3
Doing snr on /var/lmce-build/svn/branches/LinuxMCE-0810//src/Chromoflex_USP3/Main.cpp
Doing snr on /var/lmce-build/svn/branches/LinuxMCE-0810//src/Chromoflex_USP3/Chromoflex_USP3.h
Doing snr on /var/lmce-build/svn/branches/LinuxMCE-0810//src/Chromoflex_USP3/Chromoflex_USP3.cpp
Package: 711 Executing: make clean; make bin
for dir in ; do cd $dir; make clean; cd ..; done
rm -f Main.o Chromoflex_USP3.o ../Gen_Devices/Chromoflex_USP3Base.o Main.d Chromoflex_USP3.d ../Gen_Devices/Chromoflex_USP3Base.d Chromoflex_USP3.bin Chromoflex_USP3.so >/dev/null
Computing dependencies for ../Gen_Devices/Chromoflex_USP3Base.cpp done
Computing dependencies for Chromoflex_USP3.cpp done
Computing dependencies for Main.cpp done
g++ -c -I.. -I../DCE -I/usr/include/mysql -DKDE_LMCE -DDEBUG -DTHREAD_LOG -DLOG_ALL_QUERIES -Wall -fPIC -ggdb3 Main.cpp -o Main.o
g++ -c -I.. -I../DCE -I/usr/include/mysql -DKDE_LMCE -DDEBUG -DTHREAD_LOG -DLOG_ALL_QUERIES -Wall -fPIC -ggdb3 Chromoflex_USP3.cpp -o Chromoflex_USP3.o
Chromoflex_USP3.cpp: In member function 'virtual void DCE::Chromoflex_USP3::ReceivedCommandForChild(DCE::DeviceData_Impl*, std::string&, DCE::Message*)':
Chromoflex_USP3.cpp:135: warning: unused variable 'address'
g++ -c -I.. -I../DCE -I/usr/include/mysql -DKDE_LMCE -DDEBUG -DTHREAD_LOG -DLOG_ALL_QUERIES -Wall -fPIC -ggdb3 ../Gen_Devices/Chromoflex_USP3Base.cpp -o ../Gen_Devices/Chromoflex_USP3Base.o
../Gen_Devices/Chromoflex_USP3Base.cpp: In member function 'virtual DCE::DeviceData_Impl* DCE::Chromoflex_USP3_Data::CreateData(DCE::DeviceData_Impl*, char*, long unsigned int, char*)':
../Gen_Devices/Chromoflex_USP3Base.cpp:13: warning: unused variable 'iPK_Device'
../Gen_Devices/Chromoflex_USP3Base.cpp:14: warning: unused variable 'iPK_Installation'
g++ -o Chromoflex_USP3 Main.o Chromoflex_USP3.o ../Gen_Devices/Chromoflex_USP3Base.o -L../lib -lmysqlclient_r -lSerializeClass -lDCECommon -lPlutoUtils -lpthread
cp Chromoflex_USP3 ../bin
./post_make.sh Chromoflex_USP3
make clean; make bin succeeded
/var/lmce-build/svn/branches/LinuxMCE-0810/src/bin/Chromoflex_USP3 exists
Skipping: PThread because it is not compatible
====================================================
Compiling source package: 713 LinuxMCE VistaICM2 Support Source
====================================================
Checking directory: src/bin
------------------------
Deciding to do snr on: /var/lmce-build/svn/branches/LinuxMCE-0810//src/VistaICM2
Found 3
Doing snr on /var/lmce-build/svn/branches/LinuxMCE-0810//src/VistaICM2/Main.cpp
Doing snr on /var/lmce-build/svn/branches/LinuxMCE-0810//src/VistaICM2/VistaICM2.h
Doing snr on /var/lmce-build/svn/branches/LinuxMCE-0810//src/VistaICM2/VistaICM2.cpp
Package: 713 Executing: make clean ; make bin
for dir in ; do cd $dir; make clean; cd ..; done
rm -f Main.o VistaICM2.o ../Gen_Devices/VistaICM2Base.o Main.d VistaICM2.d ../Gen_Devices/VistaICM2Base.d VistaICM2 VistaICM2.so >/dev/null
Computing dependencies for ../Gen_Devices/VistaICM2Base.cpp done
Computing dependencies for VistaICM2.cpp done
Computing dependencies for Main.cpp done
g++ -c -I.. -I../DCE -I/usr/include/mysql -DKDE_LMCE -DDEBUG -DTHREAD_LOG -DLOG_ALL_QUERIES -Wall -fPIC -ggdb3 Main.cpp -o Main.o
g++ -c -I.. -I../DCE -I/usr/include/mysql -DKDE_LMCE -DDEBUG -DTHREAD_LOG -DLOG_ALL_QUERIES -Wall -fPIC -ggdb3 VistaICM2.cpp -o VistaICM2.o
g++ -c -I.. -I../DCE -I/usr/include/mysql -DKDE_LMCE -DDEBUG -DTHREAD_LOG -DLOG_ALL_QUERIES -Wall -fPIC -ggdb3 ../Gen_Devices/VistaICM2Base.cpp -o ../Gen_Devices/VistaICM2Base.o
../Gen_Devices/VistaICM2Base.cpp: In member function 'virtual DCE::DeviceData_Impl* DCE::VistaICM2_Data::CreateData(DCE::DeviceData_Impl*, char*, long unsigned int,char*)':
../Gen_Devices/VistaICM2Base.cpp:13: warning: unused variable 'iPK_Device'
../Gen_Devices/VistaICM2Base.cpp:14: warning: unused variable 'iPK_Installation'
g++ -o VistaICM2 Main.o VistaICM2.o ../Gen_Devices/VistaICM2Base.o -L../lib -lcurl -lmysqlclient_r -lSerializeClass -lDCECommon -lPlutoUtils -lpthread
cp VistaICM2 ../bin
./post_make.sh VistaICM2
make: execvp: ./post_make.sh: Permission denied
make: *** [VistaICM2] Error 127
make clean ; make bin ***FAILED***
Error: make clean ; make bin failed!
BuildSource failed for: 714 LinuxMCE VistaICM2 Support
Aborting!
Will