Sébastien Celles
Sébastien Celles
I didn't saw any option to choose a specific profile because I was only using default profile. Maybe choosing profile should simply be done before showing this page. An other...
I'm also facing same issue when selecting type Landable for example  But not when filtering by distance 
I don't know if that's related but removing waypoints file(s) in config and waypoints are still present on the map as if XCSoar was silently loading waypoints whereas I explicitely...
When trying to compile XCSoar with this Vagrantfile from a Windows 10 install I get the following rror ```bash $ make TARGET=UNIX GET output/download/boost_1_77_0.tar.bz2 download https://boostorg.jfrog.io/artifactory/main/release/1.77.0/source/boost_1_77_0.tar.bz2 Traceback (most recent call...
My guess (but I may be wrong) is that shared folder (shared between VM and guest OS) is in a NTFS partition (because of Windows 10). And hard link may...
Ok let's merge this. I will try in an other PR to fix the problem with Windows
Currently trying to change config.vm.synced_folder "../..", "/xcsoar-host-src" to config.vm.synced_folder "../..", "/xcsoar-host-src", type: "rsync", rsync__auto: true, rsync__exclude: ['./build'] When running ``` > vagrant up Bringing machine 'XCSoarDevEnv' up with 'virtualbox' provider......
Well compile doesn't work as expected ```bash $ make TARGET=UNIX GET output/download/boost_1_77_0.tar.bz2 https://boostorg.jfrog.io/artifactory/main/release/1.77.0/source/boost_1_77_0.tar.bz2 https://sourceforge.net/projects/boost/files/boost/1.77.0/boost_1_77_0.tar.bz2/download fc9f85fc030e233142908241af7a846e60630aa7388de9a5fafb1f3a26840854 ./output/download download https://boostorg.jfrog.io/artifactory/main/release/1.77.0/source/boost_1_77_0.tar.bz2 UNTAR boost_1_77_0.tar.bz2 Applying patch /xcsoar-host-src/lib/boost/patches/no_locale.diff Applying patch /xcsoar-host-src/lib/boost/patches/ublas_no_serialization.patch Applying patch /xcsoar-host-src/lib/boost/patches/no_math_throw Applying...
I think if I use rsync instead of VirtualBox shared folder I don't need to exclude any directory because source will be synced from host to guest at vagrant up...
The bad side of this is that running a command line will be required to sync from host to guest > The rsync and rsync-auto commands can be used to...