Page 2 of 2 FirstFirst 12
Results 11 to 15 of 15

Thread: Linux libraries .a and .so

  1. #11

    Linux libraries .a and .so

    Quote Originally Posted by savage
    Hmm I may try to build it again with the latest source then
    Thanks
    If you save your data in a proprietary format, the owner of the format owns your data.
    <br /><A href="http://msx80.blogspot.com">http://msx80.blogspot.com</A>

  2. #12

    Linux libraries .a and .so

    I did it!!! :mrgreen:
    I was finally able to compile a new libode.so. The line to add is:

    $(CC) -shared -o libode.so $(ODE_OBJECTS) -L$(OPCODE_DIRECTORY) -lm

    at line 333. (note that the library is put in the main directory and not under lib)
    I hope it's correct, i don't understand anything about those damned makefiles. I hate them! Thanks god we don't need them with Pascal

    Ok, now the main improvement is that it now has dWorldQuickStep for a quick algorithm. I can run 50+ car in my game I'll have to post a screenshot.

    One problem is that the dCreateCylinder procedure doesn't exists anymore!! Why ?! :scratch: Should we all use the capped cylinder ?

    Also, in the old library the dGeomSetData didn't worked (dGeomGetData always gives nil). I hoped that it was ok in the last release but i still can't make it work. Any suggestion ?

    Bye

    EDIT: The screenshot
    If you save your data in a proprietary format, the owner of the format owns your data.
    <br /><A href="http://msx80.blogspot.com">http://msx80.blogspot.com</A>

  3. #13

    Linux libraries .a and .so

    Sorry I could not do it for you, but I was a little busy getting the new site up and running
    <br /><br />There are a lot of people who are dead while they are still alive. I want to be alive until the day I die.<br />-= Paulo Coelho =-

  4. #14

    Linux libraries .a and .so

    Quote Originally Posted by savage
    Sorry I could not do it for you, but I was a little busy getting the new site up and running
    No problem savage
    If you save your data in a proprietary format, the owner of the format owns your data.
    <br /><A href="http://msx80.blogspot.com">http://msx80.blogspot.com</A>

  5. #15

    Linux libraries .a and .so

    Re you Geom question, I would suggest sending an email to Mattias and asking him about it. Best to go straight to the source.
    <br /><br />There are a lot of people who are dead while they are still alive. I want to be alive until the day I die.<br />-= Paulo Coelho =-

Page 2 of 2 FirstFirst 12

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •