Coder Social home page Coder Social logo

oscgroups's People

Stargazers

 avatar  avatar  avatar

Watchers

 avatar

oscgroups's Issues

Compiling fails on Linux

What steps will reproduce the problem?
1. compiling with the standard make file
2.
3.

What is the expected output? What do you see instead?


~/share/oscgroups-read-only$ make
g++ -Wall -O3 -I../oscpack -DOSC_HOST_LITTLE_ENDIAN   -c -o 
../oscpack/osc/OscTypes.o ../oscpack/osc/OscTypes.cpp
g++ -Wall -O3 -I../oscpack -DOSC_HOST_LITTLE_ENDIAN   -c -o 
../oscpack/osc/OscOutboundPacketStream.o 
../oscpack/osc/OscOutboundPacketStream.cpp
g++ -Wall -O3 -I../oscpack -DOSC_HOST_LITTLE_ENDIAN   -c -o 
../oscpack/osc/OscReceivedElements.o ../oscpack/osc/OscReceivedElements.cpp
g++ -Wall -O3 -I../oscpack -DOSC_HOST_LITTLE_ENDIAN   -c -o 
../oscpack/ip/posix/NetworkingUtils.o ../oscpack/ip/posix/NetworkingUtils.cpp
g++ -Wall -O3 -I../oscpack -DOSC_HOST_LITTLE_ENDIAN   -c -o 
../oscpack/ip/IpEndpointName.o ../oscpack/ip/IpEndpointName.cpp
g++ -Wall -O3 -I../oscpack -DOSC_HOST_LITTLE_ENDIAN   -c -o 
../oscpack/ip/posix/UdpSocket.o ../oscpack/ip/posix/UdpSocket.cpp
../oscpack/ip/posix/UdpSocket.cpp: In member function ‘void 
SocketReceiveMultiplexer::Implementation::Run()’:
../oscpack/ip/posix/UdpSocket.cpp:431: warning: ignoring return value of 
‘ssize_t read(int, void*, size_t)’, declared with attribute 
warn_unused_result
../oscpack/ip/posix/UdpSocket.cpp: In member function ‘void 
SocketReceiveMultiplexer::Implementation::AsynchronousBreak()’:
../oscpack/ip/posix/UdpSocket.cpp:481: warning: ignoring return value of 
‘ssize_t write(int, const void*, size_t)’, declared with attribute 
warn_unused_result
g++ -Wall -O3 -I../oscpack -DOSC_HOST_LITTLE_ENDIAN   -c -o GroupServer.o 
GroupServer.cpp
GroupServer.cpp: In function ‘std::ostream& Log()’:
GroupServer.cpp:41: error: ‘time_t’ is not a member of ‘std’
GroupServer.cpp:41: error: expected ‘;’ before ‘t’
GroupServer.cpp:42: error: ‘t’ was not declared in this scope
GroupServer.cpp:47: error: ‘ctime’ is not a member of ‘std’
GroupServer.cpp:47: error: ‘strcpy’ was not declared in this scope
make: *** [GroupServer.o] Erreur 1


What version of the product are you using? On what operating system?

svn rev #16

Ubuntu Studio 10.04 LTS

Linux sixcentrente 2.6.32-27-generic #49-Ubuntu SMP Wed Dec 1 23:52:12 UTC 2010 
i686 GNU/Linux



Please provide any additional information below.

in case it helps, oscpack svn rev 60 make log

