Search:

Type: Posts; User: biggyK

Search: Search took 0.00 seconds.

  1. Hello Salem, Thanks for your reply. I still...

    Hello Salem,

    Thanks for your reply.
    I still get "Bus Errors".

    Seems to me that I should install Solaris 10 on that machine (DSS reported to compile and run on that OS).

    Thanks for all your...
  2. Hello Salem, I'm really lost with code (I've...

    Hello Salem,

    I'm really lost with code (I've posted above on 07-08-2006, 10:31 AM).

    Could you please review and tell/recommend me how to deal with it?
  3. This is not my code. This is part of DSS...

    This is not my code.

    This is part of DSS (Darwin Streaming Server of Apple).
    I'm just trying to fix some misaligned statements, which preventing to run DSS on my architecture.

    I'm not a C++...
  4. Hi, Continuing to fix misaligned statements...

    Hi,

    Continuing to fix misaligned statements and need some help.

    1) I got this error:
    Server.tproj/RTCPTask.cpp:95: warning: cast from `UDPDemuxerTask*' to `RTPStream*' increases required...
  5. Salem, Thanks for the explanations.

    Salem,

    Thanks for the explanations.
  6. Hi, Should this code unsigned long temp =...

    Hi,

    Should this code


    unsigned long temp = htonl(inSSRC);
    memcpy ( &fSenderReportBuffer[sizeof(UInt32)], &temp, sizeof(temp) );


    look like this on line 119? :
  7. Salem , Sorry for bothering with the same...

    Salem ,

    Sorry for bothering with the same issue, but...

    As you can see on the lines 112,115,119...


    112:
    ((UInt32*)&fSenderReportBuffer)[1] = htonl(inSSRC);
  8. Thank you very much Salem. Your solution is...

    Thank you very much Salem.

    Your solution is working!!!
  9. Hello All, I keep fixing misaligned statements...

    Hello All,

    I keep fixing misaligned statements as Salem suggested.

    But now I have some statement I can't get working :(
    On line number 112 I got this while compiling -

    ...
  10. Thank you very much Mario, it helped :)

    Thank you very much Mario, it helped :)
  11. error: expected `)' before "_SPOINTERSIZEARG_"

    Hello All,

    I'm trying to compile CVS version of DSS (Darwin Streaming Server), but keep getting these errors:



    PlaylistBroadcaster.cpp: In function `void RegisterEventHandlers()':...
  12. Thanks man, Could you please give me an...

    Thanks man,

    Could you please give me an example here also for:



    SocketUtils.cpp:422: warning: cast from `UInt8*' to `SocketUtils::IPAddrInfo*' increases required alignment of target type
    ...
  13. Hello Salem , I've annotated the listing with...

    Hello Salem ,

    I've annotated the listing with the line numbers (see above).

    Below I'll paste the SocketUtils.h in case you need reference to this file also:




    26 File: ...
  14. quzah DSS is a mix of C/C++ code, so...

    quzah


    DSS is a mix of C/C++ code, so originally I've posted this question to C and C++ forums alltogether, but Salem told to not create double posts.

    People started to help me here and my...
  15. Hi, Sorry, but I need some practical example...

    Hi,

    Sorry, but I need some practical example (As I've said I'm not as good with C/C++ as I would like).

    Lets say I got these warnings:


    SocketUtils.cpp: In static member function `static...
  16. Hello, Thanks for all the responses here. ...

    Hello,

    Thanks for all the responses here.

    The -fPIC compiler flag indeed removes DT_TEXTREL... warnings :)

    I've started with adding `-Wcast-align' to the compiler options,
    and got a lot of...
  17. Thank you all for the answers, I've posted...

    Thank you all for the answers,

    I've posted several questions on this problem to the developer list of DSS, but got no reply at all.
    Tried to find any active developer for this project but ...
  18. How to fix misaligned assignment statements in the source code?

    I'm not a C/C++ programmer, but I'm familiar with this programm language.

    The thing is that I'm trying to compile and run DDS (Darwin Streaming Server) on "Gentoo on Sparc" architecture.
    ...
  19. How to fix misaligned assignment statements in the source code?

    Hello All,

    I'm not a C/C++ programmer, but I'm familiar with this programm language.

    The thing is that I'm trying to compile and run DDS (Darwin Streaming Server) on "Gentoo on Sparc"...
Results 1 to 19 of 19