Board index FlightGear Support Compiling

fgms-compiling failed  Topic is solved

Building FlightGear from source, and in the need for help?

fgms-compiling failed

Postby longfly » Thu Jun 16, 2011 11:00 am

Hi guys!

I want to set up fgms on an old COMPAQ workstation with Debian Squeeze. I downloaded the current GIT-stable.

./autogen.sh - worked
./configure - I am not sure but I think it fails.

Here is my terminal-output:
Code: Select all
lang@mp-server:~$ git clone http://git.gitorious.org/fgms/fgms-0-x.git
Cloning into fgms-0-x...
lang@mp-server:~$ cd /s
sbin/    selinux/ srv/     sys/     
lang@mp-server:~$ cd server/fgms/fgms-0-x/
lang@mp-server:~/server/fgms/fgms-0-x$
lang@mp-server:~/server/fgms/fgms-0-x$ ./
autogen.sh   contrib/     .git/        homedir.cfg  src/         
lang@mp-server:~/server/fgms/fgms-0-x$ ./autogen.sh
Host info: Linux i686
 automake: 1.11.1 (111)

Running aclocal
Running libtoolize
libtoolize: putting auxiliary files in `.'.
libtoolize: copying file `./ltmain.sh'
libtoolize: Consider adding `AC_CONFIG_MACRO_DIR([m4])' to configure.ac and
libtoolize: rerunning libtoolize, to keep the correct libtool macros in-tree.
libtoolize: Consider adding `-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
Running autoheader
Running automake --add-missing
configure.ac:76: installing `./config.guess'
configure.ac:76: installing `./config.sub'
configure.ac:61: installing `./install-sh'
configure.ac:61: installing `./missing'
src/flightgear/MultiPlayer/Makefile.am: installing `./depcomp'
Running autoconf

======================================
Now you are ready to run './configure'
======================================
lang@mp-server:~/server/fgms/fgms-0-x$ ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
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 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 whether gcc needs -traditional... no
checking for g++... no
checking for c++... no
checking for gpp... no
checking for aCC... no
checking for CC... no
checking for cxx... no
checking for cc++... no
checking for cl.exe... no
checking for FCC... no
checking for KCC... no
checking for RCC... no
checking for xlC_r... no
checking for xlC... no
checking whether we are using the GNU C++ compiler... no
checking whether g++ accepts -g... no
checking dependency style of g++... none
checking how to run the C++ preprocessor... /lib/cpp
configure: error: in `/home/lang/server/fgms/fgms-0-x':
configure: error: C++ preprocessor "/lib/cpp" fails sanity check
See `config.log' for more details
lang@mp-server:~/server/fgms/fgms-0-x$


It says I should see 'config.log' for more datails:

Code: Select all
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.67.  Invocation command line was

  $ ./configure

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

hostname = mp-server
uname -m = i686
uname -r = 2.6.32-5-686
uname -s = Linux
uname -v = #1 SMP Wed May 18 07:08:50 UTC 2011

/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/bin
PATH: /usr/bin
PATH: /bin
PATH: /usr/local/games
PATH: /usr/games


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

configure:2493: checking for a BSD-compatible install
configure:2561: result: /usr/bin/install -c
configure:2572: checking whether build environment is sane
configure:2622: result: yes
configure:2763: checking for a thread-safe mkdir -p
configure:2802: result: /bin/mkdir -p
configure:2815: checking for gawk
configure:2845: result: no
configure:2815: checking for mawk
configure:2831: found /usr/bin/mawk
configure:2842: result: mawk
configure:2853: checking whether make sets $(MAKE)
configure:2875: result: yes
configure:3007: checking for gcc
configure:3023: found /usr/bin/gcc
configure:3034: result: gcc
configure:3263: checking for C compiler version
configure:3272: gcc --version >&5
gcc (Debian 4.4.5-8) 4.4.5
Copyright (C) 2010 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:3283: $? = 0
configure:3272: gcc -v >&5
Using built-in specs.
Target: i486-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Debian 4.4.5-8' --with-bugurl=file:///usr/share/doc/gcc-4.4/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.4 --enable-shared --enable-multiarch --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.4 --libdir=/usr/lib --enable-nls --enable-clocale=gnu --enable-libstdcxx-debug --enable-objc-gc --enable-targets=all --with-arch-32=i586 --with-tune=generic --enable-checking=release --build=i486-linux-gnu --host=i486-linux-gnu --target=i486-linux-gnu
Thread model: posix
gcc version 4.4.5 (Debian 4.4.5-8)
configure:3283: $? = 0
configure:3272: gcc -V >&5
gcc: '-V' option must have argument
configure:3283: $? = 1
configure:3272: gcc -qversion >&5
gcc: unrecognized option '-qversion'
gcc: no input files
configure:3283: $? = 1
configure:3303: checking whether the C compiler works
configure:3325: gcc    conftest.c  >&5
configure:3329: $? = 0
configure:3377: result: yes
configure:3380: checking for C compiler default output file name
configure:3382: result: a.out
configure:3388: checking for suffix of executables
configure:3395: gcc -o conftest    conftest.c  >&5
configure:3399: $? = 0
configure:3421: result:
configure:3443: checking whether we are cross compiling
configure:3451: gcc -o conftest    conftest.c  >&5
configure:3455: $? = 0
configure:3462: ./conftest
configure:3466: $? = 0
configure:3481: result: no
configure:3486: checking for suffix of object files
configure:3508: gcc -c   conftest.c >&5
configure:3512: $? = 0
configure:3533: result: o
configure:3537: checking whether we are using the GNU C compiler
configure:3556: gcc -c   conftest.c >&5
configure:3556: $? = 0
configure:3565: result: yes
configure:3574: checking whether gcc accepts -g
configure:3594: gcc -c -g  conftest.c >&5
configure:3594: $? = 0
configure:3635: result: yes
configure:3652: checking for gcc option to accept ISO C89
configure:3716: gcc  -c -g -O2  conftest.c >&5
configure:3716: $? = 0
configure:3729: result: none needed
configure:3760: checking for style of include used by make
configure:3788: result: GNU
configure:3813: checking dependency style of gcc
configure:3923: result: gcc3
configure:3944: checking how to run the C preprocessor
configure:3975: gcc -E  conftest.c
configure:3975: $? = 0
configure:3989: gcc -E  conftest.c
conftest.c:11:28: error: ac_nonexistent.h: No such file or directory
configure:3989: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "fgms"
| #define VERSION "0.10.8"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:4014: result: gcc -E
configure:4034: gcc -E  conftest.c
configure:4034: $? = 0
configure:4048: gcc -E  conftest.c
conftest.c:11:28: error: ac_nonexistent.h: No such file or directory
configure:4048: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "fgms"
| #define VERSION "0.10.8"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:4077: checking for grep that handles long lines and -e
configure:4135: result: /bin/grep
configure:4140: checking for egrep
configure:4202: result: /bin/grep -E
configure:4208: checking whether gcc needs -traditional
configure:4242: result: no
configure:4307: checking for g++
configure:4337: result: no
configure:4307: checking for c++
configure:4337: result: no
configure:4307: checking for gpp
configure:4337: result: no
configure:4307: checking for aCC
configure:4337: result: no
configure:4307: checking for CC
configure:4337: result: no
configure:4307: checking for cxx
configure:4337: result: no
configure:4307: checking for cc++
configure:4337: result: no
configure:4307: checking for cl.exe
configure:4337: result: no
configure:4307: checking for FCC
configure:4337: result: no
configure:4307: checking for KCC
configure:4337: result: no
configure:4307: checking for RCC
configure:4337: result: no
configure:4307: checking for xlC_r
configure:4337: result: no
configure:4307: checking for xlC
configure:4337: result: no
configure:4361: checking for C++ compiler version
configure:4370: g++ --version >&5
./configure: line 4372: g++: command not found
configure:4381: $? = 127
configure:4370: g++ -v >&5
./configure: line 4372: g++: command not found
configure:4381: $? = 127
configure:4370: g++ -V >&5
./configure: line 4372: g++: command not found
configure:4381: $? = 127
configure:4370: g++ -qversion >&5
./configure: line 4372: g++: command not found
configure:4381: $? = 127
configure:4385: checking whether we are using the GNU C++ compiler
configure:4404: g++ -c   conftest.cpp >&5
./configure: line 1708: g++: command not found
configure:4404: $? = 127
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "fgms"
| #define VERSION "0.10.8"
| /* end confdefs.h.  */
|
| int
| main ()
| {
| #ifndef __GNUC__
|        choke me
| #endif
|
|   ;
|   return 0;
| }
configure:4413: result: no
configure:4422: checking whether g++ accepts -g
configure:4442: g++ -c -g  conftest.cpp >&5
./configure: line 1708: g++: command not found
configure:4442: $? = 127
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "fgms"
| #define VERSION "0.10.8"
| /* end confdefs.h.  */
|
| int
| main ()
| {
|
|   ;
|   return 0;
| }
configure:4457: g++ -c   conftest.cpp >&5
./configure: line 1708: g++: command not found
configure:4457: $? = 127
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "fgms"
| #define VERSION "0.10.8"
| /* end confdefs.h.  */
|
| int
| main ()
| {
|
|   ;
|   return 0;
| }
configure:4473: g++ -c -g  conftest.cpp >&5
./configure: line 1708: g++: command not found
configure:4473: $? = 127
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "fgms"
| #define VERSION "0.10.8"
| /* end confdefs.h.  */
|
| int
| main ()
| {
|
|   ;
|   return 0;
| }
configure:4483: result: no
configure:4508: checking dependency style of g++
configure:4618: result: none
configure:4638: checking how to run the C++ preprocessor
configure:4665: g++ -E  conftest.cpp
./configure: line 1745: g++: command not found
configure:4665: $? = 127
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "fgms"
| #define VERSION "0.10.8"
| /* end confdefs.h.  */
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|            Syntax error
configure:4665: g++ -E  conftest.cpp
./configure: line 1745: g++: command not found
configure:4665: $? = 127
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "fgms"
| #define VERSION "0.10.8"
| /* end confdefs.h.  */
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|            Syntax error
configure:4665: /lib/cpp  conftest.cpp
cpp: error trying to exec 'cc1plus': execvp: No such file or directory
configure:4665: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "fgms"
| #define VERSION "0.10.8"
| /* end confdefs.h.  */
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|            Syntax error
configure:4665: /lib/cpp  conftest.cpp
cpp: error trying to exec 'cc1plus': execvp: No such file or directory
configure:4665: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "fgms"
| #define VERSION "0.10.8"
| /* end confdefs.h.  */
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|            Syntax error
configure:4704: result: /lib/cpp
configure:4724: /lib/cpp  conftest.cpp
cpp: error trying to exec 'cc1plus': execvp: No such file or directory
configure:4724: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "fgms"
| #define VERSION "0.10.8"
| /* end confdefs.h.  */
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|            Syntax error
configure:4724: /lib/cpp  conftest.cpp
cpp: error trying to exec 'cc1plus': execvp: No such file or directory
configure:4724: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "fgms"
| #define VERSION "0.10.8"
| /* end confdefs.h.  */
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|            Syntax error
configure:4754: error: in `/home/lang/server/fgms/fgms-0-x':
configure:4756: error: C++ preprocessor "/lib/cpp" fails sanity check
See `config.log' for more details

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

ac_cv_c_compiler_gnu=yes
ac_cv_cxx_compiler_gnu=no
ac_cv_env_CCC_set=
ac_cv_env_CCC_value=
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_CXXCPP_set=
ac_cv_env_CXXCPP_value=
ac_cv_env_CXXFLAGS_set=
ac_cv_env_CXXFLAGS_value=
ac_cv_env_CXX_set=
ac_cv_env_CXX_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_objext=o
ac_cv_path_EGREP='/bin/grep -E'
ac_cv_path_GREP=/bin/grep
ac_cv_path_install='/usr/bin/install -c'
ac_cv_path_mkdir=/bin/mkdir
ac_cv_prog_AWK=mawk
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_CXXCPP=/lib/cpp
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_cc_c89=
ac_cv_prog_cc_g=yes
ac_cv_prog_cxx_g=no
ac_cv_prog_gcc_traditional=no
ac_cv_prog_make_make_set=yes
am_cv_CC_dependencies_compiler_type=gcc3
am_cv_CXX_dependencies_compiler_type=none

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

ACLOCAL='${SHELL} /home/lang/server/fgms/fgms-0-x/missing --run aclocal-1.11'
AGE='8'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='${SHELL} /home/lang/server/fgms/fgms-0-x/missing --run tar'
AR=''
AUTOCONF='${SHELL} /home/lang/server/fgms/fgms-0-x/missing --run autoconf'
AUTOHEADER='${SHELL} /home/lang/server/fgms/fgms-0-x/missing --run autoheader'
AUTOMAKE='${SHELL} /home/lang/server/fgms/fgms-0-x/missing --run automake-1.11'
AWK='mawk'
CC='gcc'
CCDEPMODE='depmode=gcc3'
CFLAGS='-g -O2'
CPP='gcc -E'
CPPFLAGS=''
CURRENT='0'
CXX='g++'
CXXCPP='/lib/cpp'
CXXDEPMODE='depmode=none'
CXXFLAGS=''
CYGPATH_W='echo'
DEFS=''
DEPDIR='.deps'
DSYMUTIL=''
DUMPBIN=''
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/bin/grep -E'
EXEEXT=''
FGREP=''
GMAKE=''
GREP='/bin/grep'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
LD=''
LDFLAGS=''
LIBOBJS=''
LIBS=''
LIBTOOL=''
LIPO=''
LN_S=''
LTLIBOBJS=''
MAKE=''
MAKEINFO='${SHELL} /home/lang/server/fgms/fgms-0-x/missing --run makeinfo'
MKDIR_P='/bin/mkdir -p'
NM=''
NMEDIT=''
OBJDUMP=''
OBJEXT='o'
OTOOL64=''
OTOOL=''
PACKAGE='fgms'
PACKAGE_BUGREPORT=''
PACKAGE_NAME=''
PACKAGE_STRING=''
PACKAGE_TARNAME=''
PACKAGE_URL=''
PACKAGE_VERSION=''
PATH_SEPARATOR=':'
RANLIB=''
REVISION='10'
SED=''
SET_MAKE=''
SHELL='/bin/bash'
STRIP=''
VERSION='0.10.8'
ac_ct_CC='gcc'
ac_ct_CXX=''
ac_ct_DUMPBIN=''
am__EXEEXT_FALSE=''
am__EXEEXT_TRUE=''
am__fastdepCC_FALSE='#'
am__fastdepCC_TRUE=''
am__fastdepCXX_FALSE=''
am__fastdepCXX_TRUE='#'
am__include='include'
am__isrc=''
am__leading_dot='.'
am__quote=''
am__tar='${AMTAR} chof - "$$tardir"'
am__untar='${AMTAR} xf -'
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'
install_sh='${SHELL} /home/lang/server/fgms/fgms-0-x/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
lt_ECHO='echo'
mandir='${datarootdir}/man'
mkdir_p='/bin/mkdir -p'
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_alias=''

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

/* confdefs.h */
#define PACKAGE_NAME ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""
#define PACKAGE_STRING ""
#define PACKAGE_BUGREPORT ""
#define PACKAGE_URL ""
#define PACKAGE "fgms"
#define VERSION "0.10.8"

configure: exit 1


Ehm, ..., Yes - HELP! I need help. I have some basic Linux experiences and I think it would be nice to test this server.
I am very thankful for every help!

Regards Longfly
User avatar
longfly
 
Posts: 228
Joined: Tue Dec 07, 2010 5:41 pm
Location: EDDM (Germany)
Version: always new

Re: fgms-compiling failed  

Postby i4dnf » Thu Jun 16, 2011 11:17 am

Do you have gcc installed? It can't find a compiler that's why it bails out.
Code: Select all
apt-get install build-essential
should get you going, according to google. (never used debian myself so I wouldn't know where to start with apt ;) )
After that you might find there are dependencies missing. You should install the -dev version of those too.
i4dnf
Retired
 
Posts: 743
Joined: Wed Sep 09, 2009 8:17 am
Location: LRBS
Callsign: YR-I4D
Version: GIT
OS: Gentoo Linux ~amd64

Re: fgms-compiling failed

Postby longfly » Fri Jun 17, 2011 10:58 am

Thx, I'm tringing this just right now!

But why should I also try the -dev?
User avatar
longfly
 
Posts: 228
Joined: Tue Dec 07, 2010 5:41 pm
Location: EDDM (Germany)
Version: always new

Re: fgms-compiling failed

Postby longfly » Fri Jun 17, 2011 11:14 am

Thanks it is running!!! 8)
User avatar
longfly
 
Posts: 228
Joined: Tue Dec 07, 2010 5:41 pm
Location: EDDM (Germany)
Version: always new

Re: fgms-compiling failed

Postby i4dnf » Fri Jun 17, 2011 11:27 am

longfly wrote in Fri Jun 17, 2011 10:58 am:But why should I also try the -dev?

On binary packages based distros you need the -dev versions for dependecies when you want to compile yourself. The normal (non -dev) package is missing header files and other source files that might be referenced, an thus not suitable to be used by the compiling process.
i4dnf
Retired
 
Posts: 743
Joined: Wed Sep 09, 2009 8:17 am
Location: LRBS
Callsign: YR-I4D
Version: GIT
OS: Gentoo Linux ~amd64

Re: fgms-compiling failed

Postby longfly » Fri Jun 17, 2011 3:34 pm

It's not only running it's working!!!!

Try it yourself: IP: 84.154.62.228 Is changing sometimes. I'll post the current one if you want.
Port: 5000

Image
Thanks

Longfly
User avatar
longfly
 
Posts: 228
Joined: Tue Dec 07, 2010 5:41 pm
Location: EDDM (Germany)
Version: always new

Re: fgms-compiling failed

Postby truthsolo » Sat Jun 18, 2011 5:28 am

Great!! You may want to use a dynamic IP service such as DynDNS if you have a dynamic IP address :) Link goes to their free service..
Rob — IRC: truthsolo — I used to run mpserver16.flightgear.org (Kansas City, MO)
Good hunting!
truthsolo
 
Posts: 234
Joined: Sat Feb 12, 2011 3:41 am
Callsign: C-FBAR, Snapper
IRC name: truthsolo
Version: git

Re: fgms-compiling failed

Postby longfly » Sat Jun 18, 2011 11:33 am

The problem is that I am already using DynDns :? (flightgear.dyndns.info - not running)
User avatar
longfly
 
Posts: 228
Joined: Tue Dec 07, 2010 5:41 pm
Location: EDDM (Germany)
Version: always new


Return to Compiling

Who is online

Users browsing this forum: No registered users and 2 guests