<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://wiki.openlighting.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Czingerl</id>
		<title>wiki.openlighting.org - User contributions [en]</title>
		<link rel="self" type="application/atom+xml" href="https://wiki.openlighting.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Czingerl"/>
		<link rel="alternate" type="text/html" href="https://wiki.openlighting.org/index.php/Special:Contributions/Czingerl"/>
		<updated>2026-04-19T21:29:05Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.29.1</generator>

	<entry>
		<id>https://wiki.openlighting.org/index.php?title=OLA_on_Linux&amp;diff=4373</id>
		<title>OLA on Linux</title>
		<link rel="alternate" type="text/html" href="https://wiki.openlighting.org/index.php?title=OLA_on_Linux&amp;diff=4373"/>
				<updated>2012-08-21T14:44:13Z</updated>
		
		<summary type="html">&lt;p&gt;Czingerl: /* Centos 6 / RHEL 6 / Fedora 17 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This describes how to get [[OLA]] working on a Linux system either from the git repo or by using a [http://code.google.com/p/open-lighting/downloads/list released tarball].&lt;br /&gt;
&lt;br /&gt;
=Install dependencies =&lt;br /&gt;
&lt;br /&gt;
You need a couple of libraries installed for everything to work correctly. Some of these are available as packages in distros but others need to be downloaded and built manually.&lt;br /&gt;
&lt;br /&gt;
First you'll need at least the following:&lt;br /&gt;
* cppunit&lt;br /&gt;
* uuid or ossp uuid&lt;br /&gt;
* pkg-config&lt;br /&gt;
* curses&lt;br /&gt;
* lex (or flex)&lt;br /&gt;
* yacc (or bison)&lt;br /&gt;
* the protocol buffers library   [http://code.google.com/p/protobuf/ http://code.google.com/p/protobuf/] (version 2.3.0 or later)&lt;br /&gt;
* microhttpd  [ftp://ftp.gnu.org/gnu/libmicrohttpd/ ftp://ftp.gnu.org/gnu/libmicrohttpd/] (if you want the web UI). You need version &amp;gt;= 0.4.0 of microhttpd&lt;br /&gt;
&lt;br /&gt;
If you're building from git you'll also need the following:&lt;br /&gt;
&lt;br /&gt;
* libtool&lt;br /&gt;
* automake&lt;br /&gt;
* autoconf&lt;br /&gt;
&lt;br /&gt;
== Debian / Ubuntu ==&lt;br /&gt;
&lt;br /&gt;
Debian/Ubuntu users can install them with apt:&lt;br /&gt;
&lt;br /&gt;
  sudo apt-get install libcppunit-dev libcppunit-1.12-1 uuid-dev pkg-config libncurses5-dev libtool autoconf automake  g++ libmicrohttpd-dev libmicrohttpd5 protobuf-c-compiler libprotobuf-lite7 python-protobuf libprotobuf-dev zlib1g-dev bison flex make&lt;br /&gt;
&lt;br /&gt;
Note: Some distributions may offer libprotobuf-lite6 instead of libprotobuf-lite7, which is an acceptable substitution.&lt;br /&gt;
&lt;br /&gt;
If you're using Ubuntu 11.04 or later you can just use the command above. The versions of libprotobuf in earlier versions of Ubuntu are too old, so you'll need to install them by hand.&lt;br /&gt;
&lt;br /&gt;
== Centos 6 / RHEL 6 / Fedora 17 ==&lt;br /&gt;
&lt;br /&gt;
Users of rpm based distributions can install them with yum (protobuf*, libmicrohttpd* and libftdi* are in the EPEL repository):&lt;br /&gt;
&lt;br /&gt;
  sudo yum install flex bison protobuf protobuf-devel uuid-devel cppunit-devel protobuf-python libmicrohttpd-devel libusb-devel libftdi-devel libuuid-devel openslp-devel&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
(The remaining libs already come with the OS installation)&lt;br /&gt;
&lt;br /&gt;
== Other Distributions ==&lt;br /&gt;
&lt;br /&gt;
Install using your package manager, or build everything by hand&lt;br /&gt;
&lt;br /&gt;
If you installed things by hand (rather than using your package manager), you need to run ldconfig as root to pick up the new libraries&lt;br /&gt;
&lt;br /&gt;
  sudo  ldconfig&lt;br /&gt;
&lt;br /&gt;
=Checkout or Download an Archive=&lt;br /&gt;
&lt;br /&gt;
You can either download a tarball, or pull the latest version from the git repo&lt;br /&gt;
&lt;br /&gt;
== Tarball ==&lt;br /&gt;
&lt;br /&gt;
Download the most recent tarball from http://code.google.com/p/open-lighting/downloads/list&lt;br /&gt;
Extract using&lt;br /&gt;
&lt;br /&gt;
  tar -zxf ola-0.X.Y.tar.gz&lt;br /&gt;
  cd ola-0.X.Y&lt;br /&gt;
&lt;br /&gt;
== Git ==&lt;br /&gt;
&lt;br /&gt;
If you don't have '''git''' yet, you'll need to install it with your distro's package manager. On Debian / Ubuntu run:&lt;br /&gt;
&lt;br /&gt;
  sudo apt-get install git&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Check out the git repo with the following command:&lt;br /&gt;
&lt;br /&gt;
  git clone https://code.google.com/p/open-lighting/ ola&lt;br /&gt;
  cd ola&lt;br /&gt;
&lt;br /&gt;
{{ MacOLABuild }}&lt;br /&gt;
&lt;br /&gt;
Finally run ldconfig so you can use the new libraries.&lt;br /&gt;
&lt;br /&gt;
  sudo ldconfig&lt;br /&gt;
&lt;br /&gt;
=Device drivers=&lt;br /&gt;
Note that, for some devices, it is necessary to install drivers for OLA to work with them. For example, the [[Open DMX USB]] device needs an additional kernel module that could be built using the instuctions on [[LLA_and_Q_Light_Controller_Ubuntu_Tutorial]]. For other devices, refer to the corresponding device page on this wiki.&lt;br /&gt;
&lt;br /&gt;
=Known Issues=&lt;br /&gt;
&lt;br /&gt;
If you get an error like the following:&lt;br /&gt;
&lt;br /&gt;
 /bin/sh ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.   -I/opt/local/var/macports/software/protobuf-cpp/2.0.3_0/opt/local/include/  -g -O2 -c -o ltdl.lo ltdl.c&lt;br /&gt;
 ./libtool: line 464: CDPATH: command not found&lt;br /&gt;
 /Users/simonn/lighting/lla/libltdl/libtool: line 464: CDPATH: command not found&lt;br /&gt;
 /Users/simonn/lighting/lla/libltdl/libtool: line 1142: func_opt_split: command not found&lt;br /&gt;
 libtool: Version mismatch error.  This is libtool 2.2.6, but the&lt;br /&gt;
 libtool: definition of this LT_INIT comes from an older release.&lt;br /&gt;
 libtool: You should recreate aclocal.m4 with macros from libtool 2.2.6&lt;br /&gt;
 libtool: and run autoconf again.&lt;br /&gt;
&lt;br /&gt;
Your system uses a different version of libtool. Run:&lt;br /&gt;
&lt;br /&gt;
  libtoolize --ltdl -c -f&lt;br /&gt;
&lt;br /&gt;
and then start from the autoreconf step again.&lt;br /&gt;
&lt;br /&gt;
If you should get the following error try to fix it with one of [http://groups.google.com/group/open-lighting/msg/72060f6327d30df6 two available solutions]:&lt;br /&gt;
&lt;br /&gt;
 Rpc.pb.cc: In copy constructor 'ola::rpc::RpcMessage::RpcMessage(const ola::rpc::RpcMessage&amp;amp;)': &lt;br /&gt;
 Rpc.pb.cc:143: error: base class 'class google::protobuf::Message' should be explicitly initialized in the copy constructor &lt;br /&gt;
&lt;br /&gt;
You should be able to prevent this by [http://groups.google.com/group/open-lighting/msg/c6d86d03dd74ed5b editing &amp;lt;code&amp;gt;./src/Makefile.am&amp;lt;/code&amp;gt;], removing &amp;lt;code&amp;gt;-Werror&amp;lt;/code&amp;gt; and then start from the autoreconfig step again.&lt;/div&gt;</summary>
		<author><name>Czingerl</name></author>	</entry>

	<entry>
		<id>https://wiki.openlighting.org/index.php?title=OLA_on_Linux&amp;diff=4372</id>
		<title>OLA on Linux</title>
		<link rel="alternate" type="text/html" href="https://wiki.openlighting.org/index.php?title=OLA_on_Linux&amp;diff=4372"/>
				<updated>2012-08-21T14:34:21Z</updated>
		
		<summary type="html">&lt;p&gt;Czingerl: /* Centos 6 / RHEL 6 / Fedora 17 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This describes how to get [[OLA]] working on a Linux system either from the git repo or by using a [http://code.google.com/p/open-lighting/downloads/list released tarball].&lt;br /&gt;
&lt;br /&gt;
=Install dependencies =&lt;br /&gt;
&lt;br /&gt;
You need a couple of libraries installed for everything to work correctly. Some of these are available as packages in distros but others need to be downloaded and built manually.&lt;br /&gt;
&lt;br /&gt;
First you'll need at least the following:&lt;br /&gt;
* cppunit&lt;br /&gt;
* uuid or ossp uuid&lt;br /&gt;
* pkg-config&lt;br /&gt;
* curses&lt;br /&gt;
* lex (or flex)&lt;br /&gt;
* yacc (or bison)&lt;br /&gt;
* the protocol buffers library   [http://code.google.com/p/protobuf/ http://code.google.com/p/protobuf/] (version 2.3.0 or later)&lt;br /&gt;
* microhttpd  [ftp://ftp.gnu.org/gnu/libmicrohttpd/ ftp://ftp.gnu.org/gnu/libmicrohttpd/] (if you want the web UI). You need version &amp;gt;= 0.4.0 of microhttpd&lt;br /&gt;
&lt;br /&gt;
If you're building from git you'll also need the following:&lt;br /&gt;
&lt;br /&gt;
* libtool&lt;br /&gt;
* automake&lt;br /&gt;
* autoconf&lt;br /&gt;
&lt;br /&gt;
== Debian / Ubuntu ==&lt;br /&gt;
&lt;br /&gt;
Debian/Ubuntu users can install them with apt:&lt;br /&gt;
&lt;br /&gt;
  sudo apt-get install libcppunit-dev libcppunit-1.12-1 uuid-dev pkg-config libncurses5-dev libtool autoconf automake  g++ libmicrohttpd-dev libmicrohttpd5 protobuf-c-compiler libprotobuf-lite7 python-protobuf libprotobuf-dev zlib1g-dev bison flex make&lt;br /&gt;
&lt;br /&gt;
Note: Some distributions may offer libprotobuf-lite6 instead of libprotobuf-lite7, which is an acceptable substitution.&lt;br /&gt;
&lt;br /&gt;
If you're using Ubuntu 11.04 or later you can just use the command above. The versions of libprotobuf in earlier versions of Ubuntu are too old, so you'll need to install them by hand.&lt;br /&gt;
&lt;br /&gt;
== Centos 6 / RHEL 6 / Fedora 17 ==&lt;br /&gt;
&lt;br /&gt;
Users of rpm based distributions can install them with yum (protobuf is in the EPEL repository):&lt;br /&gt;
&lt;br /&gt;
  sudo yum install flex bison protobuf protobuf-devel uuid-devel cppunit-devel protobuf-python&lt;br /&gt;
&lt;br /&gt;
(The remaining libs already come with the OS installation)&lt;br /&gt;
&lt;br /&gt;
== Other Distributions ==&lt;br /&gt;
&lt;br /&gt;
Install using your package manager, or build everything by hand&lt;br /&gt;
&lt;br /&gt;
If you installed things by hand (rather than using your package manager), you need to run ldconfig as root to pick up the new libraries&lt;br /&gt;
&lt;br /&gt;
  sudo  ldconfig&lt;br /&gt;
&lt;br /&gt;
=Checkout or Download an Archive=&lt;br /&gt;
&lt;br /&gt;
You can either download a tarball, or pull the latest version from the git repo&lt;br /&gt;
&lt;br /&gt;
== Tarball ==&lt;br /&gt;
&lt;br /&gt;
Download the most recent tarball from http://code.google.com/p/open-lighting/downloads/list&lt;br /&gt;
Extract using&lt;br /&gt;
&lt;br /&gt;
  tar -zxf ola-0.X.Y.tar.gz&lt;br /&gt;
  cd ola-0.X.Y&lt;br /&gt;
&lt;br /&gt;
== Git ==&lt;br /&gt;
&lt;br /&gt;
If you don't have '''git''' yet, you'll need to install it with your distro's package manager. On Debian / Ubuntu run:&lt;br /&gt;
&lt;br /&gt;
  sudo apt-get install git&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Check out the git repo with the following command:&lt;br /&gt;
&lt;br /&gt;
  git clone https://code.google.com/p/open-lighting/ ola&lt;br /&gt;
  cd ola&lt;br /&gt;
&lt;br /&gt;
{{ MacOLABuild }}&lt;br /&gt;
&lt;br /&gt;
Finally run ldconfig so you can use the new libraries.&lt;br /&gt;
&lt;br /&gt;
  sudo ldconfig&lt;br /&gt;
&lt;br /&gt;
=Device drivers=&lt;br /&gt;
Note that, for some devices, it is necessary to install drivers for OLA to work with them. For example, the [[Open DMX USB]] device needs an additional kernel module that could be built using the instuctions on [[LLA_and_Q_Light_Controller_Ubuntu_Tutorial]]. For other devices, refer to the corresponding device page on this wiki.&lt;br /&gt;
&lt;br /&gt;
=Known Issues=&lt;br /&gt;
&lt;br /&gt;
If you get an error like the following:&lt;br /&gt;
&lt;br /&gt;
 /bin/sh ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.   -I/opt/local/var/macports/software/protobuf-cpp/2.0.3_0/opt/local/include/  -g -O2 -c -o ltdl.lo ltdl.c&lt;br /&gt;
 ./libtool: line 464: CDPATH: command not found&lt;br /&gt;
 /Users/simonn/lighting/lla/libltdl/libtool: line 464: CDPATH: command not found&lt;br /&gt;
 /Users/simonn/lighting/lla/libltdl/libtool: line 1142: func_opt_split: command not found&lt;br /&gt;
 libtool: Version mismatch error.  This is libtool 2.2.6, but the&lt;br /&gt;
 libtool: definition of this LT_INIT comes from an older release.&lt;br /&gt;
 libtool: You should recreate aclocal.m4 with macros from libtool 2.2.6&lt;br /&gt;
 libtool: and run autoconf again.&lt;br /&gt;
&lt;br /&gt;
Your system uses a different version of libtool. Run:&lt;br /&gt;
&lt;br /&gt;
  libtoolize --ltdl -c -f&lt;br /&gt;
&lt;br /&gt;
and then start from the autoreconf step again.&lt;br /&gt;
&lt;br /&gt;
If you should get the following error try to fix it with one of [http://groups.google.com/group/open-lighting/msg/72060f6327d30df6 two available solutions]:&lt;br /&gt;
&lt;br /&gt;
 Rpc.pb.cc: In copy constructor 'ola::rpc::RpcMessage::RpcMessage(const ola::rpc::RpcMessage&amp;amp;)': &lt;br /&gt;
 Rpc.pb.cc:143: error: base class 'class google::protobuf::Message' should be explicitly initialized in the copy constructor &lt;br /&gt;
&lt;br /&gt;
You should be able to prevent this by [http://groups.google.com/group/open-lighting/msg/c6d86d03dd74ed5b editing &amp;lt;code&amp;gt;./src/Makefile.am&amp;lt;/code&amp;gt;], removing &amp;lt;code&amp;gt;-Werror&amp;lt;/code&amp;gt; and then start from the autoreconfig step again.&lt;/div&gt;</summary>
		<author><name>Czingerl</name></author>	</entry>

	<entry>
		<id>https://wiki.openlighting.org/index.php?title=User:Czingerl&amp;diff=4371</id>
		<title>User:Czingerl</title>
		<link rel="alternate" type="text/html" href="https://wiki.openlighting.org/index.php?title=User:Czingerl&amp;diff=4371"/>
				<updated>2012-08-21T14:33:20Z</updated>
		
		<summary type="html">&lt;p&gt;Czingerl: Initial page&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Ha! Use ACN for measurement!&lt;/div&gt;</summary>
		<author><name>Czingerl</name></author>	</entry>

	<entry>
		<id>https://wiki.openlighting.org/index.php?title=OLA_on_Linux&amp;diff=4312</id>
		<title>OLA on Linux</title>
		<link rel="alternate" type="text/html" href="https://wiki.openlighting.org/index.php?title=OLA_on_Linux&amp;diff=4312"/>
				<updated>2012-08-03T09:56:10Z</updated>
		
		<summary type="html">&lt;p&gt;Czingerl: Added RPM distris&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This describes how to get [[OLA]] working on a Linux system either from the git repo or by using a [http://code.google.com/p/open-lighting/downloads/list released tarball].&lt;br /&gt;
&lt;br /&gt;
=Install dependencies =&lt;br /&gt;
&lt;br /&gt;
You need a couple of libraries installed for everything to work correctly. Some of these are available as packages in distros but others need to be downloaded and built manually.&lt;br /&gt;
&lt;br /&gt;
First you'll need at least the following:&lt;br /&gt;
* cppunit&lt;br /&gt;
* uuid or ossp uuid&lt;br /&gt;
* pkg-config&lt;br /&gt;
* curses&lt;br /&gt;
* lex (or flex)&lt;br /&gt;
* yacc (or bison)&lt;br /&gt;
* the protocol buffers library   [http://code.google.com/p/protobuf/ http://code.google.com/p/protobuf/] (version 2.3.0 or later)&lt;br /&gt;
* microhttpd  [ftp://ftp.gnu.org/gnu/libmicrohttpd/ ftp://ftp.gnu.org/gnu/libmicrohttpd/] (if you want the web UI). You need version &amp;gt;= 0.4.0 of microhttpd&lt;br /&gt;
&lt;br /&gt;
If you're building from git you'll also need the following:&lt;br /&gt;
&lt;br /&gt;
* libtool&lt;br /&gt;
* automake&lt;br /&gt;
* autoconf&lt;br /&gt;
&lt;br /&gt;
== Debian / Ubuntu ==&lt;br /&gt;
&lt;br /&gt;
Debian/Ubuntu users can install them with apt:&lt;br /&gt;
&lt;br /&gt;
  sudo apt-get install libcppunit-dev libcppunit-1.12-1 uuid-dev pkg-config libncurses5-dev libtool autoconf automake  g++ libmicrohttpd-dev libmicrohttpd5 protobuf-c-compiler libprotobuf-lite7 python-protobuf libprotobuf-dev zlib1g-dev bison flex make&lt;br /&gt;
&lt;br /&gt;
Note: Some distributions may offer libprotobuf-lite6 instead of libprotobuf-lite7, which is an acceptable substitution.&lt;br /&gt;
&lt;br /&gt;
If you're using Ubuntu 11.04 or later you can just use the command above. The versions of libprotobuf in earlier versions of Ubuntu are too old, so you'll need to install them by hand.&lt;br /&gt;
&lt;br /&gt;
== Centos 6 / RHEL 6 / Fedora 17 ==&lt;br /&gt;
&lt;br /&gt;
Users of rpm based distributions can install them with yum:&lt;br /&gt;
&lt;br /&gt;
  sudo yum install flex bison protobuf protobuf-devel uuid-devel cppunit-devel protobuf-python&lt;br /&gt;
&lt;br /&gt;
(The remaining libs already come with the OS installation)&lt;br /&gt;
&lt;br /&gt;
== Other Distributions ==&lt;br /&gt;
&lt;br /&gt;
Install using your package manager, or build everything by hand&lt;br /&gt;
&lt;br /&gt;
If you installed things by hand (rather than using your package manager), you need to run ldconfig as root to pick up the new libraries&lt;br /&gt;
&lt;br /&gt;
  sudo  ldconfig&lt;br /&gt;
&lt;br /&gt;
=Checkout or Download an Archive=&lt;br /&gt;
&lt;br /&gt;
You can either download a tarball, or pull the latest version from the git repo&lt;br /&gt;
&lt;br /&gt;
== Tarball ==&lt;br /&gt;
&lt;br /&gt;
Download the most recent tarball from http://code.google.com/p/open-lighting/downloads/list&lt;br /&gt;
Extract using&lt;br /&gt;
&lt;br /&gt;
  tar -zxf ola-0.X.Y.tar.gz&lt;br /&gt;
  cd ola-0.X.Y&lt;br /&gt;
&lt;br /&gt;
== Git ==&lt;br /&gt;
&lt;br /&gt;
If you don't have '''git''' yet, you'll need to install it with your distro's package manager. On Debian / Ubuntu run:&lt;br /&gt;
&lt;br /&gt;
  sudo apt-get install git&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Check out the git repo with the following command:&lt;br /&gt;
&lt;br /&gt;
  git clone https://code.google.com/p/open-lighting/ ola&lt;br /&gt;
  cd ola&lt;br /&gt;
&lt;br /&gt;
{{ MacOLABuild }}&lt;br /&gt;
&lt;br /&gt;
Finally run ldconfig so you can use the new libraries.&lt;br /&gt;
&lt;br /&gt;
  sudo ldconfig&lt;br /&gt;
&lt;br /&gt;
=Device drivers=&lt;br /&gt;
Note that, for some devices, it is necessary to install drivers for OLA to work with them. For example, the [[Open DMX USB]] device needs an additional kernel module that could be built using the instuctions on [[LLA_and_Q_Light_Controller_Ubuntu_Tutorial]]. For other devices, refer to the corresponding device page on this wiki.&lt;br /&gt;
&lt;br /&gt;
=Known Issues=&lt;br /&gt;
&lt;br /&gt;
If you get an error like the following:&lt;br /&gt;
&lt;br /&gt;
 /bin/sh ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.   -I/opt/local/var/macports/software/protobuf-cpp/2.0.3_0/opt/local/include/  -g -O2 -c -o ltdl.lo ltdl.c&lt;br /&gt;
 ./libtool: line 464: CDPATH: command not found&lt;br /&gt;
 /Users/simonn/lighting/lla/libltdl/libtool: line 464: CDPATH: command not found&lt;br /&gt;
 /Users/simonn/lighting/lla/libltdl/libtool: line 1142: func_opt_split: command not found&lt;br /&gt;
 libtool: Version mismatch error.  This is libtool 2.2.6, but the&lt;br /&gt;
 libtool: definition of this LT_INIT comes from an older release.&lt;br /&gt;
 libtool: You should recreate aclocal.m4 with macros from libtool 2.2.6&lt;br /&gt;
 libtool: and run autoconf again.&lt;br /&gt;
&lt;br /&gt;
Your system uses a different version of libtool. Run:&lt;br /&gt;
&lt;br /&gt;
  libtoolize --ltdl -c -f&lt;br /&gt;
&lt;br /&gt;
and then start from the autoreconf step again.&lt;br /&gt;
&lt;br /&gt;
If you should get the following error try to fix it with one of [http://groups.google.com/group/open-lighting/msg/72060f6327d30df6 two available solutions]:&lt;br /&gt;
&lt;br /&gt;
 Rpc.pb.cc: In copy constructor 'ola::rpc::RpcMessage::RpcMessage(const ola::rpc::RpcMessage&amp;amp;)': &lt;br /&gt;
 Rpc.pb.cc:143: error: base class 'class google::protobuf::Message' should be explicitly initialized in the copy constructor &lt;br /&gt;
&lt;br /&gt;
You should be able to prevent this by [http://groups.google.com/group/open-lighting/msg/c6d86d03dd74ed5b editing &amp;lt;code&amp;gt;./src/Makefile.am&amp;lt;/code&amp;gt;], removing &amp;lt;code&amp;gt;-Werror&amp;lt;/code&amp;gt; and then start from the autoreconfig step again.&lt;/div&gt;</summary>
		<author><name>Czingerl</name></author>	</entry>

	</feed>