GithubHelp home page GithubHelp logo

ground-zero's Introduction

Hello there 👋

ground-zero's People

Contributors

floe avatar octocat avatar

Watchers

 avatar  avatar  avatar

Forkers

tisch

ground-zero's Issues

[Feature Requests] v4l2 support

Submitted by nobody on 2010-11-19 17:27:16

would be great to have support for v4l2 devices, since that covers a wide range of (cheap) webcam devices (like the wide spreaded sn9c201 chipset)

Cannot make on Mac 64bit

Submitted by vavivavi on 2010-12-12 09:37:09

$ svn info
Path: .URL: https://tisch.svn.sourceforge.net/svnroot/tisch/libtisch
:
Revision: 116
:

$ CFLAGS="-DHAS_FREENECT -I/usr/local/include/libusb-1.0 -I/opt/local/include -I/usr/local/include" LDFLAGS="-L/opt/local/lib -lfreenect -ldc1394 -lusb-1.0" DESTDIR=/usr/local make all
make -C libs/osc
make[1]: Nothing to be done for `build'.
make -C libs/tools
g++ -Wall -ggdb -fPIC -L/usr/local/lib/ -dynamiclib -L/opt/local/lib -lfreenect -ldc1394 -lusb-1.0 -Wall -ggdb -L/usr/local/lib/ -L/opt/local/lib -ldc1394 -framework OpenGL -framework GLUT -lpthread -losc -L../..//libs/osc Socket.o BasicBlob.o Thread.o WebSocket.o TUIOStream.o -o libtools.dylib
Undefined symbols:
"osc::OutboundPacketStream::operator<<(int)", referenced from:
TUIOStream::start() in TUIOStream.o
TUIOStream::send() in TUIOStream.o
TUIOStream& operator<< (TUIOStream&, BasicBlob const&)in TUIOStream.o
TUIOStream& operator<< (TUIOStream&, BasicBlob const&)in TUIOStream.o
TUIOStream& operator<< (TUIOStream&, BasicBlob const&)in TUIOStream.o
TUIOStream& operator<< (TUIOStream&, BasicBlob const&)in TUIOStream.o
TUIOStream& operator<< (TUIOStream&, BasicBlob const&)in TUIOStream.o
TUIOStream& operator<< (TUIOStream&, BasicBlob const&)in TUIOStream.o
TUIOStream& operator<< (TUIOStream&, BasicBlob const&)in TUIOStream.o
ld: symbol(s) not found
collect2: ld returned 1 exit status
make[1]: *** [libtools.dylib] Error 1
make: *** [libs/tools] Error 2

regionupdate on move

Converted from [SourceForge issue 2891146], submitted by xatomic

regions should update after movement, not with the next tap. Problem: e.g. if you have 2 buttons next to each other, move the container 1 button length to the right and the first tap after the movement is on the left button, the programm will tap the right button instead.

Compilation Error

Converted from [SourceForge issue 2871128], submitted by sreemon99

I have downloaded the TISCH library and opened it in VS2008.It gives compilation error for missing header files dxtrans.h and GL\glut.h .where am i supposed to look for these files?

Cannot make on Mac 64bit

Submitted by vavivavi on 2010-12-12 09:37:09

$ svn info
Path: .URL: https://tisch.svn.sourceforge.net/svnroot/tisch/libtisch
:
Revision: 116
:

$ CFLAGS="-DHAS_FREENECT -I/usr/local/include/libusb-1.0 -I/opt/local/include -I/usr/local/include" LDFLAGS="-L/opt/local/lib -lfreenect -ldc1394 -lusb-1.0" DESTDIR=/usr/local make all
make -C libs/osc
make[1]: Nothing to be done for `build'.
make -C libs/tools
g++ -Wall -ggdb -fPIC -L/usr/local/lib/ -dynamiclib -L/opt/local/lib -lfreenect -ldc1394 -lusb-1.0 -Wall -ggdb -L/usr/local/lib/ -L/opt/local/lib -ldc1394 -framework OpenGL -framework GLUT -lpthread -losc -L../..//libs/osc Socket.o BasicBlob.o Thread.o WebSocket.o TUIOStream.o -o libtools.dylib
Undefined symbols:
"osc::OutboundPacketStream::operator<<(int)", referenced from:
TUIOStream::start() in TUIOStream.o
TUIOStream::send() in TUIOStream.o
TUIOStream& operator<< (TUIOStream&, BasicBlob const&)in TUIOStream.o
TUIOStream& operator<< (TUIOStream&, BasicBlob const&)in TUIOStream.o
TUIOStream& operator<< (TUIOStream&, BasicBlob const&)in TUIOStream.o
TUIOStream& operator<< (TUIOStream&, BasicBlob const&)in TUIOStream.o
TUIOStream& operator<< (TUIOStream&, BasicBlob const&)in TUIOStream.o
TUIOStream& operator<< (TUIOStream&, BasicBlob const&)in TUIOStream.o
TUIOStream& operator<< (TUIOStream&, BasicBlob const&)in TUIOStream.o
ld: symbol(s) not found
collect2: ld returned 1 exit status
make[1]: *** [libtools.dylib] Error 1
make: *** [libs/tools] Error 2

