Giter VIP home page Giter VIP logo

mmotutkunlari / altyapiserver Goto Github PK

View Code? Open in Web Editor NEW
7.0 3.0 4.0 35.16 MB

Metin2 Sıfırdan Altyapı Server Files Hazırlama Rehberi için düzenlediğim dosyalar. Bu dosyaları nasıl düzenlediğimi öğrenmek ve kendi filesinizi oluşturmak için bağlantıyı takip ederek videolu rehberlere bakabilirsiniz.

Home Page: https://www.mmotutkunlari.com/konu/metin2-sifirdan-altyapi-server-files-hazirlama-rehberi.7141

Makefile 0.67% C++ 76.16% C 20.73% Shell 0.01% NASL 0.04% Python 0.05% Assembly 2.32% Batchfile 0.02%
gmake source-code c-plus-plus cpp metin2 metin2-server gcc freebsd

altyapiserver's Introduction

Hi , I'm Eray

I'm a Fullstack Developer from Turkey.

🙋‍♂️ About Me

  • 🔭 I’m currently working on ---

  • 🌱 I’m currently learning Machine Learning

  • 👯 I’m looking to collaborate on OpenSource Projects

  • 👨‍💻 All of my projects are available at My Portfolio

  • 📫 How to reach me [email protected]

  • ⚡ Fun fact I play games, riding bike and watching movies very often.

🚀 Languages and Tools:


Subham Raoniar's streak

📊 My Github Stats


Subham Raoniar's Github Stats Eray's Top Languages
Note: Top languages is only a metric of the languages my public code consists of and doesn't reflect experience or skill level.

Subham Raoniar's Activity Graph



Connect with me:

❤ Views and Followers

GitHub Badge

altyapiserver's People

Contributors

mmotutkunlari avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

altyapiserver's Issues

build fail because incompatible with freebsd

$ cd ..db/src && gmake -j2
...

linking ../db_r40020 ...
/usr/local/bin/ld: skipping incompatible /usr/local/lib/libunwind.so when searching for -lunwind
/usr/local/bin/ld: skipping incompatible /usr/local/lib/libunwind.a when searching for -lunwind
/usr/local/bin/ld: skipping incompatible /usr/local/lib/libunwind.so when searching for -lunwind
/usr/local/bin/ld: skipping incompatible /usr/local/lib/libunwind.a when searching for -lunwind
/usr/local/bin/ld: cannot find -lunwind
/usr/local/bin/ld: skipping incompatible /usr/local/lib/libssl.so when searching for -lssl
/usr/local/bin/ld: skipping incompatible /usr/local/lib/libssl.a when searching for -lssl
/usr/local/bin/ld: skipping incompatible /usr/local/lib/libcrypto.so when searching for -lcrypto
/usr/local/bin/ld: skipping incompatible /usr/local/lib/libcrypto.a when searching for -lcrypto
/usr/local/bin/ld: skipping incompatible /usr/local/lib/gcc10/gcc/x86_64-portbld-freebsd13.0/10.2.0/../../../libstdc++.so when searching for -lstdc++
/usr/local/bin/ld: skipping incompatible /usr/local/lib/gcc10/gcc/x86_64-portbld-freebsd13.0/10.2.0/../../../libstdc++.a when searching for -lstdc++
/usr/local/bin/ld: cannot find -lstdc++
collect2: error: ld returned 1 exit status
gmake: *** [Makefile:56: ../db_r40020] Error 1
AltyapiServer@localhost:/usr/home/AltyapiServer/Srcs/Server/db/src $

$ cd ..game/src && gmake -j2
linking ../game_r40020....
/usr/local/bin/ld: skipping incompatible ../../../Extern/lib/libcryptopp.a when searching for -lcryptopp
/usr/local/bin/ld: cannot find -lcryptopp
/usr/local/bin/ld: skipping incompatible /usr/local/lib/libunwind.so when searching for -lunwind
/usr/local/bin/ld: skipping incompatible /usr/local/lib/libunwind.a when searching for -lunwind
/usr/local/bin/ld: skipping incompatible /usr/local/lib/libunwind.so when searching for -lunwind
/usr/local/bin/ld: skipping incompatible /usr/local/lib/libunwind.a when searching for -lunwind
/usr/local/bin/ld: skipping incompatible /usr/local/lib/libunwind.so when searching for -lunwind
/usr/local/bin/ld: skipping incompatible /usr/local/lib/libunwind.a when searching for -lunwind
/usr/local/bin/ld: cannot find -lunwind
/usr/local/bin/ld: skipping incompatible /usr/local/lib/libssl.so when searching for -lssl
/usr/local/bin/ld: skipping incompatible /usr/local/lib/libssl.a when searching for -lssl
/usr/local/bin/ld: skipping incompatible /usr/local/lib/libssl.so when searching for -lssl
/usr/local/bin/ld: skipping incompatible /usr/local/lib/libssl.a when searching for -lssl
/usr/local/bin/ld: skipping incompatible /usr/local/lib/libcrypto.so when searching for -lcrypto
/usr/local/bin/ld: skipping incompatible /usr/local/lib/libcrypto.a when searching for -lcrypto
/usr/local/bin/ld: skipping incompatible /usr/local/lib/libcrypto.so when searching for -lcrypto
/usr/local/bin/ld: skipping incompatible /usr/local/lib/libcrypto.a when searching for -lcrypto
/usr/local/bin/ld: skipping incompatible /usr/local/lib/gcc10/gcc/x86_64-portbld-freebsd13.0/10.2.0/../../../libstdc++.so when searching for -lstdc++
/usr/local/bin/ld: skipping incompatible /usr/local/lib/gcc10/gcc/x86_64-portbld-freebsd13.0/10.2.0/../../../libstdc++.a when searching for -lstdc++
/usr/local/bin/ld: cannot find -lstdc++
collect2: error: ld returned 1 exit status
gmake: *** [Makefile:140: ../game_r40020] Error 1

$ uname -a
FreeBSD localhost 13.0-RELEASE FreeBSD 13.0-RELEASE #0 releng/13.0-n244733-ea31abc261f: Fri Apr 9 04:24:09 UTC 2021 [email protected]:/usr/obj/usr/src/amd64.amd64/sys/GENERIC amd64

Warning'leri Kapat

gcc9 ile derlerken çıkan warning hatalarını kapat.

  • DB Warningleri

  • Game warningleri

  • Diğer projeler çıkan warnigler

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.