Jump to content

Reboot

Banned
  • Posts

    529
  • Joined

  • Last visited

  • Days Won

    33
  • Feedback

    0%

Posts posted by Reboot

  1.  

     

     

     

     

    Look at my updated post;

     

    I have now this problem : 

    usr/bin/ld: cannot find -lmysqlclient

    Open usr/src/your source/Srcs/Server an delete  libmysql

    Then open novaline/server and copy libmysql folder on your path that you have deleted.

     

    facepalm

     

    Add LIBS += -lmysqlclient -L/usr/local/lib/mysql -lz    in makefile

     

    Lord, another stupid romanian. No offence.
    Libraries already exist novaline / Server / Libmysl /
     
    No need to redirect location to the mysql libraries.

     

     

    and why wouldnt he do that ? its better : saving space and the use of 100% compatible lib with your server

     

     

    If you do this, you need to redirect and mysql headers from /usr/local/include/mysql.
     
    The source lib and headers are used different.
     
    Believe me know what I mean.
     
     
    Libraries and header files used Ymir from mysl52.
    And what he wants is to redirect the mysl55 or 56.

     

  2.  

     

     

    Look at my updated post;

     

    I have now this problem : 

    usr/bin/ld: cannot find -lmysqlclient

    Open usr/src/your source/Srcs/Server an delete  libmysql

    Then open novaline/server and copy libmysql folder on your path that you have deleted.

     

    facepalm

     

    Add LIBS += -lmysqlclient -L/usr/local/lib/mysql -lz    in makefile

     

    Lord, another stupid romanian. No offence.
    Libraries already exist novaline / Server / Libmysl /
     
    No need to redirect location to the mysql libraries.
  3. Greetings, this is my first tutorial on metin2dev.
     
    Today I'll show you how to create makefile for client under windows.
    G ++ compiler is GCC49 and 49.
     
    This will present a tool, necessary.
     
    Here is a picture, ask a moderator to make visible picture. Not going to post pictures
     
    F_r_titlu.jpg
     
    You must unzip this archive to local disk C.
     
    Instaled kits :
     
    Makedepend
    Gmake
    GCC 4.9.2
    G++ 4.9.2
    
    
    
    For now, I will just post the tool.
    When I have time these days to make a makefile a binary client. : D
     
    I'll post soon and the 3 lib., which are different from those in Visual C ++.

    Link downlload

     

    An update to make the compiler and a kit to install more useful. When I have time.

    • Love 8
×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.