guestued crash on Mac 64bit

Submitted by vavivavi on 2010-12-07 08:42:58

  • env

$ uname -a
Darwin xxx.local 10.5.0 Darwin Kernel Version 10.5.0: Fri Nov 5 23:19:13 PDT 2010;
root:xnu-1504.9.17~1/RELEASE_X86_64 x86_64 i386 MacBookPro5,1 Darwin

  • make

$ CFLAGS="-DHAS_FREENECT -I/usr/local/include/libusb-1.0 -I/opt/local/include -I/usr/local/include" ¥
LDFLAGS="-L/opt/local/lib -lfreenect -ldc1394 -lusb-1.0" ¥
DESTDIR=/usr/local ¥
make all

  • libdc1394

$ port installed libdc1394
The following ports are currently installed:
libdc1394 @2.1.2_0+universal (active)

  • glut

use mac built in


  • result

guestured crash when demo app execute.

$ gestured
gestured - libTISCH 2.0 interpretation layer
(c) 2010 by Florian Echtler [email protected]
terminate called after throwing an instance of 'osc::MalformedMessageException' # <- demo -m
what(): unterminated address pattern
Abort trap

$ demo -m
connecting to gestured... connection successful.

guestued crash on Mac 64bit

Converted from [SourceForge issue 3131157], submitted by vavivavi

  • env

$ uname -a
Darwin xxx.local 10.5.0 Darwin Kernel Version 10.5.0: Fri Nov 5 23:19:13 PDT 2010;
root:xnu-1504.9.17~1/RELEASE_X86_64 x86_64 i386 MacBookPro5,1 Darwin

  • make

$ CFLAGS="-DHAS_FREENECT -I/usr/local/include/libusb-1.0 -I/opt/local/include -I/usr/local/include" ¥
LDFLAGS="-L/opt/local/lib -lfreenect -ldc1394 -lusb-1.0" ¥
DESTDIR=/usr/local ¥
make all

  • libdc1394

$ port installed libdc1394
The following ports are currently installed:
libdc1394 @2.1.2_0+universal (active)

  • glut

use mac built in


  • result

guestured crash when demo app execute.

$ gestured
gestured - libTISCH 2.0 interpretation layer
(c) 2010 by Florian Echtler [email protected]
terminate called after throwing an instance of 'osc::MalformedMessageException' # <- demo -m
what(): unterminated address pattern
Abort trap

$ demo -m
connecting to gestured... connection successful.

Compilation Error

Submitted by sreemon99 on 2009-10-01 07:43:39

I have downloaded the TISCH library and opened it in VS2008.It gives compilation error for missing header files dxtrans.h and GL\glut.h .where am i supposed to look for these files?

make all fails on arch linux

Submitted by denham2010 on 2011-12-18 05:55:18

using arch linux x86_64 kernel 3.1.5 freeglut 2.6.0 and libdc1394 2.1.3, make all fails as follows:

[padfoot@charlie libtisch2-2.0.2]$ make all
which: no gmcs in (/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin:/usr/bin/vendor_perl:/usr/bin/core_perl)
which: no javac in (/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin:/usr/bin/vendor_perl:/usr/bin/core_perl)
which: no python in (/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin:/usr/bin/vendor_perl:/usr/bin/core_perl)
make -C libs/osc
make[1]: Entering directory /home/padfoot/Downloads/libtisch2-2.0.2/libs/osc' g++ -Wall -ggdb -fPIC -DTISCH_SHARED="" -DTIXML_USE_STL -I. -DTISCH_PREFIX='"/home/padfoot/Downloads/libtisch2-2.0.2/build//share/libtisch/"' -I../../ -Iosc/ -DOSC_HOST_LITTLE_ENDIAN -c -o ip/posix/NetworkingUtils.o ip/posix/NetworkingUtils.cpp g++ -Wall -ggdb -fPIC -DTISCH_SHARED="" -DTIXML_USE_STL -I. -DTISCH_PREFIX='"/home/padfoot/Downloads/libtisch2-2.0.2/build//share/libtisch/"' -I../../ -Iosc/ -DOSC_HOST_LITTLE_ENDIAN -c -o ip/posix/UdpSocket.o ip/posix/UdpSocket.cpp g++ -Wall -ggdb -fPIC -DTISCH_SHARED="" -DTIXML_USE_STL -I. -DTISCH_PREFIX='"/home/padfoot/Downloads/libtisch2-2.0.2/build//share/libtisch/"' -I../../ -Iosc/ -DOSC_HOST_LITTLE_ENDIAN -c -o ip/IpEndpointName.o ip/IpEndpointName.cpp g++ -Wall -ggdb -fPIC -DTISCH_SHARED="" -DTIXML_USE_STL -I. -DTISCH_PREFIX='"/home/padfoot/Downloads/libtisch2-2.0.2/build//share/libtisch/"' -I../../ -Iosc/ -DOSC_HOST_LITTLE_ENDIAN -c -o osc/OscReceivedElements.o osc/OscReceivedElements.cpp g++ -Wall -ggdb -fPIC -DTISCH_SHARED="" -DTIXML_USE_STL -I. -DTISCH_PREFIX='"/home/padfoot/Downloads/libtisch2-2.0.2/build//share/libtisch/"' -I../../ -Iosc/ -DOSC_HOST_LITTLE_ENDIAN -c -o osc/OscPrintReceivedElements.o osc/OscPrintReceivedElements.cpp g++ -Wall -ggdb -fPIC -DTISCH_SHARED="" -DTIXML_USE_STL -I. -DTISCH_PREFIX='"/home/padfoot/Downloads/libtisch2-2.0.2/build//share/libtisch/"' -I../../ -Iosc/ -DOSC_HOST_LITTLE_ENDIAN -c -o osc/OscTypes.o osc/OscTypes.cpp g++ -Wall -ggdb -fPIC -DTISCH_SHARED="" -DTIXML_USE_STL -I. -DTISCH_PREFIX='"/home/padfoot/Downloads/libtisch2-2.0.2/build//share/libtisch/"' -I../../ -Iosc/ -DOSC_HOST_LITTLE_ENDIAN -c -o osc/OscOutboundPacketStream.o osc/OscOutboundPacketStream.cpp g++ ip/posix/NetworkingUtils.o ip/posix/UdpSocket.o ip/IpEndpointName.o osc/OscReceivedElements.o osc/OscPrintReceivedElements.o osc/OscTypes.o osc/OscOutboundPacketStream.o -Wall -ggdb -fPIC -L/home/padfoot/Downloads/libtisch2-2.0.2/build//lib/ -Wall -ggdb -L/home/padfoot/Downloads/libtisch2-2.0.2/build//lib/ -o liboscpack. /usr/lib/gcc/x86_64-unknown-linux-gnu/4.6.2/../../../../lib/crt1.o: In function_start':
(.text+0x20): undefined reference to main' collect2: ld returned 1 exit status make[1]: *** [liboscpack.] Error 1 make[1]: Leaving directory/home/padfoot/Downloads/libtisch2-2.0.2/libs/osc'
make: *** [libs/osc] Error 2