~/share/oscpack$ make
g++ -Wall -O3 -I./ -DOSC_HOST_LITTLE_ENDIAN   -c -o tests/OscUnitTests.o 
tests/OscUnitTests.cpp
g++ -Wall -O3 -I./ -DOSC_HOST_LITTLE_ENDIAN   -c -o 
osc/OscOutboundPacketStream.o osc/OscOutboundPacketStream.cpp
g++ -Wall -O3 -I./ -DOSC_HOST_LITTLE_ENDIAN   -c -o osc/OscTypes.o 
osc/OscTypes.cpp
g++ -Wall -O3 -I./ -DOSC_HOST_LITTLE_ENDIAN   -c -o osc/OscReceivedElements.o 
osc/OscReceivedElements.cpp
g++ -Wall -O3 -I./ -DOSC_HOST_LITTLE_ENDIAN   -c -o 
osc/OscPrintReceivedElements.o osc/OscPrintReceivedElements.cpp
g++ -o bin/OscUnitTests tests/OscUnitTests.o osc/OscOutboundPacketStream.o 
osc/OscTypes.o osc/OscReceivedElements.o osc/OscPrintReceivedElements.o  
g++ -Wall -O3 -I./ -DOSC_HOST_LITTLE_ENDIAN   -c -o tests/OscSendTests.o 
tests/OscSendTests.cpp
g++ -Wall -O3 -I./ -DOSC_HOST_LITTLE_ENDIAN   -c -o ip/posix/NetworkingUtils.o 
ip/posix/NetworkingUtils.cpp
g++ -Wall -O3 -I./ -DOSC_HOST_LITTLE_ENDIAN   -c -o ip/posix/UdpSocket.o 
ip/posix/UdpSocket.cpp
ip/posix/UdpSocket.cpp: In member function ‘void 
SocketReceiveMultiplexer::Implementation::Run()’:
ip/posix/UdpSocket.cpp:431: warning: ignoring return value of ‘ssize_t 
read(int, void*, size_t)’, declared with attribute warn_unused_result
ip/posix/UdpSocket.cpp: In member function ‘void 
SocketReceiveMultiplexer::Implementation::AsynchronousBreak()’:
ip/posix/UdpSocket.cpp:481: warning: ignoring return value of ‘ssize_t 
write(int, const void*, size_t)’, declared with attribute warn_unused_result
g++ -Wall -O3 -I./ -DOSC_HOST_LITTLE_ENDIAN   -c -o ip/IpEndpointName.o 
ip/IpEndpointName.cpp
g++ -o bin/OscSendTests tests/OscSendTests.o osc/OscOutboundPacketStream.o 
osc/OscTypes.o ip/posix/NetworkingUtils.o ip/posix/UdpSocket.o 
ip/IpEndpointName.o  
g++ -Wall -O3 -I./ -DOSC_HOST_LITTLE_ENDIAN   -c -o tests/OscReceiveTest.o 
tests/OscReceiveTest.cpp
g++ -o bin/OscReceiveTest tests/OscReceiveTest.o osc/OscTypes.o 
osc/OscReceivedElements.o osc/OscPrintReceivedElements.o 
ip/posix/NetworkingUtils.o ip/posix/UdpSocket.o  
g++ -Wall -O3 -I./ -DOSC_HOST_LITTLE_ENDIAN   -c -o examples/OscDump.o 
examples/OscDump.cpp
g++ -o bin/OscDump examples/OscDump.o osc/OscTypes.o osc/OscReceivedElements.o 
osc/OscPrintReceivedElements.o ip/posix/NetworkingUtils.o ip/posix/UdpSocket.o 

Original issue reported on code.google.com by [email protected] on 7 Feb 2011 at 9:20

error while parsing message: wrong argument type

What steps will reproduce the problem?
1. start server
2. start client
3. ./OscGroupClient <hostname> 22242 22243 22244 22245 michela <password> syna 
<gpassword>


What is the expected output? What do you see instead?

Sending UDP via a PD patch (connect localhost 22244) and listening to localhost 
22245. Nothing being received, no error from server


Client shows connection as below but server shows this error regularly for each 
connection (like a heartbeat, no relation to whether UDP data being sent on 
22244 or not)

Thu Sep 15 06:02:59 2011: error while parsing message: wrong argument type


Client:

oscgroupclient
connecting to group 'syna' as user 'michela'.
using server at IP:22242 with external traffic on local port 22243
--> send outbound traffic to localhost port 22244
<-- listen for inbound traffic on localhost port 22245
running...
press ctrl-c to end



What version of the product are you using? On what operating system?
Latest OSX build locally on 10.6.8, svn checkout for server on Centos 5.5

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 15 Sep 2011 at 10:07

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.