Search Criteria
Package Details: crrcsim 0.9.13-2
Git Clone URL: | https://aur.archlinux.org/crrcsim.git (read-only, click to copy) |
---|---|
Package Base: | crrcsim |
Description: | Model airplane flight simulation program. |
Upstream URL: | http://sourceforge.net/projects/crrcsim/ |
Licenses: | |
Submitter: | None |
Maintainer: | swalladge |
Last Packager: | swalladge |
Votes: | 29 |
Popularity: | 0.000000 |
First Submitted: | 2008-01-22 22:39 |
Last Updated: | 2019-10-18 11:31 |
Dependencies (7)
- cgal (cgal-git, cgal-headers)
- libjpeg (libjpeg-droppatch, mozjpeg-git, libjpeg-turbo-git, libjpeg-turbo-minimal-git, mozjpeg, libjpeg-turbo)
- portaudio (portaudio-svn)
- sdl>=1.2.5 (sdl-openglhq, sdl-nokbgrab, sdl-openglhq-nokbgrab, sdl-git, sdl2_compat12-git)
- gawk (make)
- gcc (gcc-multilib-x32, fastgcc, gcc-multilib-git, gcc-git) (make)
- plib>=1.8.4 (make)
Latest Comments
1 2 Next › Last »
swalladge commented on 2019-10-18 11:31
@floft thanks for the patch! I've adopted the package and applied your changes. Please let me know if there are any issues. :)
floft commented on 2018-10-30 23:20
Used gcc 8.2.1 and added a patch to modify a weird line (probably a typo) where they were trying to output cerr to cerr? This builds for me at the moment: https://github.com/floft/PKGBUILDs/tree/master/crrcsim
thasti commented on 2018-01-18 16:39
This AUR package does not build anymore for me. That is caused by gcc5.5.0 not knowing -fno-plt, which makes ./configure fail with 'checking whether the C++ compiler works .. no'.
ta33ers commented on 2017-01-01 05:43
I was able to install by editing the PKGBUILD and using "https://sourceforge.net/projects/crrcsim/files/crrcsim/crrcsim-0.9.13/crrcsim-0.9.13.tar.gz" in place of "http://sourceforge.net/projects/crrcsim/files/latest/download/${pkgname}-${pkgver}.tar.gz". Hope this is of help.
ta33ers commented on 2017-01-01 04:20
I am getting an error ERROR: One or more files did not pass the validity check!
MarcinWieczorek commented on 2016-11-02 01:05
But it builds fine in a clean chroot...
i686?
swalladge commented on 2016-11-01 23:43
I am now having the same problem:
<cut>
checking for plib/ssgaSky.h... yes
checking for plib/pu.h... yes
checking for plib/puAux.h... yes
checking for plib 1.8.4 or newer... yes
checking jpeglib.h usability... yes
checking jpeglib.h presence... yes
checking for jpeglib.h... yes
checking CGAL/Exact_predicates_inexact_constructions_kernel.h usability... yes
checking CGAL/Exact_predicates_inexact_constructions_kernel.h presence... yes
checking for CGAL/Exact_predicates_inexact_constructions_kernel.h... yes
checking CGAL/Delaunay_triangulation_3.h usability... yes
checking CGAL/Delaunay_triangulation_3.h presence... yes
checking for CGAL/Delaunay_triangulation_3.h... yes
checking CGAL/Triangulation_vertex_base_with_info_3.h usability... yes
checking CGAL/Triangulation_vertex_base_with_info_3.h presence... yes
checking for CGAL/Triangulation_vertex_base_with_info_3.h... yes
checking CGAL/assertions_behaviour.h usability... yes
checking CGAL/assertions_behaviour.h presence... yes
checking for CGAL/assertions_behaviour.h... yes
checking for __gmpq_init in -lgmp... yes
checking for main in -lboost_thread-mt... no
configure: error: boost_thread-mt library not found. Please install it.
ERROR: A failure occurred in build().
Aborting
Symlinking the library file as @wagnerc4 described fixes it.
Please advise on what other information would be helpful.
MarcinWieczorek commented on 2016-07-30 17:55
My configure doesn't check for boost_thread-mt.
checking for CGAL/assertions_behaviour.h... no
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile`
Provide more information.
MarcinWieczorek commented on 2016-07-15 06:42
I briefly took a look at this. I hope to fix this on Monday.
wagnerc4 commented on 2016-07-15 04:53
for this error:
configure: error: boost_thread-mt library not found. Please install it.
I fix with:
pacman -S boost-libs
ln -s /usr/lib/libboost_thread.so /usr/lib/libboost_thread-mt.so
good luck!