regionupdate on move

Submitted by xatomic on 2009-11-03 10:17:44

regions should update after movement, not with the next tap. Problem: e.g. if you have 2 buttons next to each other, move the container 1 button length to the right and the first tap after the movement is on the left button, the programm will tap the right button instead.

Container stacking depth

Submitted by martin23 on 2009-11-29 11:29:56

When you try to stack more than 3 Containers the draw and raise/lower methods do not work anymore as expected.
The children of a Container have to be drawn/raised etc recursively. Also in the draw method of the Container the calculated matrices do not properly draw all children. See my patch for what I had to change to make everything visible and lower/raise work.

Cheers
Martin

P.S. I'm aware that in my patch the offset calculation is for the birds since it's always 0 but that was the only way to make everything show up all the time.

[Feature Requests] v4l2 support

Converted from [SourceForge issue 3112733], submitted by nobody

would be great to have support for v4l2 devices, since that covers a wide range of (cheap) webcam devices (like the wide spreaded sn9c201 chipset)

guestued crash on Mac 64bit

Submitted by vavivavi on 2010-12-07 08:42:58

  • env

$ uname -a
Darwin xxx.local 10.5.0 Darwin Kernel Version 10.5.0: Fri Nov 5 23:19:13 PDT 2010;
root:xnu-1504.9.17~1/RELEASE_X86_64 x86_64 i386 MacBookPro5,1 Darwin

  • make

$ CFLAGS="-DHAS_FREENECT -I/usr/local/include/libusb-1.0 -I/opt/local/include -I/usr/local/include" ¥
LDFLAGS="-L/opt/local/lib -lfreenect -ldc1394 -lusb-1.0" ¥
DESTDIR=/usr/local ¥
make all

  • libdc1394

$ port installed libdc1394
The following ports are currently installed:
libdc1394 @2.1.2_0+universal (active)

  • glut

use mac built in


  • result

guestured crash when demo app execute.

$ gestured
gestured - libTISCH 2.0 interpretation layer
(c) 2010 by Florian Echtler [email protected]
terminate called after throwing an instance of 'osc::MalformedMessageException' # <- demo -m
what(): unterminated address pattern
Abort trap

$ demo -m
connecting to gestured... connection successful.

regionupdate on move

Submitted by xatomic on 2009-11-03 10:17:44

regions should update after movement, not with the next tap. Problem: e.g. if you have 2 buttons next to each other, move the container 1 button length to the right and the first tap after the movement is on the left button, the programm will tap the right button instead.

Cannot make on Mac 64bit

Converted from [SourceForge issue 3135732], submitted by vavivavi

$ svn info
Path: .URL: https://tisch.svn.sourceforge.net/svnroot/tisch/libtisch
:
Revision: 116
:

