Language: 
To browser these website, it's necessary to store cookies on your computer.
The cookies contain no personal information, they are required for program control.
  the storage of cookies while browsing this website, on Login and Register.

Author Topic:  Linux...oh linux...  (Read 3149 times)

0 Members and 1 Guest are viewing this topic.

Ninian

« on: 29, December 2015, 11:10:23 »
I am dinking around on my newly wiped LinuxMINT machine and i figured id put the editor on here...  The editor runs just fine, but for some reason i can't get the .bat files to work...  I have a feeling that its because they are made for windows...so how do you start the local server and collect the arches?  any feedback would be appreciated!  Ty for your time ~merc

smacky

« Reply #1 on: 29, December 2015, 17:57:23 »
Yup, .bat = windows.

Someone was going to write Linux equivalents but I've not hard from him for a few weeks.

Extract the entire mapmaker packaage to somewhere, say, ~/daimonin_mapmaker.

Open a terminal. To collect the arches (you ought to do this before anything else):

Code: [Select]
cd ~/daimonin_mapmaker/editor
java -jar DaimoninEditor.jar -c

To use the editor, same command but no -c switch.

To run a local server you need to compile the damn thing first:

Code: [Select]
cd ~/daimonin_mapmaker/server/make/linux
./configure
make install
cd ../..
./daimonin_server

Ninian

« Reply #2 on: 29, December 2015, 21:17:35 »
Code: [Select]
[font=andale mono][b]ninian[member=171233]Ninian[/member]-Satellite-A205 ~/daimonin_mapmaker/editor $ java -jar DaimoninEditor.jar -c
INFO (main) net.sf.gridarta.maincontrol.GridartaEditor  - build number: Unversioned directory
Running java version 1.8.0_51
INFO (main) net.sf.gridarta.model.gameobject.MultiPositionData  - Loaded multi-part position data from 'file:/home/ninian/daimonin_mapmaker/editor/../arch/dev/editor/conf/archdef.dat'
INFO (main) net.sf.gridarta.model.match.GameObjectMatchersParser  - Loaded 21 GameObjectMatchers from 'file:/home/ninian/daimonin_mapmaker/editor/../arch/dev/editor/conf/GameObjectMatchers.xml'.
INFO (main) net.sf.gridarta.maincontrol.DefaultMainControl  - Loaded 20 map validators.
INFO (main) net.sf.gridarta.model.treasurelist.TreasureLoader  - Loaded 131 treasurelists from '/home/ninian/daimonin_mapmaker/editor/../arch/treasures'.
INFO (main) net.sf.gridarta.model.treasurelist.TreasureLoader  - Loaded 1 treasurelists from '/home/ninian/daimonin_mapmaker/editor/../maps'.
INFO (main) net.sf.gridarta.model.archetypetype.ArchetypeTypeSetParser  - Loaded 98 types from 'file:/home/ninian/daimonin_mapmaker/editor/../arch/dev/editor/conf/types.xml'
INFO (main) net.sf.gridarta.maincontrol.DefaultMainControl  - Start to load archetypes...
Invalid archetype: Duplicate face: 'bug.101'; Files: '/intern/bug.101' and '/dev/editor/bug.101'. I will ignore this duplicate.
INFO (main) net.sf.gridarta.model.resource.AbstractFilesResourcesReader  - Loaded 759 animations from '../arch'.
INFO (main) net.sf.gridarta.model.resource.AbstractFilesResourcesReader  - Loaded 3440 archetypes from '../arch'.
INFO (main) net.sf.gridarta.model.resource.AbstractFilesResourcesReader  - Loaded 9277 faces from '../arch'.
INFO (main) net.sf.gridarta.model.artifact.ArtifactParser  - Loaded 130 artifacts from '../arch/artifacts'.
INFO (main) net.sf.gridarta.model.artifact.ArtifactParser  - Loaded 0 artifacts from '../maps'.
INFO (main) net.sf.gridarta.maincontrol.DefaultMainControl  - Archetype loading took 18.311 seconds.
INFO (main) net.sf.gridarta.model.spells.XMLSpellLoader  - Loaded 20 defined spells from 'file:/home/ninian/daimonin_mapmaker/editor/../arch/dev/editor/conf/spells.xml'
INFO (main) net.sf.gridarta.plugin.PluginModelLoader  - Loaded 1 plugins from '../maps/dev/editor/scripts'.

100%: Collecting Arches...
100%: Collecting Animations...
100%: Collecting Animation Tree...
100%: Collecting Images Tree...
100%: Collecting Image Numbers...
100%: Collecting Images...
[/b][/font]

the arches loaded no problem like this.  I didn't do the '-c' xD  thx smacky :)
« Last Edit: 17, January 2019, 02:23:17 by Ninian »

Ninian

« Reply #3 on: 29, December 2015, 21:37:57 »
I get to the point where my local server says 'awaiting connections'  I need my IP here?
srry for the double post xD

smacky

« Reply #4 on: 29, December 2015, 22:33:44 »
This is all good. Next you need to run the client with a special switch (so from a terminal). I assume you used the linux binary installer so it's maybe in ~/daimonin_client:

Code: [Select]
cd ~/daimonin_client
./daimonin -l

Sorry it's a bit of work on Linux. :(

Ninian

« Reply #5 on: 30, December 2015, 04:52:14 »
all good ty for the fast replies :)

Ninian

« Reply #6 on: 16, January 2019, 03:43:14 »
Code: [Select]
## ----------- ##
## Core tests. ##
## ----------- ##

configure:1864: checking build system type
configure:1873: error: cannot guess build type; you must specify one

??  Wont let me build the ./configure.sh file? ??
« Last Edit: 17, January 2019, 02:24:06 by Ninian, Reason: saving space »

_people_

« Reply #7 on: 16, January 2019, 04:27:46 »
Odd, I've never had any difficulty building the server on Linux.

Which distro and version of Linux are you using?

At a blind guess I'd say find your automake install dir (mine is /usr/share/automake-1.14) and copy config.guess, config.sub, and install-sh to server/make/linux/make_utils
-- _people_ :)

Ninian

« Reply #8 on: 16, January 2019, 04:29:27 »
this is the full error msg: 
Code: [Select]
It was created by configure, which was
generated by GNU Autoconf 2.63.  Invocation command line was

  $ ./configure

## --------- ##
## Platform. ##
## --------- ##

hostname = mint-Satellite-A205
uname -m = x86_64
uname -r = 4.4.0-21-generic
uname -s = Linux
uname -v = #37-Ubuntu SMP Mon Apr 18 18:33:37 UTC 2016

/usr/bin/uname -p = unknown
/bin/uname -X     = unknown

/bin/arch              = unknown
/usr/bin/arch -k       = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo      = unknown
/bin/machine           = unknown
/usr/bin/oslevel       = unknown
/bin/universe          = unknown

PATH: /usr/local/sbin
PATH: /usr/local/bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /sbin
PATH: /bin
PATH: /usr/games
PATH: /usr/local/games


## ----------- ##
## Core tests. ##
## ----------- ##

configure:1864: checking build system type
configure:1873: error: cannot guess build type; you must specify one

## ---------------- ##
## Cache variables. ##
## ---------------- ##

ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=

## ----------------- ##
## Output variables. ##
## ----------------- ##

AR=''
AWK=''
BASENAME=''
BOURNE_SHELL=''
CC=''
CFLAGS=''
CHECK_LIBS=''
COMMON_SYSTEM_SRCS=''
CP=''
CPP=''
CPPFLAGS=''
DEFS=''
DEPEND=''
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP=''
EXEEXT=''
EXTRA_CFLAGS=''
FLEX=''
GREP=''
INSTALL_DATA=''
INSTALL_PROGRAM=''
INSTALL_SCRIPT=''
INSTALL_SYSTEM_PARAMS=''
LDFLAGS=''
LIBOBJS=''
LIBS=''
LN_S=''
LTLIBOBJS=''
LUA_NUMBER=''
MKDIR=''
OBJEXT=''
PACKAGE_BUGREPORT=''
PACKAGE_NAME=''
PACKAGE_STRING=''
PACKAGE_TARNAME=''
PACKAGE_VERSION=''
PATH_SEPARATOR=':'
PERL=''
PLUGIN_SYSTEM_SRCS=''
RANLIB=''
RM=''
SED=''
SERVER_SYSTEM_SRCS=''
SET_MAKE=''
SHELL='/bin/bash'
STRIP=''
TAR=''
ac_ct_CC=''
bindir='${exec_prefix}/bin'
build=''
build_alias=''
build_cpu=''
build_os=''
build_vendor=''
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE}'
dvidir='${docdir}'
exec_prefix='NONE'
host=''
host_alias=''
host_cpu=''
host_os=''
host_vendor=''
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='NONE'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target=''
target_alias=''
target_cpu=''
target_os=''
target_vendor=''

## ----------- ##
## confdefs.h. ##
## ----------- ##

#define PACKAGE_NAME ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""
#define PACKAGE_STRING ""
#define PACKAGE_BUGREPORT ""

configure: exit 1

Linux Mint

« Last Edit: 16, January 2019, 04:55:42 by Ninian »

_people_

« Reply #9 on: 16, January 2019, 04:57:05 »
This looks nothing like my ./configure output. I'd say try updating your automake version, or doing what I said in my previous post about copying config.guess from your automake dir to server/make/linux/make_utils
-- _people_ :)

Ninian

« Reply #10 on: 16, January 2019, 05:21:17 »
New error:

Code: [Select]
mint@mint-Satellite-A205 ~/Desktop/daimonin_mapmaker/server/make/linux $ ./configure
configure: error: cannot run /bin/bash make_utils/config.sub
mint@mint-Satellite-A205 ~/Desktop/daimonin_mapmaker/server/make/linux $
« Last Edit: 17, January 2019, 02:24:52 by Ninian, Reason: saving space »

_people_

« Reply #11 on: 16, January 2019, 05:22:12 »
That's fairly unhelpful... Try keeping the config.guess but replacing config.sub and install-sh with the original versions which come with the server.
-- _people_ :)

Ninian

« Reply #12 on: 16, January 2019, 05:43:33 »
After re-download:

Code: [Select]
mint@mint-Satellite-A205 ~/Desktop/daimonin_mapmaker/server/make/linux $ ./configure
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking target system type... x86_64-pc-linux-gnu
checking for gcc... gcc
checking for C compiler default output file name...
configure: error: in `/home/mint/Desktop/daimonin_mapmaker/server/make/linux':
configure: error: C compiler cannot create executables
See `config.log' for more details.


::config.log file ::

Code: [Select]
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by configure, which was
generated by GNU Autoconf 2.63.  Invocation command line was

  $ ./configure

## --------- ##
## Platform. ##
## --------- ##

hostname = mint-Satellite-A205
uname -m = x86_64
uname -r = 4.4.0-21-generic
uname -s = Linux
uname -v = #37-Ubuntu SMP Mon Apr 18 18:33:37 UTC 2016

/usr/bin/uname -p = unknown
/bin/uname -X     = unknown

/bin/arch              = unknown
/usr/bin/arch -k       = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo      = unknown
/bin/machine           = unknown
/usr/bin/oslevel       = unknown
/bin/universe          = unknown

PATH: /usr/local/sbin
PATH: /usr/local/bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /sbin
PATH: /bin
PATH: /usr/games
PATH: /usr/local/games


## ----------- ##
## Core tests. ##
## ----------- ##

