[Flightgear-devel] 2.10 tarball problem

2013-02-18 Thread zezinho
hi, I am the package maintainer of flightgear for Mageia distribution.

In IRC, the hint was told me about version.h removal to use 2.10 data... 
maybe this info should go to download page, or tarballs be redone?

thanks

--
The Go Parallel Website, sponsored by Intel - in partnership with Geeknet, 
is your hub for all things parallel software development, from weekly thought 
leadership blogs to news, videos, case studies, tutorials, tech docs, 
whitepapers, evaluation guides, and opinion stories. Check out the most 
recent posts - join the conversation now. http://goparallel.sourceforge.net/
___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel


Re: [Flightgear-devel] Compiling 2.8.0

2012-09-06 Thread zezinho
Em 05-09-2012 21:14, Olaf Flebbe escreveu:
 Hi,

 You can force it  by changing  the TARGET_LINK_LIBRARIES definition
 in src/Canvas/ShivaVG/src/CMakeLists.txt to

 TARGET_LINK_LIBRARIES(
  ShivaVG
  ${OPENGL_gl_LIBRARY}
  ${OPENGL_glu_LIBRARY}
  m
 )

 i.e. the line with the m on it.

 But I am wondering why your libGL does not require libm.so.


Thanks, it did the trick.

For further information about why it fails, maybe the last lines of this 
log can help :

http://pkgsubmit.mageia.org/uploads/failure/cauldron/core/release/20120904185002.zezinho.valstar.22605/log/flightgear-2.8.0-1.mga3/build.0.20120904185528.log

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel


[Flightgear-devel] Compiling 2.8.0

2012-09-05 Thread zezinho
hi, I am trying to package 2.8.0 in my Linux Mageia system, which 
already brings 2.6.0 in rpms.

The 2.8 compilation fails with below error, any hints please? Is it a 
new build dependency?

[  4%] Building CXX object src/FDM/YASim/CMakeFiles/yasim.dir/FGFDM.cpp.o
CMakeFiles/ShivaVG.dir/shContext.c.o: In function `vgRotate':
/home/jose/rpm/BUILD/flightgear-2.8.0/src/Canvas/ShivaVG/src/shContext.c:480: 
undefined reference to `sincosf'
CMakeFiles/ShivaVG.dir/shGeometry.c.o: In function `shSubrecurseArc':
/home/jose/rpm/BUILD/flightgear-2.8.0/src/Canvas/ShivaVG/src/shGeometry.c:173: 
undefined reference to `sincosf'
CMakeFiles/ShivaVG.dir/shGeometry.c.o: In function `shStrokeJoinRound':
/home/jose/rpm/BUILD/flightgear-2.8.0/src/Canvas/ShivaVG/src/shGeometry.c:431: 
undefined reference to `acosf'
/home/jose/rpm/BUILD/flightgear-2.8.0/src/Canvas/ShivaVG/src/shGeometry.c:423: 
undefined reference to `sincosf'
/home/jose/rpm/BUILD/flightgear-2.8.0/src/Canvas/ShivaVG/src/shGeometry.c:431: 
undefined reference to `sqrtf'
/home/jose/rpm/BUILD/flightgear-2.8.0/src/Canvas/ShivaVG/src/shGeometry.c:431: 
undefined reference to `sqrtf'
CMakeFiles/ShivaVG.dir/shGeometry.c.o: In function `shStrokePath':
/home/jose/rpm/BUILD/flightgear-2.8.0/src/Canvas/ShivaVG/src/shGeometry.c:683: 
undefined reference to `acosf'
/home/jose/rpm/BUILD/flightgear-2.8.0/src/Canvas/ShivaVG/src/shGeometry.c:683: 
undefined reference to `cosf'
/home/jose/rpm/BUILD/flightgear-2.8.0/src/Canvas/ShivaVG/src/shGeometry.c:648: 
undefined reference to `sqrtf'
/home/jose/rpm/BUILD/flightgear-2.8.0/src/Canvas/ShivaVG/src/shGeometry.c:683: 
undefined reference to `sqrtf'
/home/jose/rpm/BUILD/flightgear-2.8.0/src/Canvas/ShivaVG/src/shGeometry.c:683: 
undefined reference to `sqrtf'
CMakeFiles/ShivaVG.dir/shPaint.c.o: In function `shGenerateStops':
/home/jose/rpm/BUILD/flightgear-2.8.0/src/Canvas/ShivaVG/src/shPaint.c:275: 
undefined reference to `floorf'
CMakeFiles/ShivaVG.dir/shPaint.c.o: In function `shDrawLinearGradientMesh':
/home/jose/rpm/BUILD/flightgear-2.8.0/src/Canvas/ShivaVG/src/shPaint.c:431: 
undefined reference to `sqrtf'
/home/jose/rpm/BUILD/flightgear-2.8.0/src/Canvas/ShivaVG/src/shPaint.c:429: 
undefined reference to `sqrtf'
CMakeFiles/ShivaVG.dir/shPaint.c.o: In function `shDrawRadialGradientMesh':
/home/jose/rpm/BUILD/flightgear-2.8.0/src/Canvas/ShivaVG/src/shPaint.c:648: 
undefined reference to `acosf'
/home/jose/rpm/BUILD/flightgear-2.8.0/src/Canvas/ShivaVG/src/shPaint.c:667: 
undefined reference to `ceilf'
/home/jose/rpm/BUILD/flightgear-2.8.0/src/Canvas/ShivaVG/src/shPaint.c:506: 
undefined reference to `sincosf'
/home/jose/rpm/BUILD/flightgear-2.8.0/src/Canvas/ShivaVG/src/shPaint.c:506: 
undefined reference to `sincosf'
/home/jose/rpm/BUILD/flightgear-2.8.0/src/Canvas/ShivaVG/src/shPaint.c:685: 
undefined reference to `sqrtf'
/home/jose/rpm/BUILD/flightgear-2.8.0/src/Canvas/ShivaVG/src/shPaint.c:551: 
undefined reference to `sqrtf'
/home/jose/rpm/BUILD/flightgear-2.8.0/src/Canvas/ShivaVG/src/shPaint.c:620: 
undefined reference to `sqrtf'
/home/jose/rpm/BUILD/flightgear-2.8.0/src/Canvas/ShivaVG/src/shPaint.c:605: 
undefined reference to `sqrtf'
/home/jose/rpm/BUILD/flightgear-2.8.0/src/Canvas/ShivaVG/src/shPaint.c:605: 
undefined reference to `sqrtf'
CMakeFiles/ShivaVG.dir/shPaint.c.o:/home/jose/rpm/BUILD/flightgear-2.8.0/src/Canvas/ShivaVG/src/shPaint.c:605:
 
