OpenLightingProject / ola

The Open Lighting Architecture - The Travel Adaptor for the Lighting Industry
https://www.openlighting.org/ola/
Other
647 stars 205 forks source link

libartnet-examples Makefile is broken on Linux (ubuntu precise) #208

Closed ola-importer closed 10 years ago

ola-importer commented 10 years ago

From aloons...@gmail.com on August 30, 2012 03:43:19

What steps will reproduce the problem? 1. install libartnet

  1. install artnet-examples-0.3.11
  2. In function dmx_handler': undefined reference toartnet_read_dmx' What is the expected output? What do you see instead? I expected it to work :) However it seems the Makefile issues gcc the wrong way. The Makefile does: gcc -Wall -Werror -g -O2 -L/usr/local/lib -lartnet -o artnet_usb artnet-usb.o -lpthread

What works is: gcc -Wall -Werror -g -O2 -L/usr/local/lib -o artnet_usb artnet-usb.o -lartnet -lpthread

I haven't found a fix for the Makefiles (yet) What version of the product are you using? On what operating system? artnet-examples-0.3.11 libartnet-1.1.0 Linux Ubuntu Precise x86_64 Please provide any additional information below.

Original issue: http://code.google.com/p/open-lighting/issues/detail?id=207

ola-importer commented 10 years ago

From si...@nomis52.net on September 05, 2012 21:13:36

Fixed. 0.3.12 has been released.

Status: Fixed