configure:1864: checking build system type
configure:1882: result: x86_64-pc-linux-gnu
configure:1904: checking host system type
configure:1919: result: x86_64-pc-linux-gnu
configure:1941: checking target system type
configure:1956: result: x86_64-pc-linux-gnu
configure:2032: checking for gcc
configure:2048: found /usr/bin/gcc
configure:2059: result: gcc
configure:2291: checking for C compiler version
configure:2299: gcc --version >&5
gcc (Ubuntu 5.3.1-14ubuntu2) 5.3.1 20160413
Copyright (C) 2015 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:2303: $? = 0
configure:2310: gcc -v >&5
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/5/lto-wrapper
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu 5.3.1-14ubuntu2' --with-bugurl=file:///usr/share/doc/gcc-5/README.Bugs --enable-languages=c,ada,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-5 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-libmpx --enable-plugin --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-5-amd64/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-5-amd64 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-5-amd64 --with-arch-directory=amd64 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-objc-gc --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
Thread model: posix
gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2)
configure:2314: $? = 0
configure:2321: gcc -V >&5
gcc: error: unrecognized command line option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:2325: $? = 1
configure:2348: checking for C compiler default output file name
configure:2370: gcc    conftest.c  >&5
/usr/bin/ld: cannot find crt1.o: No such file or directory
/usr/bin/ld: cannot find crti.o: No such file or directory
/usr/bin/ld: cannot find -lc
/usr/bin/ld: cannot find crtn.o: No such file or directory
collect2: error: ld returned 1 exit status
configure:2374: $? = 1
configure:2412: result:
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| /* end confdefs.h.  */
|
| int
| main ()
| {
|
|   ;
|   return 0;
| }
configure:2418: error: in `/home/mint/Desktop/daimonin_mapmaker/server/make/linux':
configure:2421: error: C compiler cannot create executables
See `config.log' for more details.

## ---------------- ##
## Cache variables. ##
## ---------------- ##

ac_cv_build=x86_64-pc-linux-gnu
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_host=x86_64-pc-linux-gnu
ac_cv_prog_ac_ct_CC=gcc
ac_cv_target=x86_64-pc-linux-gnu

## ----------------- ##
## Output variables. ##
## ----------------- ##

AR=''
AWK=''
BASENAME=''
BOURNE_SHELL=''
CC='gcc'
CFLAGS=''
CHECK_LIBS=''
COMMON_SYSTEM_SRCS=''
CP=''
CPP=''
CPPFLAGS=''
DEFS=''
DEPEND=''
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP=''
EXEEXT=''
EXTRA_CFLAGS=''
FLEX=''
GREP=''
INSTALL_DATA=''
INSTALL_PROGRAM=''
INSTALL_SCRIPT=''
INSTALL_SYSTEM_PARAMS=''
LDFLAGS=''
LIBOBJS=''
LIBS=''
LN_S=''
LTLIBOBJS=''
LUA_NUMBER=''
MKDIR=''
OBJEXT=''
PACKAGE_BUGREPORT=''
PACKAGE_NAME=''
PACKAGE_STRING=''
PACKAGE_TARNAME=''
PACKAGE_VERSION=''
PATH_SEPARATOR=':'
PERL=''
PLUGIN_SYSTEM_SRCS=''
RANLIB=''
RM=''
SED=''
SERVER_SYSTEM_SRCS=''
SET_MAKE=''
SHELL='/bin/bash'
STRIP=''
TAR=''
ac_ct_CC='gcc'
bindir='${exec_prefix}/bin'
build='x86_64-pc-linux-gnu'
build_alias=''
build_cpu='x86_64'
build_os='linux-gnu'
build_vendor='pc'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE}'
dvidir='${docdir}'
exec_prefix='NONE'
host='x86_64-pc-linux-gnu'
host_alias=''
host_cpu='x86_64'
host_os='linux-gnu'
host_vendor='pc'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='NONE'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target='x86_64-pc-linux-gnu'
target_alias=''
target_cpu='x86_64'
target_os='linux-gnu'
target_vendor='pc'

## ----------- ##
## confdefs.h. ##
## ----------- ##

#define PACKAGE_NAME ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""
#define PACKAGE_STRING ""
#define PACKAGE_BUGREPORT ""

configure: exit 77
« Last Edit: 17, January 2019, 02:26:06 by Ninian, Reason: saving space »

_people_

« Reply #13 on: 16, January 2019, 06:16:48 »
Try installing gcc-multilib from whatever package manager Linux Mint uses.
-- _people_ :)

Ninian

« Reply #14 on: 16, January 2019, 06:33:53 »
kk this is running the configure file with the new lib::

