Re: [Flightgear-devel] ..bug, FG-2.10.0 make[2]: *** [utils/fgadmin/src/fgadmin] Error 1

2013-02-14 Thread Arnt Karlsen
On Wed, 13 Feb 2013 08:24:05 +0100, Roland wrote in message 
511b3f95.8040...@mxchange.org:

 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1
 
 Undefined references are mostly linker problems. Please try to do a
 make distclean 

..like here?:
arnt@celsius:~/FG-git/fgfs/flightgear$ make distclean
make: *** No rule to make target `distclean'.  Stop.
arnt@celsius:~/FG-git/fgfs/flightgear$ cd -
/home/arnt/FG-git
arnt@celsius:~/FG-git$ make distclean
make: *** No rule to make target `distclean'.  Stop.
arnt@celsius:~/FG-git$ cd fgfs/
arnt@celsius:~/FG-git/fgfs$ make distclean
make: *** No rule to make target `distclean'.  Stop.
arnt@celsius:~/FG-git/fgfs$ 

..or the cmake(?) way: rm -Rvf build/fgfs ? 

 and reconfigure/compile. That usually helped here.
 
 Regards,
   Roland



-- 
..med vennlig hilsen = with Kind Regards from Arnt Karlsen
...with a number of polar bear hunters in his ancestry...
  Scenarios always come in sets of three: 
  best case, worst case, and just in case.

--
Free Next-Gen Firewall Hardware Offer
Buy your Sophos next-gen firewall before the end March 2013 
and get the hardware for free! Learn more.
http://p.sf.net/sfu/sophos-d2d-feb
___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel


[Flightgear-devel] ..bug, FG-2.10.0 make[2]: *** [utils/fgadmin/src/fgadmin] Error 1

2013-02-12 Thread Arnt Karlsen
Hi,

..openrti-0.3 and SG-2.10.0 builds fine, FG-2.10.0 fails here:
[ 96%] Built target UGsmooth
[ 96%] Built target FGAdminUI
Linking CXX executable fgadmin
/usr/lib/x86_64-linux-gnu/libfltk.a(Fl_Preferences.o):function
Fl_Plugin_Manager::load(char const*): error: undefined reference 
to 'dlopen' 
collect2: error: ld returned 1 exit status 
make[2]: *** [utils/fgadmin/src/fgadmin] Error 1 
make[1]: *** [utils/fgadmin/src/CMakeFiles/fgadmin.dir/all] 
Error 2 make: *** [all]
Error 2 [  1%] Built target fgjs
[  1%] Built target js_demo
[  6%] Built target yasim
[ 12%] Built target yasim-proptest
[ 27%] Built target JSBSim
[ 89%] Built target fgfs
[ 89%] Built target metar
[ 89%] Built target terrasync
[ 95%] Built target fgviewer
[ 95%] Built target fgelev
[ 95%] Built target GPSsmooth
[ 95%] Built target MIDGsmooth
[ 96%] Built target UGsmooth
[ 96%] Built target FGAdminUI
Linking CXX executable fgadmin
/usr/lib/x86_64-linux-gnu/libfltk.a(Fl_Preferences.o):function
Fl_Plugin_Manager::load(char const*): error: undefined reference to
'dlopen' collect2: error: ld returned 1 exit status 
make[2]: *** [utils/fgadmin/src/fgadmin] Error 1 
make[1]: *** [utils/fgadmin/src/CMakeFiles/fgadmin.dir/all] Error 2
make: *** [all] Error 2 

..'dpkg -l |grep fltk ' on http://pastie.org/6147410 ,
arnt@celsius:~/FG-git$ dpkg -l |grep fltk |fmt -tu
ii fltk1.1-doc 1.1.10-14 all Fast Light Toolkit - documentation
ii fltk1.3-doc 1.3.0-8 all Fast Light Toolkit - documentation
ii fltk1.3-games 1.3.0-8 amd64 Fast Light Toolkit - example games:
   checkers, sudoku
ii libfltk-cairo1.3:amd64 1.3.0-8 amd64 Fast Light Toolkit - Cairo
   rendering layer support
ii libfltk-forms1.3:amd64 1.3.0-8 amd64 Fast Light Toolkit - Forms
   compatibility layer support
ii libfltk-gl1.3:amd64 1.3.0-8 amd64 Fast Light Toolkit - OpenGL
   rendering support
ii libfltk-images1.3:amd64 1.3.0-8 amd64 Fast Light Toolkit - image
   loading support
ii libfltk1.1:amd64 1.1.10-14 amd64 Fast Light Toolkit - shared
libraries rc libfltk1.1-dev 1.1.10-14 amd64 Fast Light Toolkit -
development files ii libfltk1.3:amd64 1.3.0-8 amd64 Fast Light Toolkit
- main shared library ii libfltk1.3-compat-headers 1.3.0-8 all Fast
Light Toolkit - compatibility header symlinks
ii libfltk1.3-dbg 1.3.0-8 amd64 Fast Light Toolkit - shared libraries
   with debugging symbols
ii libfltk1.3-dev 1.3.0-8 amd64 Fast Light Toolkit - development files
ii python-fltk 1.3.0-1 amd64 Python wrapper for the Fast Light Toolkit
ii python-fltk-dbg 1.3.0-1 amd64 Python wrapper for the Fast Light
   Toolkit - Debugging symbols
ii python-fltk-doc 1.3.0-1 all Documentation for pyFltk
arnt@celsius:~/FG-git$ 


..full FG build log: http://pastie.org/6147206

..diff -u download_and_compile-1.9-6.sh download_and_compile.sh 
on http://pastie.org/6147347 ,  2.8.0-final became 2.10.0. ;o)

-- 
..med vennlig hilsen = with Kind Regards from Arnt Karlsen
...with a number of polar bear hunters in his ancestry...
  Scenarios always come in sets of three: 
  best case, worst case, and just in case.

--
Free Next-Gen Firewall Hardware Offer
Buy your Sophos next-gen firewall before the end March 2013 
and get the hardware for free! Learn more.
http://p.sf.net/sfu/sophos-d2d-feb
___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel


Re: [Flightgear-devel] ..bug, FG-2.10.0 make[2]: *** [utils/fgadmin/src/fgadmin] Error 1

2013-02-12 Thread Roland Haeder
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Undefined references are mostly linker problems. Please try to do a
make distclean and reconfigure/compile. That usually helped here.

Regards,
  Roland
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAlEbP5QACgkQty+BhcbHvXgU/gCaAk7rxj34zLs72N/5jKm7sTkf
e8IAnRKncKHWDmReLL8jUlLiJvjArjWM
=FST8
-END PGP SIGNATURE-

--
Free Next-Gen Firewall Hardware Offer
Buy your Sophos next-gen firewall before the end March 2013 
and get the hardware for free! Learn more.
http://p.sf.net/sfu/sophos-d2d-feb
___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel