Giter VIP home page Giter VIP logo

ipxnet's People

Contributors

intangir avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

ipxnet's Issues

fails to build on linux

ragnarok@ragnarok:~/src/ragnarok/ipxnet$ make
g++ -Wall  main.cpp ipxserver.cpp -lSDL_net -o ipxnet
ipxserver.cpp: In function ‘void ackClient(IPaddress)’:
ipxserver.cpp:118:8: warning: variable ‘result’ set but not used [-Wunused-but-set-variable]
   Bits result;
        ^~~~~~
/usr/bin/ld: /tmp/cc3HWV3Q.o: referencia sin definir al símbolo 'SDL_GetError'
//usr/lib/x86_64-linux-gnu/libSDL-1.2.so.0: error adding symbols: DSO missing from command line
collect2: error: ld returned 1 exit status
Makefile:9: fallo en las instrucciones para el objetivo 'ipxnet'
make: *** [ipxnet] Error 1

Failure to build on OpenBSD, and a fix

Hi

Just a quick rundown of how to build this in OpenBSD - the libraries and headers go into /usr/local which the compilers don't look into by default. So a workaround is to tell the compiler to look there with environment variables.

So to build on OpenBSD is as follows:

doas pkg_add sdl sdl-net
sed -i.orig 's,/home/intangir/log/,/path/to/log/,' config.h
make CXXFLAGS="-I/usr/local/include -L/usr/local/lib"
strip --strip-all ipxnet

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.