Code Monkey home page Code Monkey logo

ola's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

ola's Issues

new version of protobuf -> re-protoc ArtnetConfigMessages.proto

From [email protected] on August 14, 2009 06:57:57

What steps will reproduce the problem? 1. install protobuf 2.2.0
2. ./configure
3. make What is the expected output? What do you see instead? What version of the product are you using? On what operating system? Please provide any additional information below. corrected with:
$ cd $(OLA_030)/plugins/artnet/messages/
$ protoc --cpp_out=./ ArtnetConfigMessages.proto

maybe needs to be included in the build system (configure ?)

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

Check the protoc version is >= 2.0.1

From nomis52 on April 01, 2009 21:38:11

Otherwise we'll fail with
llaoutthread.cpp:121: warning: enumeral and non-enumeral type in
conditional expression
llaoutthread.cpp: In member function ‘virtual bool LlaEmbeddedServer::init()’:
llaoutthread.cpp:231: error: no matching function for call to
‘lla::LlaDaemon::LlaDaemon(lla::lla_server_options_)’
/usr/local/src/lla/llad/LlaDaemon.h:51: note: candidates are:
lla::LlaDaemon::LlaDaemon(const lla::LlaDaemon&)
/usr/local/src/lla/llad/LlaDaemon.h:39: note:
lla::LlaDaemon::LlaDaemon(lla::lla_server_options&, lla::ExportMap_,
unsigned int)

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

install how-to file

From [email protected] on August 14, 2009 07:21:37

What steps will reproduce the problem? 1. 2. 3. What is the expected output? What do you see instead? What version of the product are you using? On what operating system? Please provide any additional information below. the only information I found is : http://opendmx.net/index.php/OLA_on_Linux info should be available in the tarball.

also tell that libartnet is needed in version 1.1.0 ?

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

aclocal.m4 seems too old

From kevin.deldycke on August 27, 2009 13:03:46

Always in my attempt to build a RPM of OLA for my Mandriva, and after
fixing the issue:46 (see: http://code.google.com/p/linux-lighting/issues/detail?id=46 ), I've
stumbled upon a new issue.

Here are the interesting part of the building process showing the problem:
/bin/sh ./libtool --tag=CC --mode=compile x86_64-mandriva-linux-gnu-gcc
-DHAVE_CONFIG_H -I. -O2 -g -pipe -Wformat -Werror=format-security
-Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector
--param=ssp-buffer-size=4 -c -o ltdl.lo ltdl.c
./libtool: line 470: CDPATH: command not found
./libtool: line 1148: func_opt_split: command not found
libtool: Version mismatch error. This is libtool 2.2.6, but the
libtool: definition of this LT_INIT comes from an older release.
libtool: You should recreate aclocal.m4 with macros from libtool 2.2.6
libtool: and run autoconf again.

You can find the full trace of the building process in the attached log file.

Attachment: ola-compilation-error-issue-47.txt

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

usbpro plugins fails with ioctl error for 5, Input/output error

From nomis52 on May 06, 2009 18:59:15

On Ubuntu 9.04:

daniel@daniel-laptop:~$ sudo llad -l3
DlOpenPluginLoader.cpp:155: Attempting to load /usr/local/lib/llad/liblladummy
DlOpenPluginLoader.cpp:181: Loaded plugin Dummy Plugin
DlOpenPluginLoader.cpp:155: Attempting to load
/usr/local/lib/llad/libllaopendmx
DlOpenPluginLoader.cpp:181: Loaded plugin OpenDmx Plugin
DlOpenPluginLoader.cpp:155: Attempting to load
/usr/local/lib/llad/libllastageprofi
DlOpenPluginLoader.cpp:181: Loaded plugin StageProfi Plugin
DlOpenPluginLoader.cpp:155: Attempting to load /usr/local/lib/llad/libllausbpro
DlOpenPluginLoader.cpp:181: Loaded plugin UsbPro Plugin
LlaServer.cpp:304: Trying to start Dummy Plugin
Preferences.cpp:125: Missing lla-dummy.conf: No such file or directory
DeviceManager.cpp:38: Installed device: Dummy Device
LlaServer.cpp:308: Started Dummy Plugin
LlaServer.cpp:304: Trying to start OpenDmx Plugin
LlaServer.cpp:308: Started OpenDmx Plugin
LlaServer.cpp:304: Trying to start StageProfi Plugin
Socket.cpp:226: connect to StageProfi Device:10001 failed, Connection refused
StageProfiDevice.cpp:89: StageProfiPlugin: failed to connect to
StageProfi Device
LlaServer.cpp:308: Started StageProfi Plugin
LlaServer.cpp:304: Trying to start UsbPro Plugin
UsbProDevice.cpp:86: Opened /dev/ttyUSB0
DeviceManager.cpp:38: Installed device: Enttec Usb Pro Device
UsbProWidget.cpp:85: Failed to open /dev/ttyUSB1
UsbProWidget.cpp:85: Failed to open /dev/ttyUSB2
UsbProWidget.cpp:85: Failed to open /dev/ttyUSB3
UsbProWidget.cpp:85: Failed to open /dev/ttyUSB4
UsbProWidget.cpp:85: Failed to open /dev/ttyUSB5
UsbProWidget.cpp:85: Failed to open /dev/ttyUSB6
UsbProWidget.cpp:85: Failed to open /dev/ttyUSB7
UsbProWidget.cpp:85: Failed to open /dev/ttyUSB8
UsbProWidget.cpp:85: Failed to open /dev/ttyUSB9
LlaServer.cpp:308: Started UsbPro Plugin
LlaServer.cpp:288: Garbage collecting
LlaServer.cpp:288: Garbage collecting
LlaServer.cpp:288: Garbage collecting
LlaServer.cpp:288: Garbage collecting
LlaServer.cpp:288: Garbage collecting
LlaServer.cpp:288: Garbage collecting
LlaServer.cpp:288: Garbage collecting
Universe.cpp:122: Patched 1 to universe 1
Socket.cpp:45: Failed to send, Broken pipe
StreamRpcChannel.cpp:184: Send failed Broken pipe
LlaServer.cpp:288: Garbage collecting
LlaServer.cpp:288: Garbage collecting
LlaServer.cpp:288: Garbage collecting
LlaServer.cpp:288: Garbage collecting
LlaServer.cpp:288: Garbage collecting
Socket.cpp:132: ioctl error for 5, Input/output error

And again with -l 4 just in case there was more output, there did not
seem to be, but there was some slightly different output so I included
it as well.

daniel@daniel-laptop:~$ sudo llad -l4
DlOpenPluginLoader.cpp:155: Attempting to load /usr/local/lib/llad/liblladummy
DlOpenPluginLoader.cpp:181: Loaded plugin Dummy Plugin
DlOpenPluginLoader.cpp:155: Attempting to load
/usr/local/lib/llad/libllaopendmx
DlOpenPluginLoader.cpp:181: Loaded plugin OpenDmx Plugin
DlOpenPluginLoader.cpp:155: Attempting to load
/usr/local/lib/llad/libllastageprofi
DlOpenPluginLoader.cpp:181: Loaded plugin StageProfi Plugin
DlOpenPluginLoader.cpp:155: Attempting to load /usr/local/lib/llad/libllausbpro
DlOpenPluginLoader.cpp:181: Loaded plugin UsbPro Plugin
LlaServer.cpp:304: Trying to start Dummy Plugin
Preferences.cpp:125: Missing lla-dummy.conf: No such file or directory
DeviceManager.cpp:38: Installed device: Dummy Device
LlaServer.cpp:308: Started Dummy Plugin
LlaServer.cpp:304: Trying to start OpenDmx Plugin
LlaServer.cpp:308: Started OpenDmx Plugin
LlaServer.cpp:304: Trying to start StageProfi Plugin
Socket.cpp:226: connect to StageProfi Device:10001 failed, Connection refused
StageProfiDevice.cpp:89: StageProfiPlugin: failed to connect to
StageProfi Device
LlaServer.cpp:308: Started StageProfi Plugin
LlaServer.cpp:304: Trying to start UsbPro Plugin
UsbProDevice.cpp:86: Opened /dev/ttyUSB0
DeviceManager.cpp:38: Installed device: Enttec Usb Pro Device
UsbProWidget.cpp:85: Failed to open /dev/ttyUSB1
UsbProWidget.cpp:85: Failed to open /dev/ttyUSB2
UsbProWidget.cpp:85: Failed to open /dev/ttyUSB3
UsbProWidget.cpp:85: Failed to open /dev/ttyUSB4
UsbProWidget.cpp:85: Failed to open /dev/ttyUSB5
UsbProWidget.cpp:85: Failed to open /dev/ttyUSB6
UsbProWidget.cpp:85: Failed to open /dev/ttyUSB7
UsbProWidget.cpp:85: Failed to open /dev/ttyUSB8
UsbProWidget.cpp:85: Failed to open /dev/ttyUSB9
LlaServer.cpp:308: Started UsbPro Plugin
LlaServer.cpp:288: Garbage collecting
Universe.cpp:122: Patched 1 to universe 1
Socket.cpp:45: Failed to send, Broken pipe
StreamRpcChannel.cpp:184: Send failed Broken pipe
LlaServer.cpp:288: Garbage collecting
Socket.cpp:132: ioctl error for 5, Input/output error
Universe.cpp:151: Port 0x9a4efa8 has been removed from uni 1
LlaServer.cpp:288: Garbage collecting
LlaServer.cpp:288: Garbage collecting

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

Compilation error: undefined reference to `typeinfo for std::bad_alloc'

From kevin.deldycke on August 26, 2009 18:53:07

I'm trying to make a RPM of OLA for Mandriva 2009.1 on a x86_64 machine.

Using the latest version of OLA from the git repository (commit
a341249), I get the following error when I
build my package:

utils/.libs/libolautils.a(DmxBuffer.o):(.data.DW.ref._ZTISt9bad_alloc[DW.ref._ZTISt9bad_alloc]+0x0):
undefined reference to `typeinfo for std::bad_alloc'

To ease the debugging, the full log of the compilation is attached to this
bug report.

For a bit of context, here is the discussion leading the creation of this
bug report: http://groups.google.com/group/open-lighting/browse_thread/thread/86664729dedc307a

Attachment: ola-compilation-error.txt

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

dmx4linux plugin errors

From [email protected] on August 27, 2009 10:17:54

What steps will reproduce the problem? 1. 2. 3. What is the expected output? What do you see instead? What version of the product are you using? On what operating system? Please provide any additional information below. There are errors in the file plugins/dmx4linux/Dmx4LinuxPlugin.cpp.
Here is a patch to correct that.

This enables to use the plugin (output only).

83c83

< if (Setup()) {

if (!Setup()) {
215c215

< m_in_socket = new DeviceSocket(fd);

m_out_socket = new DeviceSocket(fd);

223c223

< m_out_socket = new DeviceSocket(fd);

m_in_socket = new DeviceSocket(fd);

271c271

< if (dev->Start()) {

if (!dev->Start()) {

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

missing files in ola-0.3.1.tar.gz

From [email protected] on August 27, 2009 04:25:08

What steps will reproduce the problem? 1. tar -xvzf ola-0.3.1.tar.gz
2. ls -l ola-0.3.1/plugins/dmx4linux/ 3. What is the expected output? What do you see instead? What version of the product are you using? On what operating system? 0.3.1 - Linux Please provide any additional information below. The headers files for the dmx4linux plugin are missing in the archive :
plugins/dmx4linux/Dmx4LinuxPort.h
plugins/dmx4linux/Dmx4LinuxPlugin.h
plugins/dmx4linux/Dmx4LinuxDevice.h

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

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.