Wie Compilere ich das Programm?.



  • Hallo,

    hab ne aufgabe bekommen muss ein irc server programmieren. Wa so schlau und hab in internet gesucht und folgendes gefunden.

    http://svn.freenode.net/hyperion/trunk/

    aber wie compiliere ich das jetzt unter linux?. Kann mir einer weiterhelfen irgentwie.

    Vielen dank in voraus.



  • Wenn ihr wolts kann ich auch ne zip datei mit den code uploaden _.



  • Lies bitte das Readme auf dieser Seite. 🙄



  • Kauf die ne Playstation 3.



  • kann kein englisch were einer so lieb und wurde sagen was ich machen muss. Mache
    ./configure
    make
    make install
    aber geht irgentwie noicht bekomme fehler.



  • Master User schrieb:

    aber geht irgentwie noicht bekomme fehler.

    Ach so, dann ist ja sonnenklar, woran es liegt 🙄



  • configure

    checking build system type... i686-pc-linux-gnu
    checking host system type... i686-pc-linux-gnu
    checking for a BSD-compatible install... /usr/bin/X11/install -c
    checking whether build environment is sane... yes
    checking for gawk... no
    checking for mawk... mawk
    checking whether make sets $(MAKE)... yes
    checking whether to enable maintainer-specific portions of Makefiles... no
    checking for gcc... gcc
    checking for C compiler default output file name... a.out
    checking whether the C compiler works... yes
    checking whether we are cross compiling... no
    checking for suffix of executables...
    checking for suffix of object files... o
    checking whether we are using the GNU C compiler... yes
    checking whether gcc accepts -g... yes
    checking for gcc option to accept ISO C89... none needed
    checking for style of include used by make... GNU
    checking dependency style of gcc... gcc3
    checking for library containing strerror... none required
    checking for a BSD-compatible install... /usr/bin/X11/install -c
    checking for suitable optimisation flags... -O2
    checking for system headers used... found 32
    checking how to run the C preprocessor... gcc -E
    checking for grep that handles long lines and -e... /bin/grep
    checking for egrep... /bin/grep -E
    checking for ANSI C header files... yes
    checking for sys/types.h... yes
    checking for sys/stat.h... yes
    checking for stdlib.h... yes
    checking for string.h... yes
    checking for memory.h... yes
    checking for strings.h... yes
    checking for inttypes.h... yes
    checking for stdint.h... yes
    checking for unistd.h... yes
    checking arpa/inet.h usability... yes
    checking arpa/inet.h presence... yes
    checking for arpa/inet.h... yes
    checking arpa/nameser.h usability... yes
    checking arpa/nameser.h presence... yes
    checking for arpa/nameser.h... yes
    checking assert.h usability... yes
    checking assert.h presence... yes
    checking for assert.h... yes
    checking ctype.h usability... yes
    checking ctype.h presence... yes
    checking for ctype.h... yes
    checking errno.h usability... yes
    checking errno.h presence... yes
    checking for errno.h... yes
    checking fcntl.h usability... yes
    checking fcntl.h presence... yes
    checking for fcntl.h... yes
    checking getopt.h usability... yes
    checking getopt.h presence... yes
    checking for getopt.h... yes
    checking limits.h usability... yes
    checking limits.h presence... yes
    checking for limits.h... yes
    checking netdb.h usability... yes
    checking netdb.h presence... yes
    checking for netdb.h... yes
    checking netinet/in.h usability... yes
    checking netinet/in.h presence... yes
    checking for netinet/in.h... yes
    checking resolv.h usability... yes
    checking resolv.h presence... yes
    checking for resolv.h... yes
    checking signal.h usability... yes
    checking signal.h presence... yes
    checking for signal.h... yes
    checking stdarg.h usability... yes
    checking stdarg.h presence... yes
    checking for stdarg.h... yes
    checking stddef.h usability... yes
    checking stddef.h presence... yes
    checking for stddef.h... yes
    checking stdio.h usability... yes
    checking stdio.h presence... yes
    checking for stdio.h... yes
    checking for stdlib.h... (cached) yes
    checking for string.h... (cached) yes
    checking sys/epoll.h usability... yes
    checking sys/epoll.h presence... yes
    checking for sys/epoll.h... yes
    checking sys/event.h usability... no
    checking sys/event.h presence... no
    checking for sys/event.h... no
    checking sys/file.h usability... yes
    checking sys/file.h presence... yes
    checking for sys/file.h... yes
    checking sys/ioctl.h usability... yes
    checking sys/ioctl.h presence... yes
    checking for sys/ioctl.h... yes
    checking sys/lock.h usability... no
    checking sys/lock.h presence... no
    checking for sys/lock.h... no
    checking sys/param.h usability... yes
    checking sys/param.h presence... yes
    checking for sys/param.h... yes
    checking sys/poll.h usability... yes
    checking sys/poll.h presence... yes
    checking for sys/poll.h... yes
    checking sys/resource.h usability... yes
    checking sys/resource.h presence... yes
    checking for sys/resource.h... yes
    checking sys/socket.h usability... yes
    checking sys/socket.h presence... yes
    checking for sys/socket.h... yes
    checking for sys/stat.h... (cached) yes
    checking sys/time.h usability... yes
    checking sys/time.h presence... yes
    checking for sys/time.h... yes
    checking for sys/types.h... (cached) yes
    checking sys/wait.h usability... yes
    checking sys/wait.h presence... yes
    checking for sys/wait.h... yes
    checking syslog.h usability... yes
    checking syslog.h presence... yes
    checking for syslog.h... yes
    checking time.h usability... yes
    checking time.h presence... yes
    checking for time.h... yes
    checking for unistd.h... (cached) yes
    checking for inflate in -lz... yes
    checking for gethostbyname in -lnsl... yes
    checking for res_mkquery... no
    checking for res_mkquery in -lresolv... yes
    checking for socket in -lsocket... no
    checking for ANSI C header files... (cached) yes
    checking for stdarg.h... (cached) yes
    checking whether gcc needs -traditional... no
    checking for poll... yes
    checking for epoll_ctl... yes
    checking for kqueue... no
    checking for u_int32_t... yes
    checking whether byte ordering is bigendian... no
    checking for libc printf %zd conversion... yes
    checking for va_copy... found va_copy
    checking for non-blocking socket implementation... O_NONBLOCK
    checking for stdlib.h... (cached) yes
    checking for unistd.h... (cached) yes
    checking for getpagesize... yes
    checking for working mmap... yes
    checking GCC warning flag(s) -Wall... ok
    checking GCC warning flag(s) -Wwrite-strings... ok
    checking GCC warning flag(s) -Wpointer-arith... ok
    checking GCC warning flag(s) -Wcast-qual... ok
    checking GCC warning flag(s) -Wimplicit -Wnested-externs... ok
    checking GCC warning flag(s) -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations... ok
    checking GCC warning flag(s) -W -Wno-unused... ok
    checking GCC warning flag(s) -Wmissing-noreturn... ok
    checking GCC warning flag(s) -Wundef... ok
    checking GCC warning flag(s) -Wpacked... ok
    checking GCC warning flag(s) -Wnested-externs... ok
    checking GCC warning flag(s) -Wbad-function-cast... ok
    checking GCC warning flag(s) -Wunused-function -Wunused-label -Wunused-value -Wunused-variable... ok
    checking GCC warning flag(s) -Wredundant-decls... ok
    checking GCC warning flag(s) -Wfloat-equal... ok
    checking GCC warning flag(s) -std=gnu9x... ok
    checking for pedantry... -pedantic
    checking -Werror... not used
    checking for long long type... yes
    checking for gcc __attribute__(()) format printf %zd support... yes
    checking for __attribute__((malloc))... yes
    checking for __attribute__((pure))... yes
    checking for __attribute__((noreturn))... yes
    configure: creating ./config.status
    config.status: creating Makefile
    sed: couldn't close stdout: Disk quota exceeded
    config.status: creating autoconf/Makefile
    config.status: creating build-misc/Makefile
    config.status: creating doc/Makefile
    config.status: creating doc/sgml/Makefile
    config.status: creating doc/sgml/dancer-oper-guide/Makefile
    config.status: creating doc/sgml/dancer-user-guide/Makefile
    config.status: creating include/Makefile
    config.status: creating src/Makefile
    sed: couldn't close stdout: Disk quota exceeded
    config.status: creating patches/Makefile
    config.status: creating include/setup.h
    config.status: executing depfiles commands
    
    Configuration:
    
      Detected OS:      linux-gnu
      Hyperion version: 1.0.3rc1
      Install prefix:   /home/users/std02179/hyperion-ircd
      CFLAGS:           -g3 -O2 -pedantic -Wall -Wwrite-strings -Wpointer-arith -Wcast-qual -Wimplicit -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -W -Wno-unused -Wmissing-noreturn -Wundef -Wpacked -Wnested-externs -Wbad-function-cast -Wunused-function -Wunused-label -Wunused-value -Wunused-variable -Wredundant-decls -Wfloat-equal -std=gnu9x
    

    make

    linux09:/home/users/std02179/SysPro2007/SysPro_4/Trunc>make
    svnversion: warning: cannot set LC_CTYPE locale
    svnversion: warning: environment variable LC_CTYPE is iso_8859_1
    svnversion: warning: please check that your locale name is correct
    Making all in autoconf
    make[1]: Entering directory `/home/users1/std02179/SysPro2007/SysPro_4/Trunc/autoconf'
    make[1]: Nothing to be done for `all'.
    make[1]: Leaving directory `/home/users1/std02179/SysPro2007/SysPro_4/Trunc/autoconf'
    Making all in build-misc
    make[1]: Entering directory `/home/users1/std02179/SysPro2007/SysPro_4/Trunc/build-misc'
    make[1]: Nothing to be done for `all'.
    make[1]: Leaving directory `/home/users1/std02179/SysPro2007/SysPro_4/Trunc/build-misc'
    Making all in include
    make[1]: Entering directory `/home/users1/std02179/SysPro2007/SysPro_4/Trunc/include'
    make  all-am
    make[2]: Entering directory `/home/users1/std02179/SysPro2007/SysPro_4/Trunc/include'
    make[2]: Leaving directory `/home/users1/std02179/SysPro2007/SysPro_4/Trunc/include'
    make[1]: Leaving directory `/home/users1/std02179/SysPro2007/SysPro_4/Trunc/include'
    Making all in src
    make[1]: Entering directory `/home/users1/std02179/SysPro2007/SysPro_4/Trunc/src'
    make[1]: *** No rule to make target `all-am', needed by `all'.  Stop.
    make[1]: Leaving directory `/home/users1/std02179/SysPro2007/SysPro_4/Trunc/src'
    make: *** [all-recursive] Error 1
    

    make instal

    make instal
    svnversion: warning: cannot set LC_CTYPE locale
    svnversion: warning: environment variable LC_CTYPE is iso_8859_1
    svnversion: warning: please check that your locale name is correct
    make: *** No rule to make target `instal'.  Stop.
    

Anmelden zum Antworten