$ CFLAGS="-DHAS_FREENECT -I/usr/local/include/libusb-1.0 -I/opt/local/include -I/usr/local/include" LDFLAGS="-L/opt/local/lib -lfreenect -ldc1394 -lusb-1.0" DESTDIR=/usr/local make all
make -C libs/osc
make[1]: Nothing to be done for `build'.
make -C libs/tools
g++ -Wall -ggdb -fPIC -L/usr/local/lib/ -dynamiclib -L/opt/local/lib -lfreenect -ldc1394 -lusb-1.0 -Wall -ggdb -L/usr/local/lib/ -L/opt/local/lib -ldc1394 -framework OpenGL -framework GLUT -lpthread -losc -L../..//libs/osc Socket.o BasicBlob.o Thread.o WebSocket.o TUIOStream.o -o libtools.dylib
Undefined symbols:
"osc::OutboundPacketStream::operator<<(int)", referenced from:
TUIOStream::start() in TUIOStream.o
TUIOStream::send() in TUIOStream.o
TUIOStream& operator<< (TUIOStream&, BasicBlob const&)in TUIOStream.o
TUIOStream& operator<< (TUIOStream&, BasicBlob const&)in TUIOStream.o
TUIOStream& operator<< (TUIOStream&, BasicBlob const&)in TUIOStream.o
TUIOStream& operator<< (TUIOStream&, BasicBlob const&)in TUIOStream.o
TUIOStream& operator<< (TUIOStream&, BasicBlob const&)in TUIOStream.o
TUIOStream& operator<< (TUIOStream&, BasicBlob const&)in TUIOStream.o
TUIOStream& operator<< (TUIOStream&, BasicBlob const&)in TUIOStream.o
ld: symbol(s) not found
collect2: ld returned 1 exit status
make[1]: *** [libtools.dylib] Error 1
make: *** [libs/tools] Error 2

Test Ticket

Submitted by echtler on 2009-10-26 17:30:42

None

Container stacking depth

Converted from [SourceForge issue 2905597], submitted by martin23

When you try to stack more than 3 Containers the draw and raise/lower methods do not work anymore as expected.
The children of a Container have to be drawn/raised etc recursively. Also in the draw method of the Container the calculated matrices do not properly draw all children. See my patch for what I had to change to make everything visible and lower/raise work.

Cheers
Martin

P.S. I'm aware that in my patch the offset calculation is for the birds since it's always 0 but that was the only way to make everything show up all the time.

make all fails on arch linux

Submitted by denham2010 on 2011-12-18 05:55:18

using arch linux x86_64 kernel 3.1.5 freeglut 2.6.0 and libdc1394 2.1.3, make all fails as follows:

[padfoot@charlie libtisch2-2.0.2]$ make all
which: no gmcs in (/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin:/usr/bin/vendor_perl:/usr/bin/core_perl)
which: no javac in (/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin:/usr/bin/vendor_perl:/usr/bin/core_perl)
which: no python in (/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin:/usr/bin/vendor_perl:/usr/bin/core_perl)
make -C libs/osc
make[1]: Entering directory /home/padfoot/Downloads/libtisch2-2.0.2/libs/osc' g++ -Wall -ggdb -fPIC -DTISCH_SHARED="" -DTIXML_USE_STL -I. -DTISCH_PREFIX='"/home/padfoot/Downloads/libtisch2-2.0.2/build//share/libtisch/"' -I../../ -Iosc/ -DOSC_HOST_LITTLE_ENDIAN -c -o ip/posix/NetworkingUtils.o ip/posix/NetworkingUtils.cpp g++ -Wall -ggdb -fPIC -DTISCH_SHARED="" -DTIXML_USE_STL -I. -DTISCH_PREFIX='"/home/padfoot/Downloads/libtisch2-2.0.2/build//share/libtisch/"' -I../../ -Iosc/ -DOSC_HOST_LITTLE_ENDIAN -c -o ip/posix/UdpSocket.o ip/posix/UdpSocket.cpp g++ -Wall -ggdb -fPIC -DTISCH_SHARED="" -DTIXML_USE_STL -I. -DTISCH_PREFIX='"/home/padfoot/Downloads/libtisch2-2.0.2/build//share/libtisch/"' -I../../ -Iosc/ -DOSC_HOST_LITTLE_ENDIAN -c -o ip/IpEndpointName.o ip/IpEndpointName.cpp g++ -Wall -ggdb -fPIC -DTISCH_SHARED="" -DTIXML_USE_STL -I. -DTISCH_PREFIX='"/home/padfoot/Downloads/libtisch2-2.0.2/build//share/libtisch/"' -I../../ -Iosc/ -DOSC_HOST_LITTLE_ENDIAN -c -o osc/OscReceivedElements.o osc/OscReceivedElements.cpp g++ -Wall -ggdb -fPIC -DTISCH_SHARED="" -DTIXML_USE_STL -I. -DTISCH_PREFIX='"/home/padfoot/Downloads/libtisch2-2.0.2/build//share/libtisch/"' -I../../ -Iosc/ -DOSC_HOST_LITTLE_ENDIAN -c -o osc/OscPrintReceivedElements.o osc/OscPrintReceivedElements.cpp g++ -Wall -ggdb -fPIC -DTISCH_SHARED="" -DTIXML_USE_STL -I. -DTISCH_PREFIX='"/home/padfoot/Downloads/libtisch2-2.0.2/build//share/libtisch/"' -I../../ -Iosc/ -DOSC_HOST_LITTLE_ENDIAN -c -o osc/OscTypes.o osc/OscTypes.cpp g++ -Wall -ggdb -fPIC -DTISCH_SHARED="" -DTIXML_USE_STL -I. -DTISCH_PREFIX='"/home/padfoot/Downloads/libtisch2-2.0.2/build//share/libtisch/"' -I../../ -Iosc/ -DOSC_HOST_LITTLE_ENDIAN -c -o osc/OscOutboundPacketStream.o osc/OscOutboundPacketStream.cpp g++ ip/posix/NetworkingUtils.o ip/posix/UdpSocket.o ip/IpEndpointName.o osc/OscReceivedElements.o osc/OscPrintReceivedElements.o osc/OscTypes.o osc/OscOutboundPacketStream.o -Wall -ggdb -fPIC -L/home/padfoot/Downloads/libtisch2-2.0.2/build//lib/ -Wall -ggdb -L/home/padfoot/Downloads/libtisch2-2.0.2/build//lib/ -o liboscpack. /usr/lib/gcc/x86_64-unknown-linux-gnu/4.6.2/../../../../lib/crt1.o: In function_start':
(.text+0x20): undefined reference to main' collect2: ld returned 1 exit status make[1]: *** [liboscpack.] Error 1 make[1]: Leaving directory/home/padfoot/Downloads/libtisch2-2.0.2/libs/osc'
make: *** [libs/osc] Error 2

Test Ticket

Converted from [SourceForge issue 2886574], submitted by echtler

None

Compilation Error

Submitted by sreemon99 on 2009-10-01 07:43:39

I have downloaded the TISCH library and opened it in VS2008.It gives compilation error for missing header files dxtrans.h and GL\glut.h .where am i supposed to look for these files?

[Feature Requests] v4l2 support

Submitted by nobody on 2010-11-19 17:27:16

would be great to have support for v4l2 devices, since that covers a wide range of (cheap) webcam devices (like the wide spreaded sn9c201 chipset)

Container stacking depth

Submitted by martin23 on 2009-11-29 11:29:56

When you try to stack more than 3 Containers the draw and raise/lower methods do not work anymore as expected.
The children of a Container have to be drawn/raised etc recursively. Also in the draw method of the Container the calculated matrices do not properly draw all children. See my patch for what I had to change to make everything visible and lower/raise work.

Cheers
Martin

P.S. I'm aware that in my patch the offset calculation is for the birds since it's always 0 but that was the only way to make everything show up all the time.

Test Ticket

Submitted by echtler on 2009-10-26 17:30:42

None

make all fails on arch linux

Converted from [SourceForge issue 3461742], submitted by denham2010

using arch linux x86_64 kernel 3.1.5 freeglut 2.6.0 and libdc1394 2.1.3, make all fails as follows:

[padfoot@charlie libtisch2-2.0.2]$ make all
which: no gmcs in (/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin:/usr/bin/vendor_perl:/usr/bin/core_perl)
which: no javac in (/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin:/usr/bin/vendor_perl:/usr/bin/core_perl)
which: no python in (/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin:/usr/bin/vendor_perl:/usr/bin/core_perl)
make -C libs/osc
make[1]: Entering directory /home/padfoot/Downloads/libtisch2-2.0.2/libs/osc' g++ -Wall -ggdb -fPIC -DTISCH_SHARED="" -DTIXML_USE_STL -I. -DTISCH_PREFIX='"/home/padfoot/Downloads/libtisch2-2.0.2/build//share/libtisch/"' -I../../ -Iosc/ -DOSC_HOST_LITTLE_ENDIAN -c -o ip/posix/NetworkingUtils.o ip/posix/NetworkingUtils.cpp g++ -Wall -ggdb -fPIC -DTISCH_SHARED="" -DTIXML_USE_STL -I. -DTISCH_PREFIX='"/home/padfoot/Downloads/libtisch2-2.0.2/build//share/libtisch/"' -I../../ -Iosc/ -DOSC_HOST_LITTLE_ENDIAN -c -o ip/posix/UdpSocket.o ip/posix/UdpSocket.cpp g++ -Wall -ggdb -fPIC -DTISCH_SHARED="" -DTIXML_USE_STL -I. -DTISCH_PREFIX='"/home/padfoot/Downloads/libtisch2-2.0.2/build//share/libtisch/"' -I../../ -Iosc/ -DOSC_HOST_LITTLE_ENDIAN -c -o ip/IpEndpointName.o ip/IpEndpointName.cpp g++ -Wall -ggdb -fPIC -DTISCH_SHARED="" -DTIXML_USE_STL -I. -DTISCH_PREFIX='"/home/padfoot/Downloads/libtisch2-2.0.2/build//share/libtisch/"' -I../../ -Iosc/ -DOSC_HOST_LITTLE_ENDIAN -c -o osc/OscReceivedElements.o osc/OscReceivedElements.cpp g++ -Wall -ggdb -fPIC -DTISCH_SHARED="" -DTIXML_USE_STL -I. -DTISCH_PREFIX='"/home/padfoot/Downloads/libtisch2-2.0.2/build//share/libtisch/"' -I../../ -Iosc/ -DOSC_HOST_LITTLE_ENDIAN -c -o osc/OscPrintReceivedElements.o osc/OscPrintReceivedElements.cpp g++ -Wall -ggdb -fPIC -DTISCH_SHARED="" -DTIXML_USE_STL -I. -DTISCH_PREFIX='"/home/padfoot/Downloads/libtisch2-2.0.2/build//share/libtisch/"' -I../../ -Iosc/ -DOSC_HOST_LITTLE_ENDIAN -c -o osc/OscTypes.o osc/OscTypes.cpp g++ -Wall -ggdb -fPIC -DTISCH_SHARED="" -DTIXML_USE_STL -I. -DTISCH_PREFIX='"/home/padfoot/Downloads/libtisch2-2.0.2/build//share/libtisch/"' -I../../ -Iosc/ -DOSC_HOST_LITTLE_ENDIAN -c -o osc/OscOutboundPacketStream.o osc/OscOutboundPacketStream.cpp g++ ip/posix/NetworkingUtils.o ip/posix/UdpSocket.o ip/IpEndpointName.o osc/OscReceivedElements.o osc/OscPrintReceivedElements.o osc/OscTypes.o osc/OscOutboundPacketStream.o -Wall -ggdb -fPIC -L/home/padfoot/Downloads/libtisch2-2.0.2/build//lib/ -Wall -ggdb -L/home/padfoot/Downloads/libtisch2-2.0.2/build//lib/ -o liboscpack. /usr/lib/gcc/x86_64-unknown-linux-gnu/4.6.2/../../../../lib/crt1.o: In function_start':
(.text+0x20): undefined reference to main' collect2: ld returned 1 exit status make[1]: *** [liboscpack.] Error 1 make[1]: Leaving directory/home/padfoot/Downloads/libtisch2-2.0.2/libs/osc'
make: *** [libs/osc] Error 2

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.