more undefined references to `sqrtf' follow
CMakeFiles/ShivaVG.dir/shParams.c.o: In function `shValidInputFloat2Int':
/home/jose/rpm/BUILD/flightgear-2.8.0/src/Canvas/ShivaVG/src/shParams.c:171: 
undefined reference to `floorf'
/home/jose/rpm/BUILD/flightgear-2.8.0/src/Canvas/ShivaVG/src/shParams.c:171: 
undefined reference to `floorf'
/home/jose/rpm/BUILD/flightgear-2.8.0/src/Canvas/ShivaVG/src/shParams.c:171: 
undefined reference to `floorf'
/home/jose/rpm/BUILD/flightgear-2.8.0/src/Canvas/ShivaVG/src/shParams.c:171: 
undefined reference to `floorf'
/home/jose/rpm/BUILD/flightgear-2.8.0/src/Canvas/ShivaVG/src/shParams.c:171: 
undefined reference to `floorf'
CMakeFiles/ShivaVG.dir/shParams.c.o:/home/jose/rpm/BUILD/flightgear-2.8.0/src/Canvas/ShivaVG/src/shParams.c:171:
 
more undefined references to `floorf' follow
CMakeFiles/ShivaVG.dir/shPath.c.o: In function `shTransformSegment':
/home/jose/rpm/BUILD/flightgear-2.8.0/src/Canvas/ShivaVG/src/shPath.c:1026: 
undefined reference to `sincosf'
CMakeFiles/ShivaVG.dir/shPath.c.o: In function `shRealCoordToData':
/home/jose/rpm/BUILD/flightgear-2.8.0/src/Canvas/ShivaVG/src/shPath.c:316: 
undefined reference to `floorf'
/home/jose/rpm/BUILD/flightgear-2.8.0/src/Canvas/ShivaVG/src/shPath.c:316: 
undefined reference to `floorf'
/home/jose/rpm/BUILD/flightgear-2.8.0/src/Canvas/ShivaVG/src/shPath.c:316: 
undefined reference to `floorf'
/home/jose/rpm/BUILD/flightgear-2.8.0/src/Canvas/ShivaVG/src/shPath.c:316: 
undefined reference to `floorf'
/home/jose/rpm/BUILD/flightgear-2.8.0/src/Canvas/ShivaVG/src/shPath.c:316: 
undefined reference