::
Code: [Select]
mint@mint-Satellite-A205 ~/Desktop/daimonin_mapmaker/server/make/linux $ ./configure
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking target system type... x86_64-pc-linux-gnu
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
Enabling Lua Pentium optimizations
checking how to run the C preprocessor... gcc -E
checking for gawk... gawk
checking for a BSD-compatible install... /usr/bin/install -c
checking whether ln -s works... yes
checking whether make sets $(MAKE)... yes
checking for ranlib... ranlib
checking for flex... /usr/bin/flex
checking for mkdir... /bin/mkdir
checking for tar... /bin/tar
checking for makedepend... no
checking for cp... /bin/cp
checking for basename... /usr/bin/basename
checking for sed... /bin/sed
checking for rm... /bin/rm
checking for ar... /usr/bin/ar
checking for perl... /usr/bin/perl
checking for strip... /usr/bin/strip
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 size of long... 8
checking size of long long... 8
checking size of void *... 8
checking for sh... /bin/sh
checking for main in -lnsl... yes
checking for main in -lsocket... no
checking for main in -lm... yes
checking for main in -lcrypt... yes
checking for des_crypt in -ldes... no
checking for main in -ldmalloclp... no
checking for main in -ldl... yes
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking for ANSI C header files... (cached) yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking malloc.h usability... yes
checking malloc.h presence... yes
checking for malloc.h... yes
checking for strings.h... (cached) yes
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/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking time.h usability... yes
checking time.h presence... yes
checking for time.h... yes
checking for unistd.h... (cached) yes
checking stddef.h usability... yes
checking stddef.h presence... yes
checking for stddef.h... yes
checking for stdlib.h... (cached) yes
checking sys/ttycom.h usability... no
checking sys/ttycom.h presence... no
checking for sys/ttycom.h... no
checking sys/termios.h usability... yes
checking sys/termios.h presence... yes
checking for sys/termios.h... yes
checking crypt.h usability... yes
checking crypt.h presence... yes
checking for crypt.h... yes
checking arpa/inet.h usability... yes
checking arpa/inet.h presence... yes
checking for arpa/inet.h... yes
checking des.h usability... no
checking des.h presence... no
checking for des.h... no
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking for pid_t... yes
checking for size_t... yes
checking whether time.h and sys/time.h may both be included... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking for uid_t in sys/types.h... yes
checking whether gcc needs -traditional... no
checking for working memcmp... yes
checking whether setpgrp takes no argument... yes
checking return type of signal handlers... void
checking for strftime... yes
checking for vprintf... yes
checking for _doprnt... no
checking for gettimeofday... yes
checking for mkdir... yes
checking for mktime... yes
checking for rmdir... yes
checking for select... yes
checking for socket... yes
checking for strcspn... yes
checking for strerror... yes
checking for strspn... yes
checking for strstr... yes
checking for strtol... yes
checking for strcasecmp... yes
checking for strncasecmp... yes
checking for stricmp... no
checking for strnicmp... no
checking for snprintf... yes
checking for setsid... yes
checking for srandom... yes
checking for getdtablesize... yes
checking for srand48... yes
checking for srand... yes
checking for sysconf... yes
checking for scandir... yes
checking for getaddrinfo... yes
checking how many args gettimeofday uses... two arguments
configure: creating ./config.status
config.status: creating Makefile
config.status: creating ../../src/porting/Makefile
config.status: creating ../../src/protocol/Makefile
config.status: creating ../../src/socket/Makefile
config.status: creating ../../src/server/Makefile
config.status: creating ../../src/include/Makefile
config.status: creating ../../src/3rdparty/zlib/Makefile
config.status: creating ../../src/tests/Makefile
config.status: creating ../../src/3rdparty/lua/config
config.status: creating ../../src/plugin_lua/Makefile
config.status: creating ../../src/include/linux.h
config.status: ../../src/include/linux.h is unchanged
::
« Last Edit: 17, January 2019, 02:26:52 by Ninian, Reason: saving space »

Tags: mapmaker editor 
 

Related Topics

  Subject / Started by Replies Last post
Linux

Started by Jer Tech support

4 Replies
925 Views
Last post 26, June 2007, 04:50:16
by longir
3 Replies
291 Views
Last post 07, July 2021, 03:33:25
by Clort
11 Replies
785 Views
Last post 05, June 2023, 00:41:14
by Renfield
0 Replies
23 Views
Last post 12, August 2023, 00:10:31
by Dolfo
2 Replies
93 Views
Last post 25, August 2023, 13:18:03
by asuratva