<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to support-requests</title><link>https://sourceforge.net/p/crrcsim/support-requests/</link><description>Recent changes to support-requests</description><atom:link href="https://sourceforge.net/p/crrcsim/support-requests/feed.rss" rel="self"/><language>en</language><lastBuildDate>Fri, 08 Jan 2021 18:52:33 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/crrcsim/support-requests/feed.rss" rel="self" type="application/rss+xml"/><item><title>#8 Random roll to simulate turbulence</title><link>https://sourceforge.net/p/crrcsim/support-requests/8/?limit=25#069b</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Dear Alexander,&lt;br/&gt;
actually a turbulence model (causing effects not just on roll but on other axes as well) is already implemented according to some std and documented practice in aeronautical applications.&lt;br/&gt;
If you want to increase the turbulence intensity you can change a parameter, if I remember correctly, in the wind setup dialog.&lt;br/&gt;
Please have a try, hope it's what you are looking for.&lt;/p&gt;
&lt;p&gt;Regards,&lt;br/&gt;
        Luca&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Luca Gasparini</dc:creator><pubDate>Fri, 08 Jan 2021 18:52:33 -0000</pubDate><guid>https://sourceforge.net9513829610d296010b2ca7a03c9ac18977f5573e</guid></item><item><title>Random roll to simulate turbulence</title><link>https://sourceforge.net/p/crrcsim/support-requests/8/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;I was wondering if it would be possible to add random roll to simulate tubulence.&lt;br/&gt;
This would be quite helpful for training of landing under harsh conditions.&lt;br/&gt;
Can someone give me a hint where to look for in the code e.g. where is the the airplane state held and could it be altered adding random deltas?&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Alexander Poddey</dc:creator><pubDate>Fri, 08 Jan 2021 18:04:00 -0000</pubDate><guid>https://sourceforge.net33aa00c79a28c86f62edf3294c5590a9388f021d</guid></item><item><title>#7 linux - compile error - puaLargeInput’ has no member ‘setText'</title><link>https://sourceforge.net/p/crrcsim/support-requests/7/?limit=25#e930</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;install errors downloaded crrcsim  extracted files and run ./configure &lt;br/&gt;
failed because of missing files which I downloaded and run ./configure on them too.&lt;br/&gt;
boost 1.72.0&lt;br/&gt;
jpeg-9d&lt;br/&gt;
plib 1.8.5&lt;br/&gt;
SDL 1.2.15&lt;br/&gt;
SDL 2.0&lt;/p&gt;
&lt;p&gt;still getting errors about FETCH&lt;/p&gt;
&lt;p&gt;&lt;code&gt;&lt;br/&gt;
0 or newer not found!&lt;br/&gt;
root@One:/home/don/crrcsim-0.9.13# cd ..&lt;br/&gt;
root@One:/home/don# ls&lt;br/&gt;
boost_1_72_0    Desktop    Downloads  Music plib-1.8.5  Public  Templates  Videos&lt;br/&gt;
crrcsim-0.9.13  Documents  jpeg-9d    Pictures  portaudio   SDL-1.2.15  test.html&lt;br/&gt;
root@One:/home/don# cd SDL-1.2.15/&lt;br/&gt;
root@One:/home/don/SDL-1.2.15# ./configure&lt;br/&gt;
checking build system type... x86_64-unknown-linux-gnu&lt;br/&gt;
checking host system type... x86_64-unknown-linux-gnu&lt;br/&gt;
checking for gcc... gcc&lt;br/&gt;
checking for C compiler default output file name... a.out&lt;br/&gt;
checking whether the C compiler works... yes&lt;br/&gt;
checking whether we are cross compiling... no&lt;br/&gt;
checking for suffix of executables... &lt;br/&gt;
checking for suffix of object files... o&lt;br/&gt;
checking whether we are using the GNU C compiler... yes&lt;br/&gt;
checking whether gcc accepts -g... yes&lt;br/&gt;
checking for gcc option to accept ISO C89... none needed&lt;br/&gt;
checking for a sed that does not truncate output... /usr/bin/sed&lt;br/&gt;
checking for grep that handles long lines and -e... /usr/bin/grep&lt;br/&gt;
checking for egrep... /usr/bin/grep -E&lt;br/&gt;
checking for fgrep... /usr/bin/grep -F&lt;br/&gt;
checking for ld used by gcc... /usr/bin/ld&lt;br/&gt;
checking if the linker (/usr/bin/ld) is GNU ld... yes&lt;br/&gt;
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B&lt;br/&gt;
checking the name lister (/usr/bin/nm -B) interface... BSD nm&lt;br/&gt;
checking whether ln -s works... yes&lt;br/&gt;
checking the maximum length of command line arguments... 1572864&lt;br/&gt;
checking whether the shell understands some XSI constructs... yes&lt;br/&gt;
checking whether the shell understands "+="... yes&lt;br/&gt;
checking for /usr/bin/ld option to reload object files... -r&lt;br/&gt;
checking for objdump... objdump&lt;br/&gt;
checking how to recognize dependent libraries... pass_all&lt;br/&gt;
checking for ar... ar&lt;br/&gt;
checking for strip... strip&lt;br/&gt;
checking for ranlib... ranlib&lt;br/&gt;
checking command to parse /usr/bin/nm -B output from gcc object... ok&lt;br/&gt;
checking how to run the C preprocessor... gcc -E&lt;br/&gt;
checking for ANSI C header files... yes&lt;br/&gt;
checking for sys/types.h... yes&lt;br/&gt;
checking for sys/stat.h... yes&lt;br/&gt;
checking for stdlib.h... yes&lt;br/&gt;
checking for string.h... yes&lt;br/&gt;
checking for memory.h... yes&lt;br/&gt;
checking for strings.h... yes&lt;br/&gt;
checking for inttypes.h... yes&lt;br/&gt;
checking for stdint.h... yes&lt;br/&gt;
checking for unistd.h... yes&lt;br/&gt;
checking for dlfcn.h... yes&lt;br/&gt;
checking for objdir... .libs&lt;br/&gt;
checking if gcc supports -fno-rtti -fno-exceptions... no&lt;br/&gt;
checking for gcc option to produce PIC... -fPIC -DPIC&lt;br/&gt;
checking if gcc PIC flag -fPIC -DPIC works... yes&lt;br/&gt;
checking if gcc static flag -static works... yes&lt;br/&gt;
checking if gcc supports -c -o file.o... yes&lt;br/&gt;
checking if gcc supports -c -o file.o... (cached) yes&lt;br/&gt;
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes&lt;br/&gt;
checking whether -lc should be explicitly linked in... no&lt;br/&gt;
checking dynamic linker characteristics... GNU/Linux ld.so&lt;br/&gt;
checking how to hardcode library paths into programs... immediate&lt;br/&gt;
checking whether stripping libraries is possible... yes&lt;br/&gt;
checking if libtool supports shared libraries... yes&lt;br/&gt;
checking whether to build shared libraries... yes&lt;br/&gt;
checking whether to build static libraries... yes&lt;br/&gt;
checking whether byte ordering is bigendian... no&lt;br/&gt;
checking for gcc... (cached) gcc&lt;br/&gt;
checking whether we are using the GNU C compiler... (cached) yes&lt;br/&gt;
checking whether gcc accepts -g... (cached) yes&lt;br/&gt;
checking for gcc option to accept ISO C89... (cached) none needed&lt;br/&gt;
checking for g++... g++&lt;br/&gt;
checking whether we are using the GNU C++ compiler... yes&lt;br/&gt;
checking whether g++ accepts -g... yes&lt;br/&gt;
checking whether we are using the GNU C++ compiler... (cached) yes&lt;br/&gt;
checking whether g++ accepts -g... (cached) yes&lt;br/&gt;
checking how to run the C++ preprocessor... g++ -E&lt;br/&gt;
checking for ld used by g++... /usr/bin/ld -m elf_x86_64&lt;br/&gt;
checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes&lt;br/&gt;
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes&lt;br/&gt;
checking for g++ option to produce PIC... -fPIC -DPIC&lt;br/&gt;
checking if g++ PIC flag -fPIC -DPIC works... yes&lt;br/&gt;
checking if g++ static flag -static works... yes&lt;br/&gt;
checking if g++ supports -c -o file.o... yes&lt;br/&gt;
checking if g++ supports -c -o file.o... (cached) yes&lt;br/&gt;
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes&lt;br/&gt;
checking dynamic linker characteristics... GNU/Linux ld.so&lt;br/&gt;
checking how to hardcode library paths into programs... immediate&lt;br/&gt;
checking for a BSD-compatible install... /usr/bin/install -c&lt;br/&gt;
checking whether make sets $(MAKE)... yes&lt;br/&gt;
checking for windres... no&lt;br/&gt;
checking for an ANSI C-conforming const... yes&lt;br/&gt;
checking for inline... inline&lt;br/&gt;
checking for working volatile... yes&lt;br/&gt;
checking for ANSI C header files... (cached) yes&lt;br/&gt;
checking for sys/types.h... (cached) yes&lt;br/&gt;
checking stdio.h usability... yes&lt;br/&gt;
checking stdio.h presence... yes&lt;br/&gt;
checking for stdio.h... yes&lt;br/&gt;
checking for stdlib.h... (cached) yes&lt;br/&gt;
checking stddef.h usability... yes&lt;br/&gt;
checking stddef.h presence... yes&lt;br/&gt;
checking for stddef.h... yes&lt;br/&gt;
checking stdarg.h usability... yes&lt;br/&gt;
checking stdarg.h presence... yes&lt;br/&gt;
checking for stdarg.h... yes&lt;br/&gt;
checking malloc.h usability... yes&lt;br/&gt;
checking malloc.h presence... yes&lt;br/&gt;
checking for malloc.h... yes&lt;br/&gt;
checking for memory.h... (cached) yes&lt;br/&gt;
checking for string.h... (cached) yes&lt;br/&gt;
checking for strings.h... (cached) yes&lt;br/&gt;
checking for inttypes.h... (cached) yes&lt;br/&gt;
checking for stdint.h... (cached) yes&lt;br/&gt;
checking ctype.h usability... yes&lt;br/&gt;
checking ctype.h presence... yes&lt;br/&gt;
checking for ctype.h... yes&lt;br/&gt;
checking math.h usability... yes&lt;br/&gt;
checking math.h presence... yes&lt;br/&gt;
checking for math.h... yes&lt;br/&gt;
checking iconv.h usability... yes&lt;br/&gt;
checking iconv.h presence... yes&lt;br/&gt;
checking for iconv.h... yes&lt;br/&gt;
checking signal.h usability... yes&lt;br/&gt;
checking signal.h presence... yes&lt;br/&gt;
checking for signal.h... yes&lt;br/&gt;
checking for size_t... yes&lt;br/&gt;
checking for int64_t... yes&lt;br/&gt;
checking for working alloca.h... yes&lt;br/&gt;
checking for alloca... yes&lt;br/&gt;
checking for working memcmp... yes&lt;br/&gt;
checking for working strtod... yes&lt;br/&gt;
checking for mprotect... yes&lt;br/&gt;
checking for malloc... yes&lt;br/&gt;
checking for calloc... yes&lt;br/&gt;
checking for realloc... yes&lt;br/&gt;
checking for free... yes&lt;br/&gt;
checking for getenv... yes&lt;br/&gt;
checking for putenv... yes&lt;br/&gt;
checking for unsetenv... yes&lt;br/&gt;
checking for qsort... yes&lt;br/&gt;
checking for abs... yes&lt;br/&gt;
checking for bcopy... yes&lt;br/&gt;
checking for memset... yes&lt;br/&gt;
checking for memcpy... yes&lt;br/&gt;
checking for memmove... yes&lt;br/&gt;
checking for strlen... yes&lt;br/&gt;
checking for strlcpy... no&lt;br/&gt;
checking for strlcat... no&lt;br/&gt;
checking for strdup... yes&lt;br/&gt;
checking for _strrev... no&lt;br/&gt;
checking for _strupr... no&lt;br/&gt;
checking for _strlwr... no&lt;br/&gt;
checking for strchr... yes&lt;br/&gt;
checking for strrchr... yes&lt;br/&gt;
checking for strstr... yes&lt;br/&gt;
checking for itoa... no&lt;br/&gt;
checking for _ltoa... no&lt;br/&gt;
checking for _uitoa... no&lt;br/&gt;
checking for _ultoa... no&lt;br/&gt;
checking for strtol... yes&lt;br/&gt;
checking for strtoul... yes&lt;br/&gt;
checking for _i64toa... no&lt;br/&gt;
checking for _ui64toa... no&lt;br/&gt;
checking for strtoll... yes&lt;br/&gt;
checking for strtoull... yes&lt;br/&gt;
checking for atoi... yes&lt;br/&gt;
checking for atof... yes&lt;br/&gt;
checking for strcmp... yes&lt;br/&gt;
checking for strncmp... yes&lt;br/&gt;
checking for _stricmp... no&lt;br/&gt;
checking for strcasecmp... yes&lt;br/&gt;
checking for _strnicmp... no&lt;br/&gt;
checking for strncasecmp... yes&lt;br/&gt;
checking for sscanf... yes&lt;br/&gt;
checking for snprintf... yes&lt;br/&gt;
checking for vsnprintf... yes&lt;br/&gt;
checking for iconv... yes&lt;br/&gt;
checking for sigaction... yes&lt;br/&gt;
checking for setjmp... yes&lt;br/&gt;
checking for nanosleep... yes&lt;br/&gt;
checking for libiconv_open in -liconv... no&lt;br/&gt;
checking for pow in -lm... yes&lt;br/&gt;
checking for struct sigaction.sa_sigaction... yes&lt;br/&gt;
checking for GCC -fvisibility=hidden option... yes&lt;br/&gt;
checking for dlopen... yes&lt;br/&gt;
checking for dlopen in -lc... no&lt;br/&gt;
checking for dlopen in -ldl... yes&lt;br/&gt;
checking for Altivec with GCC altivec.h and -maltivec option... no&lt;br/&gt;
checking for Altivec with GCC -maltivec option... no&lt;br/&gt;
checking for Altivec with GCC altivec.h and -faltivec option... no&lt;br/&gt;
checking for Altivec with GCC -faltivec option... no&lt;br/&gt;
checking for OSS audio support... yes&lt;br/&gt;
checking for dmedia audio support... no&lt;br/&gt;
checking for ALSA CFLAGS... &lt;br/&gt;
checking for ALSA LDFLAGS...  -lasound -lm -ldl -lpthread&lt;br/&gt;
checking for libasound headers version &amp;gt;= 0.9.0... not present.&lt;br/&gt;
checking for snd_ctl_open in -lasound... no&lt;br/&gt;
checking for artsc-config... no&lt;br/&gt;
checking for esd-config... no&lt;br/&gt;
checking for ESD - version &amp;gt;= 0.2.8... no&lt;br/&gt;
&lt;strong&gt;&lt;em&gt; The esd-config script installed by ESD could not be found&lt;br/&gt;
&lt;/em&gt;&lt;/strong&gt; If ESD was installed in PREFIX, make sure PREFIX/bin is in&lt;br/&gt;
&lt;strong&gt;&lt;em&gt; your path, or set the ESD_CONFIG environment variable to the&lt;br/&gt;
&lt;/em&gt;&lt;/strong&gt; full path to esd-config.&lt;br/&gt;
checking for pkg-config... no&lt;br/&gt;
checking for PulseAudio 0.9 support... no&lt;br/&gt;
checking audio/audiolib.h usability... no&lt;br/&gt;
checking audio/audiolib.h presence... no&lt;br/&gt;
checking for audio/audiolib.h... no&lt;br/&gt;
checking for AuOpenServer in -laudio... no&lt;br/&gt;
checking for NAS audio support... no&lt;br/&gt;
checking for X... libraries , headers &lt;br/&gt;
checking for gethostbyname... yes&lt;br/&gt;
checking for connect... yes&lt;br/&gt;
checking for remove... yes&lt;br/&gt;
checking for shmat... yes&lt;br/&gt;
checking for IceConnectionNumber in -lICE... no&lt;br/&gt;
-- dynamic libX11 -&amp;gt; libX11.so.6&lt;br/&gt;
-- dynamic libX11ext -&amp;gt; libXext.so.6&lt;br/&gt;
checking for X11/extensions/Xrandr.h... no&lt;br/&gt;
checking for framebuffer console support... yes&lt;br/&gt;
checking for getpagesize... yes&lt;br/&gt;
checking for directfb-config... no&lt;br/&gt;
checking for pkg-config... (cached) no&lt;br/&gt;
checking for DirectFB 0.9.15 support... no&lt;br/&gt;
checking for PlayStation 2 GS support... no&lt;br/&gt;
checking for PlayStation 3 Cell support... no&lt;br/&gt;
checking for SVGAlib (1.4.0+) support... no&lt;br/&gt;
checking for libVGL support... no&lt;br/&gt;
checking for wscons support... no&lt;br/&gt;
checking for OpenGL (GLX) support... yes&lt;br/&gt;
checking for Linux 2.4 unified input interface... yes&lt;br/&gt;
checking for Touchscreen library support... no&lt;br/&gt;
checking for hid_init in -lusbhid... no&lt;br/&gt;
checking usb.h usability... no&lt;br/&gt;
checking usb.h presence... no&lt;br/&gt;
checking for usb.h... no&lt;br/&gt;
checking libusb.h usability... no&lt;br/&gt;
checking libusb.h presence... no&lt;br/&gt;
checking for libusb.h... no&lt;br/&gt;
checking for hid_init in -lusb... no&lt;br/&gt;
checking for usbhid... no&lt;br/&gt;
checking for pthreads... yes&lt;br/&gt;
checking for recursive mutexes... yes&lt;br/&gt;
checking for pthread semaphores... yes&lt;br/&gt;
checking for sem_timedwait... yes&lt;br/&gt;
checking linux/version.h usability... yes&lt;br/&gt;
checking linux/version.h presence... yes&lt;br/&gt;
checking for linux/version.h... yes&lt;br/&gt;
checking for GCC -Wall option... yes&lt;br/&gt;
checking for necessary GCC -Wno-multichar option... no&lt;br/&gt;
configure: creating ./config.status&lt;br/&gt;
config.status: creating Makefile&lt;br/&gt;
config.status: creating sdl-config&lt;br/&gt;
config.status: creating SDL.spec&lt;br/&gt;
config.status: creating SDL.qpg&lt;br/&gt;
config.status: creating sdl.pc&lt;br/&gt;
config.status: creating include/SDL_config.h&lt;br/&gt;
config.status: include/SDL_config.h is unchanged&lt;br/&gt;
config.status: executing libtool commands&lt;br/&gt;
config.status: executing default commands&lt;br/&gt;
Generating dependencies for ./src/SDL.c&lt;br/&gt;
Generating dependencies for ./src/SDL_error.c&lt;br/&gt;
Generating dependencies for ./src/SDL_fatal.c&lt;br/&gt;
Generating dependencies for ./src/audio/SDL_audio.c&lt;br/&gt;
Generating dependencies for ./src/audio/SDL_audiocvt.c&lt;br/&gt;
Generating dependencies for ./src/audio/SDL_audiodev.c&lt;br/&gt;
Generating dependencies for ./src/audio/SDL_mixer.c&lt;br/&gt;
Generating dependencies for ./src/audio/SDL_mixer_MMX.c&lt;br/&gt;
Generating dependencies for ./src/audio/SDL_mixer_MMX_VC.c&lt;br/&gt;
Generating dependencies for ./src/audio/SDL_mixer_m68k.c&lt;br/&gt;
Generating dependencies for ./src/audio/SDL_wave.c&lt;br/&gt;
Generating dependencies for ./src/cdrom/SDL_cdrom.c&lt;br/&gt;
Generating dependencies for ./src/cpuinfo/SDL_cpuinfo.c&lt;br/&gt;
Generating dependencies for ./src/events/SDL_active.c&lt;br/&gt;
Generating dependencies for ./src/events/SDL_events.c&lt;br/&gt;
Generating dependencies for ./src/events/SDL_expose.c&lt;br/&gt;
Generating dependencies for ./src/events/SDL_keyboard.c&lt;br/&gt;
Generating dependencies for ./src/events/SDL_mouse.c&lt;br/&gt;
Generating dependencies for ./src/events/SDL_quit.c&lt;br/&gt;
Generating dependencies for ./src/events/SDL_resize.c&lt;br/&gt;
Generating dependencies for ./src/file/SDL_rwops.c&lt;br/&gt;
Generating dependencies for ./src/stdlib/SDL_getenv.c&lt;br/&gt;
Generating dependencies for ./src/stdlib/SDL_iconv.c&lt;br/&gt;
Generating dependencies for ./src/stdlib/SDL_malloc.c&lt;br/&gt;
Generating dependencies for ./src/stdlib/SDL_qsort.c&lt;br/&gt;
Generating dependencies for ./src/stdlib/SDL_stdlib.c&lt;br/&gt;
Generating dependencies for ./src/stdlib/SDL_string.c&lt;br/&gt;
Generating dependencies for ./src/thread/SDL_thread.c&lt;br/&gt;
Generating dependencies for ./src/timer/SDL_timer.c&lt;br/&gt;
Generating dependencies for ./src/video/SDL_RLEaccel.c&lt;br/&gt;
Generating dependencies for ./src/video/SDL_blit.c&lt;br/&gt;
Generating dependencies for ./src/video/SDL_blit_0.c&lt;br/&gt;
Generating dependencies for ./src/video/SDL_blit_1.c&lt;br/&gt;
Generating dependencies for ./src/video/SDL_blit_A.c&lt;br/&gt;
Generating dependencies for ./src/video/SDL_blit_N.c&lt;br/&gt;
Generating dependencies for ./src/video/SDL_bmp.c&lt;br/&gt;
Generating dependencies for ./src/video/SDL_cursor.c&lt;br/&gt;
Generating dependencies for ./src/video/SDL_gamma.c&lt;br/&gt;
Generating dependencies for ./src/video/SDL_pixels.c&lt;br/&gt;
Generating dependencies for ./src/video/SDL_stretch.c&lt;br/&gt;
Generating dependencies for ./src/video/SDL_surface.c&lt;br/&gt;
Generating dependencies for ./src/video/SDL_video.c&lt;br/&gt;
Generating dependencies for ./src/video/SDL_yuv.c&lt;br/&gt;
Generating dependencies for ./src/video/SDL_yuv_mmx.c&lt;br/&gt;
Generating dependencies for ./src/video/SDL_yuv_sw.c&lt;br/&gt;
Generating dependencies for ./src/joystick/SDL_joystick.c&lt;br/&gt;
Generating dependencies for ./src/video/dummy/SDL_nullevents.c&lt;br/&gt;
Generating dependencies for ./src/video/dummy/SDL_nullmouse.c&lt;br/&gt;
Generating dependencies for ./src/video/dummy/SDL_nullvideo.c&lt;br/&gt;
Generating dependencies for ./src/audio/disk/SDL_diskaudio.c&lt;br/&gt;
Generating dependencies for ./src/audio/dummy/SDL_dummyaudio.c&lt;br/&gt;
Generating dependencies for ./src/loadso/dlopen/SDL_sysloadso.c&lt;br/&gt;
Generating dependencies for ./src/audio/dsp/SDL_dspaudio.c&lt;br/&gt;
Generating dependencies for ./src/audio/dma/SDL_dmaaudio.c&lt;br/&gt;
Generating dependencies for ./src/video/x11/SDL_x11dga.c&lt;br/&gt;
Generating dependencies for ./src/video/x11/SDL_x11dyn.c&lt;br/&gt;
Generating dependencies for ./src/video/x11/SDL_x11events.c&lt;br/&gt;
Generating dependencies for ./src/video/x11/SDL_x11gamma.c&lt;br/&gt;
Generating dependencies for ./src/video/x11/SDL_x11gl.c&lt;br/&gt;
Generating dependencies for ./src/video/x11/SDL_x11image.c&lt;br/&gt;
Generating dependencies for ./src/video/x11/SDL_x11modes.c&lt;br/&gt;
Generating dependencies for ./src/video/x11/SDL_x11mouse.c&lt;br/&gt;
Generating dependencies for ./src/video/x11/SDL_x11video.c&lt;br/&gt;
Generating dependencies for ./src/video/x11/SDL_x11wm.c&lt;br/&gt;
Generating dependencies for ./src/video/x11/SDL_x11yuv.c&lt;br/&gt;
Generating dependencies for ./src/video/Xext/Xxf86dga/XF86DGA.c&lt;br/&gt;
Generating dependencies for ./src/video/Xext/Xxf86dga/XF86DGA2.c&lt;br/&gt;
Generating dependencies for ./src/video/dga/SDL_dgaevents.c&lt;br/&gt;
Generating dependencies for ./src/video/dga/SDL_dgamouse.c&lt;br/&gt;
Generating dependencies for ./src/video/dga/SDL_dgavideo.c&lt;br/&gt;
Generating dependencies for ./src/video/Xext/Xxf86vm/XF86VMode.c&lt;br/&gt;
Generating dependencies for ./src/video/Xext/Xv/Xv.c&lt;br/&gt;
Generating dependencies for ./src/video/Xext/Xinerama/Xinerama.c&lt;br/&gt;
Generating dependencies for ./src/video/Xext/XME/xme.c&lt;br/&gt;
Generating dependencies for ./src/video/fbcon/SDL_fb3dfx.c&lt;br/&gt;
Generating dependencies for ./src/video/fbcon/SDL_fbelo.c&lt;br/&gt;
Generating dependencies for ./src/video/fbcon/SDL_fbevents.c&lt;br/&gt;
Generating dependencies for ./src/video/fbcon/SDL_fbmatrox.c&lt;br/&gt;
Generating dependencies for ./src/video/fbcon/SDL_fbmouse.c&lt;br/&gt;
Generating dependencies for ./src/video/fbcon/SDL_fbriva.c&lt;br/&gt;
Generating dependencies for ./src/video/fbcon/SDL_fbvideo.c&lt;br/&gt;
Generating dependencies for ./src/thread/pthread/SDL_systhread.c&lt;br/&gt;
Generating dependencies for ./src/thread/pthread/SDL_syssem.c&lt;br/&gt;
Generating dependencies for ./src/thread/pthread/SDL_sysmutex.c&lt;br/&gt;
Generating dependencies for ./src/thread/pthread/SDL_syscond.c&lt;br/&gt;
Generating dependencies for ./src/joystick/linux/SDL_sysjoystick.c&lt;br/&gt;
Generating dependencies for ./src/cdrom/linux/SDL_syscdrom.c&lt;br/&gt;
Generating dependencies for ./src/timer/unix/SDL_systimer.c&lt;br/&gt;
Generating dependencies for ./src/main/dummy/SDL_dummy_main.c&lt;br/&gt;
root@One:/home/don/SDL-1.2.15# not included&lt;br/&gt;
bash: not: command not found&lt;br/&gt;
root@One:/home/don/SDL-1.2.15# cd ..&lt;br/&gt;
root@One:/home/don# cd ..&lt;br/&gt;
root@One:/home# ls&lt;br/&gt;
don&lt;br/&gt;
root@One:/home# cd don&lt;br/&gt;
root@One:/home/don# ls&lt;br/&gt;
boost_1_72_0    Desktop    Downloads  Music plib-1.8.5  Public  Templates  Videos&lt;br/&gt;
crrcsim-0.9.13  Documents  jpeg-9d    Pictures  portaudio   SDL-1.2.15  test.html&lt;br/&gt;
root@One:/home/don# cd plib-1.8.5/&lt;br/&gt;
root@One:/home/don/plib-1.8.5# ./configure&lt;br/&gt;
checking for a BSD-compatible install... /usr/bin/install -c&lt;br/&gt;
checking whether build environment is sane... yes&lt;br/&gt;
checking for gawk... no&lt;br/&gt;
checking for mawk... mawk&lt;br/&gt;
checking whether make sets $(MAKE)... yes&lt;br/&gt;
includedir changed to ${prefix}/include/plib libdir is ${exec_prefix}/lib&lt;br/&gt;
checking for gcc... gcc&lt;br/&gt;
checking for C compiler default output file name... a.out&lt;br/&gt;
checking whether the C compiler works... yes&lt;br/&gt;
checking whether we are cross compiling... no&lt;br/&gt;
checking for suffix of executables... &lt;br/&gt;
checking for suffix of object files... o&lt;br/&gt;
checking whether we are using the GNU C compiler... yes&lt;br/&gt;
checking whether gcc accepts -g... yes&lt;br/&gt;
checking for gcc option to accept ISO C89... none needed&lt;br/&gt;
checking for style of include used by make... GNU&lt;br/&gt;
checking dependency style of gcc... gcc3&lt;br/&gt;
checking how to run the C preprocessor... gcc -E&lt;br/&gt;
checking for g++... g++&lt;br/&gt;
checking whether we are using the GNU C++ compiler... yes&lt;br/&gt;
checking whether g++ accepts -g... yes&lt;br/&gt;
checking dependency style of g++... gcc3&lt;br/&gt;
checking how to run the C++ preprocessor... g++ -E&lt;br/&gt;
checking for a BSD-compatible install... /usr/bin/install -c&lt;br/&gt;
checking for ranlib... ranlib&lt;br/&gt;
checking build system type... x86_64-unknown-linux-gnu&lt;br/&gt;
checking host system type... x86_64-unknown-linux-gnu&lt;br/&gt;
checking for X... no&lt;br/&gt;
checking for pthread_create in -lpthread... no&lt;br/&gt;
checking for glNewList in -lGL... no&lt;br/&gt;
checking for glNewList in -lMesaGL... no&lt;br/&gt;
configure: error: could not find working GL library&lt;br/&gt;
root@One:/home/don/plib-1.8.5# cd ..&lt;br/&gt;
root@One:/home/don# cd crrcsim-0.9.13/&lt;br/&gt;
root@One:/home/don/crrcsim-0.9.13# ./configure&lt;br/&gt;
checking for a BSD-compatible install... /usr/bin/install -c&lt;br/&gt;
checking whether build environment is sane... yes&lt;br/&gt;
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p&lt;br/&gt;
checking for gawk... no&lt;br/&gt;
checking for mawk... mawk&lt;br/&gt;
checking whether make sets $(MAKE)... yes&lt;br/&gt;
checking for g++... g++&lt;br/&gt;
checking whether the C++ compiler works... yes&lt;br/&gt;
checking for C++ compiler default output file name... a.out&lt;br/&gt;
checking for suffix of executables... &lt;br/&gt;
checking whether we are cross compiling... no&lt;br/&gt;
checking for suffix of object files... o&lt;br/&gt;
checking whether we are using the GNU C++ compiler... yes&lt;br/&gt;
checking whether g++ accepts -g... yes&lt;br/&gt;
checking for style of include used by make... GNU&lt;br/&gt;
checking dependency style of g++... gcc3&lt;br/&gt;
checking how to run the C++ preprocessor... g++ -E&lt;br/&gt;
checking for grep that handles long lines and -e... /usr/bin/grep&lt;br/&gt;
checking for egrep... /usr/bin/grep -E&lt;br/&gt;
checking for ANSI C header files... yes&lt;br/&gt;
checking build system type... x86_64-unknown-linux-gnu&lt;br/&gt;
checking host system type... x86_64-unknown-linux-gnu&lt;br/&gt;
checking for pthread_create in -lpthread... yes&lt;br/&gt;
checking for sys/types.h... yes&lt;br/&gt;
checking for sys/stat.h... yes&lt;br/&gt;
checking for stdlib.h... yes&lt;br/&gt;
checking for string.h... yes&lt;br/&gt;
checking for memory.h... yes&lt;br/&gt;
checking for strings.h... yes&lt;br/&gt;
checking for inttypes.h... yes&lt;br/&gt;
checking for stdint.h... yes&lt;br/&gt;
checking for unistd.h... yes&lt;br/&gt;
checking sys/io.h usability... yes&lt;br/&gt;
checking sys/io.h presence... yes&lt;br/&gt;
checking for sys/io.h... yes&lt;br/&gt;
checking asm/io.h usability... no&lt;br/&gt;
checking asm/io.h presence... no&lt;br/&gt;
checking for asm/io.h... no&lt;br/&gt;
checking portaudio.h usability... no&lt;br/&gt;
checking portaudio.h presence... no&lt;br/&gt;
checking for portaudio.h... no&lt;br/&gt;
checking for sdl-config... no&lt;br/&gt;
checking for SDL - version &amp;gt;= 1.2.5... no&lt;br/&gt;
&lt;strong&gt;&lt;em&gt; The sdl-config script installed by SDL could not be found&lt;br/&gt;
&lt;/em&gt;&lt;/strong&gt; If SDL was installed in PREFIX, make sure PREFIX/bin is in&lt;br/&gt;
&lt;strong&gt;&lt;em&gt; your path, or set the SDL_CONFIG environment variable to the&lt;br/&gt;
&lt;/em&gt;&lt;/strong&gt; full path to sdl-config.&lt;br/&gt;
configure: &lt;strong&gt;&lt;em&gt; SDL version 1.2.5 or newer not found! See if at least 1.2.0 is present...&lt;br/&gt;
checking for sdl-config... (cached) no&lt;br/&gt;
checking for SDL - version &amp;gt;= 1.2.0... no&lt;br/&gt;
&lt;/em&gt;&lt;/strong&gt; The sdl-config script installed by SDL could not be found&lt;br/&gt;
&lt;strong&gt;&lt;em&gt; If SDL was installed in PREFIX, make sure PREFIX/bin is in&lt;br/&gt;
&lt;/em&gt;&lt;/strong&gt; your path, or set the SDL_CONFIG environment variable to the&lt;br/&gt;
&lt;strong&gt;&lt;em&gt; full path to sdl-config.&lt;br/&gt;
configure: error: &lt;/em&gt;&lt;/strong&gt; SDL version 1.2.0 or newer not found!&lt;br/&gt;
root@One:/home/don/crrcsim-0.9.13# &lt;br/&gt;
&lt;code&gt;&lt;br/&gt;
I hope that his is helpful for the maintainers.&lt;br/&gt;
Don&lt;/code&gt;&lt;/code&gt;&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Don Littlefield</dc:creator><pubDate>Fri, 17 Apr 2020 18:31:14 -0000</pubDate><guid>https://sourceforge.netb62fd95f6cc685e688988b6b8d53d98dfdca3410</guid></item><item><title>#7 linux - compile error - puaLargeInput’ has no member ‘setText'</title><link>https://sourceforge.net/p/crrcsim/support-requests/7/?limit=25#87ce</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;I've found that it all seems to come from PLIB.&lt;br/&gt;
The version of PLIB installed in opensuse  43.2 doesn't have 'puaLargeInput::setText'.&lt;br/&gt;
Also found that puaLargeInput::getText is protected which crrcsim doesn't like.&lt;/p&gt;
&lt;p&gt;Will work on a workaround using addText but first clearing the buffer.&lt;br/&gt;
I think this post can be closed.&lt;br/&gt;
Alasdair&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Alasdair Hatfield</dc:creator><pubDate>Tue, 06 Feb 2018 19:20:10 -0000</pubDate><guid>https://sourceforge.net9e0247b41f52922b024ec3afbd4fbe4d2a499954</guid></item><item><title>linux - compile error - puaLargeInput’ has no member ‘setText'</title><link>https://sourceforge.net/p/crrcsim/support-requests/7/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Hello,&lt;br/&gt;
Compiling on opensuse 43.2 distribution, I get the following error:&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;&lt;span&gt;&lt;/span&gt;g++ -DHAVE_CONFIG_H -I.    -pthread  -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -frounding-math -DPU_USE_SDL -DCRRC_DATA_PATH="\"/usr/local/share/crrcsim\"" -g -O2 -Dlinux -Wall -MT crrcsim-crrc_location.o -MD -MP -MF .deps/crrcsim-crrc_location.Tpo -c -o crrcsim-crrc_location.o `test -f 'src/GUI/crrc_location.cpp' || echo './'`src/GUI/crrc_location.cpp
src/GUI/crrc_location.cpp: In constructor ‘CGUILocationDialog::CGUILocationDialog()’:
src/GUI/crrc_location.cpp:211:16: error: ‘class puaLargeInput’ has no member named ‘setText’
   description-&amp;gt;setText("This is a short description of the selected scenery.");
                ^
src/GUI/crrc_location.cpp: In member function ‘void CGUILocationDialog::updateLocationInfo(int)’:
src/GUI/crrc_location.cpp:293:18: error: ‘class puaLargeInput’ has no member named ‘setText’
     description-&amp;gt;setText(description_string.c_str());
                  ^
Makefile:1254: recept voor doel 'crrcsim-crrc_location.o' is mislukt
make[2]: *** [crrcsim-crrc_location.o] Fout 1
make[2]: Map '/home/alasdair/crrcsim/crrcsim-0.9.13' wordt verlaten
Makefile:3108: recept voor doel 'all-recursive' is mislukt
make[1]: *** [all-recursive] Fout 1
make[1]: Map '/home/alasdair/crrcsim/crrcsim-0.9.13' wordt verlaten
Makefile:805: recept voor doel 'all' is mislukt
make: *** [all] Fout 2
&lt;/pre&gt;&lt;/div&gt;


&lt;p&gt;Searching the internet, I don't come across much information about class 'puaLargeInput’ so any pointers would be appreciated.&lt;br/&gt;
Not relevant, I think but just in case, autogen ran ok and configure was executed without any flags or extra configuration.&lt;/p&gt;
&lt;p&gt;Thanks in advance,&lt;br/&gt;
Alasdair&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Alasdair Hatfield</dc:creator><pubDate>Tue, 06 Feb 2018 18:27:05 -0000</pubDate><guid>https://sourceforge.net2eb9bf9583a8b80279d58159a436585c83106e92</guid></item><item><title>#6 Compile error on Ubuntu 17.04</title><link>https://sourceforge.net/p/crrcsim/support-requests/6/?limit=25#7521</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Yay, I have compiling success on Xubuntu 17.04!&lt;/p&gt;
&lt;p&gt;I first installed g++-5, and already had gcc-5 installed.&lt;br/&gt;
Then I followed this as a guide:&lt;br/&gt;
&lt;a href="https://codeyarns.com/2015/02/26/how-to-switch-gcc-version-using-update-alternatives/" rel="nofollow"&gt;https://codeyarns.com/2015/02/26/how-to-switch-gcc-version-using-update-alternatives/&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;My exact code:&lt;br/&gt;
$ sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-6 100 --slave /usr/bin/g++ g++ /usr/bin/g++-6&lt;br/&gt;
$ sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-5 50 --slave /usr/bin/g++ g++ /usr/bin/g++-5&lt;br/&gt;
$ sudo update-alternatives --config gcc&lt;br/&gt;
gives choices now:&lt;br/&gt;
There are 2 choices for the alternative gcc (providing /usr/bin/gcc).&lt;/p&gt;
&lt;h2 id="selection-path-priority-status"&gt;Selection    Path            Priority   Status&lt;/h2&gt;
&lt;p&gt;0            /usr/bin/gcc-6   100       auto mode&lt;br/&gt;
* 1            /usr/bin/gcc-5   50        manual mode&lt;br/&gt;
  2            /usr/bin/gcc-6   100       manual mode&lt;/p&gt;
&lt;p&gt;and select "1"&lt;/p&gt;
&lt;p&gt;To revert run "sudo update-alternatives --config gcc" again and select "0"&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">rhauff</dc:creator><pubDate>Fri, 08 Sep 2017 02:52:35 -0000</pubDate><guid>https://sourceforge.netfa479ddf9a631d10fb713004391115e677316a85</guid></item><item><title>#6 Compile error on Ubuntu 17.04</title><link>https://sourceforge.net/p/crrcsim/support-requests/6/?limit=25#9b3e/2f01</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;CRRCsim started as a C program compiled with gcc 3. Later it was restructured into a C++ application using gcc 4. Some fixes were made for gcc 5 compatibility. So far noone has contributed fixes for gcc 6.&lt;/p&gt;
&lt;p&gt;I guess it's not too big of a problem, but as I don't have gcc 6 on my machine, I can't help you with this issue.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jan Reucker</dc:creator><pubDate>Mon, 28 Aug 2017 19:02:44 -0000</pubDate><guid>https://sourceforge.net998c0739d296a5b887b55f730fdc58c1c100e6b3</guid></item><item><title>#6 Compile error on Ubuntu 17.04</title><link>https://sourceforge.net/p/crrcsim/support-requests/6/?limit=25#9b3e</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Due to all the /c++/6  errors, I supected that CRRCSIM 0.9.13 may have been written to an earlier version of c++.  My errors above were on Xubuntu 17.04 which uses g++ 6.3.&lt;/p&gt;
&lt;p&gt;I created a Virtualbox install of Ubuntu 16.04, which uses g++ 5.4 and compile completes without errors and I am able to run CRRCSIM.&lt;/p&gt;
&lt;p&gt;Next I will see if I can make my Xubuntu 17.04 use g++ 5.  I see it is installed but not sure how to switch compiler.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">rhauff</dc:creator><pubDate>Mon, 28 Aug 2017 15:08:18 -0000</pubDate><guid>https://sourceforge.net46d01f254d2ca665727482a128f82ef221375f0c</guid></item><item><title>Compile error on Ubuntu 17.04</title><link>https://sourceforge.net/p/crrcsim/support-requests/6/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;I am running Xubuntu 17.04 and trying to compile CRRCSIM 0.9.13.&lt;br/&gt;
./autogen.sh and ./configure complete OK, but make fails with the following errors:&lt;/p&gt;
&lt;p&gt;/usr/include/c++/6/ostream:569:5: note:   template argument deduction/substitution failed:&lt;br/&gt;
src/mod_video/crrc_animation.cpp:87:43: note:   cannot convert ‘std::cerr’ (type ‘std::ostream {aka std::basic_ostream&amp;lt;char&amp;gt;}’) to type ‘const signed char&lt;em&gt;’&lt;br/&gt;
                   &amp;lt;&amp;lt; type &amp;lt;&amp;lt; "\'" &amp;lt;&amp;lt; std::cerr;&lt;br/&gt;
                                           ^~~~&lt;br/&gt;
In file included from /usr/include/c++/6/iostream:39:0,&lt;br/&gt;
                 from src/mod_video/../mod_main/EventDispatcher.h:36,&lt;br/&gt;
                 from src/mod_video/crrc_animation.h:35,&lt;br/&gt;
                 from src/mod_video/crrc_animation.cpp:29:&lt;br/&gt;
/usr/include/c++/6/ostream:556:5: note: candidate: template&amp;lt;class _Traits=""&amp;gt; std::basic_ostream&amp;lt;char, _Traits=""&amp;gt;&amp;amp; std::operator&amp;lt;&amp;lt;(std::basic_ostream&amp;lt;char, _Traits=""&amp;gt;&amp;amp;, const char&lt;/em&gt;)&lt;br/&gt;
     operator&amp;lt;&amp;lt;(basic_ostream&amp;lt;char, _Traits=""&amp;gt;&amp;amp; &lt;strong&gt;out, const char* &lt;/strong&gt;s)&lt;br/&gt;
     ^~~~~~~~&lt;br/&gt;
/usr/include/c++/6/ostream:556:5: note:   template argument deduction/substitution failed:&lt;br/&gt;
src/mod_video/crrc_animation.cpp:87:43: note:   cannot convert ‘std::cerr’ (type ‘std::ostream {aka std::basic_ostream&amp;lt;char&amp;gt;}’) to type ‘const char&lt;em&gt;’&lt;br/&gt;
                   &amp;lt;&amp;lt; type &amp;lt;&amp;lt; "\'" &amp;lt;&amp;lt; std::cerr;&lt;br/&gt;
                                           ^~~~&lt;br/&gt;
In file included from /usr/include/c++/6/ostream:638:0,&lt;br/&gt;
                 from /usr/include/c++/6/iostream:39,&lt;br/&gt;
                 from src/mod_video/../mod_main/EventDispatcher.h:36,&lt;br/&gt;
                 from src/mod_video/crrc_animation.h:35,&lt;br/&gt;
                 from src/mod_video/crrc_animation.cpp:29:&lt;br/&gt;
/usr/include/c++/6/bits/ostream.tcc:321:5: note: candidate: template&amp;lt;class _CharT,="" class="" _Traits=""&amp;gt; std::basic_ostream&amp;lt;_CharT, _Traits&amp;gt;&amp;amp; std::operator&amp;lt;&amp;lt;(std::basic_ostream&amp;lt;_CharT, _Traits&amp;gt;&amp;amp;, const char&lt;/em&gt;)&lt;br/&gt;
     operator&amp;lt;&amp;lt;(basic_ostream&amp;lt;_CharT, _Traits&amp;gt;&amp;amp; &lt;strong&gt;out, const char* &lt;/strong&gt;s)&lt;br/&gt;
     ^~~~~~~~&lt;br/&gt;
/usr/include/c++/6/bits/ostream.tcc:321:5: note:   template argument deduction/substitution failed:&lt;br/&gt;
src/mod_video/crrc_animation.cpp:87:43: note:   cannot convert ‘std::cerr’ (type ‘std::ostream {aka std::basic_ostream&amp;lt;char&amp;gt;}’) to type ‘const char&lt;em&gt;’&lt;br/&gt;
                   &amp;lt;&amp;lt; type &amp;lt;&amp;lt; "\'" &amp;lt;&amp;lt; std::cerr;&lt;br/&gt;
                                           ^~~~&lt;br/&gt;
In file included from /usr/include/c++/6/iostream:39:0,&lt;br/&gt;
                 from src/mod_video/../mod_main/EventDispatcher.h:36,&lt;br/&gt;
                 from src/mod_video/crrc_animation.h:35,&lt;br/&gt;
                 from src/mod_video/crrc_animation.cpp:29:&lt;br/&gt;
/usr/include/c++/6/ostream:539:5: note: candidate: template&amp;lt;class _CharT,="" class="" _Traits=""&amp;gt; std::basic_ostream&amp;lt;_CharT, _Traits&amp;gt;&amp;amp; std::operator&amp;lt;&amp;lt;(std::basic_ostream&amp;lt;_CharT, _Traits&amp;gt;&amp;amp;, const _CharT&lt;/em&gt;)&lt;br/&gt;
     operator&amp;lt;&amp;lt;(basic_ostream&amp;lt;_CharT, _Traits&amp;gt;&amp;amp; &lt;strong&gt;out, const _CharT* &lt;/strong&gt;s)&lt;br/&gt;
     ^~~~~~~~&lt;br/&gt;
/usr/include/c++/6/ostream:539:5: note:   template argument deduction/substitution failed:&lt;br/&gt;
src/mod_video/crrc_animation.cpp:87:43: note:   mismatched types ‘const _CharT&lt;em&gt;’ and ‘std::basic_ostream&amp;lt;char&amp;gt;’&lt;br/&gt;
                   &amp;lt;&amp;lt; type &amp;lt;&amp;lt; "\'" &amp;lt;&amp;lt; std::cerr;&lt;br/&gt;
                                           ^~~~&lt;br/&gt;
In file included from /usr/include/c++/6/iostream:39:0,&lt;br/&gt;
                 from src/mod_video/../mod_main/EventDispatcher.h:36,&lt;br/&gt;
                 from src/mod_video/crrc_animation.h:35,&lt;br/&gt;
                 from src/mod_video/crrc_animation.cpp:29:&lt;br/&gt;
/usr/include/c++/6/ostream:519:5: note: candidate: template&amp;lt;class _Traits=""&amp;gt; std::basic_ostream&amp;lt;char, _Traits=""&amp;gt;&amp;amp; std::operator&amp;lt;&amp;lt;(std::basic_ostream&amp;lt;char, _Traits=""&amp;gt;&amp;amp;, unsigned char)&lt;br/&gt;
     operator&amp;lt;&amp;lt;(basic_ostream&amp;lt;char, _Traits=""&amp;gt;&amp;amp; &lt;strong&gt;out, unsigned char &lt;/strong&gt;c)&lt;br/&gt;
     ^~~~~~~~&lt;br/&gt;
/usr/include/c++/6/ostream:519:5: note:   template argument deduction/substitution failed:&lt;br/&gt;
src/mod_video/crrc_animation.cpp:87:43: note:   cannot convert ‘std::cerr’ (type ‘std::ostream {aka std::basic_ostream&amp;lt;char&amp;gt;}’) to type ‘unsigned char’&lt;br/&gt;
                   &amp;lt;&amp;lt; type &amp;lt;&amp;lt; "\'" &amp;lt;&amp;lt; std::cerr;&lt;br/&gt;
                                           ^~~~&lt;br/&gt;
In file included from /usr/include/c++/6/iostream:39:0,&lt;br/&gt;
                 from src/mod_video/../mod_main/EventDispatcher.h:36,&lt;br/&gt;
                 from src/mod_video/crrc_animation.h:35,&lt;br/&gt;
                 from src/mod_video/crrc_animation.cpp:29:&lt;br/&gt;
/usr/include/c++/6/ostream:514:5: note: candidate: template&amp;lt;class _Traits=""&amp;gt; std::basic_ostream&amp;lt;char, _Traits=""&amp;gt;&amp;amp; std::operator&amp;lt;&amp;lt;(std::basic_ostream&amp;lt;char, _Traits=""&amp;gt;&amp;amp;, signed char)&lt;br/&gt;
     operator&amp;lt;&amp;lt;(basic_ostream&amp;lt;char, _Traits=""&amp;gt;&amp;amp; &lt;strong&gt;out, signed char &lt;/strong&gt;c)&lt;br/&gt;
     ^~~~~~~~&lt;br/&gt;
/usr/include/c++/6/ostream:514:5: note:   template argument deduction/substitution failed:&lt;br/&gt;
src/mod_video/crrc_animation.cpp:87:43: note:   cannot convert ‘std::cerr’ (type ‘std::ostream {aka std::basic_ostream&amp;lt;char&amp;gt;}’) to type ‘signed char’&lt;br/&gt;
                   &amp;lt;&amp;lt; type &amp;lt;&amp;lt; "\'" &amp;lt;&amp;lt; std::cerr;&lt;br/&gt;
                                           ^~~~&lt;br/&gt;
In file included from /usr/include/c++/6/iostream:39:0,&lt;br/&gt;
                 from src/mod_video/../mod_main/EventDispatcher.h:36,&lt;br/&gt;
                 from src/mod_video/crrc_animation.h:35,&lt;br/&gt;
                 from src/mod_video/crrc_animation.cpp:29:&lt;br/&gt;
/usr/include/c++/6/ostream:508:5: note: candidate: template&amp;lt;class _Traits=""&amp;gt; std::basic_ostream&amp;lt;char, _Traits=""&amp;gt;&amp;amp; std::operator&amp;lt;&amp;lt;(std::basic_ostream&amp;lt;char, _Traits=""&amp;gt;&amp;amp;, char)&lt;br/&gt;
     operator&amp;lt;&amp;lt;(basic_ostream&amp;lt;char, _Traits=""&amp;gt;&amp;amp; &lt;strong&gt;out, char &lt;/strong&gt;c)&lt;br/&gt;
     ^~~~~~~~&lt;br/&gt;
/usr/include/c++/6/ostream:508:5: note:   template argument deduction/substitution failed:&lt;br/&gt;
src/mod_video/crrc_animation.cpp:87:43: note:   cannot convert ‘std::cerr’ (type ‘std::ostream {aka std::basic_ostream&amp;lt;char&amp;gt;}’) to type ‘char’&lt;br/&gt;
                   &amp;lt;&amp;lt; type &amp;lt;&amp;lt; "\'" &amp;lt;&amp;lt; std::cerr;&lt;br/&gt;
                                           ^~~~&lt;br/&gt;
In file included from /usr/include/c++/6/iostream:39:0,&lt;br/&gt;
                 from src/mod_video/../mod_main/EventDispatcher.h:36,&lt;br/&gt;
                 from src/mod_video/crrc_animation.h:35,&lt;br/&gt;
                 from src/mod_video/crrc_animation.cpp:29:&lt;br/&gt;
/usr/include/c++/6/ostream:502:5: note: candidate: template&amp;lt;class _CharT,="" class="" _Traits=""&amp;gt; std::basic_ostream&amp;lt;_CharT, _Traits&amp;gt;&amp;amp; std::operator&amp;lt;&amp;lt;(std::basic_ostream&amp;lt;_CharT, _Traits&amp;gt;&amp;amp;, char)&lt;br/&gt;
     operator&amp;lt;&amp;lt;(basic_ostream&amp;lt;_CharT, _Traits&amp;gt;&amp;amp; &lt;strong&gt;out, char &lt;/strong&gt;c)&lt;br/&gt;
     ^~~~~~~~&lt;br/&gt;
/usr/include/c++/6/ostream:502:5: note:   template argument deduction/substitution failed:&lt;br/&gt;
src/mod_video/crrc_animation.cpp:87:43: note:   cannot convert ‘std::cerr’ (type ‘std::ostream {aka std::basic_ostream&amp;lt;char&amp;gt;}’) to type ‘char’&lt;br/&gt;
                   &amp;lt;&amp;lt; type &amp;lt;&amp;lt; "\'" &amp;lt;&amp;lt; std::cerr;&lt;br/&gt;
                                           ^~~~&lt;br/&gt;
In file included from /usr/include/c++/6/iostream:39:0,&lt;br/&gt;
                 from src/mod_video/../mod_main/EventDispatcher.h:36,&lt;br/&gt;
                 from src/mod_video/crrc_animation.h:35,&lt;br/&gt;
                 from src/mod_video/crrc_animation.cpp:29:&lt;br/&gt;
/usr/include/c++/6/ostream:497:5: note: candidate: template&amp;lt;class _CharT,="" class="" _Traits=""&amp;gt; std::basic_ostream&amp;lt;_CharT, _Traits&amp;gt;&amp;amp; std::operator&amp;lt;&amp;lt;(std::basic_ostream&amp;lt;_CharT, _Traits&amp;gt;&amp;amp;, _CharT)&lt;br/&gt;
     operator&amp;lt;&amp;lt;(basic_ostream&amp;lt;_CharT, _Traits&amp;gt;&amp;amp; &lt;strong&gt;out, _CharT &lt;/strong&gt;c)&lt;br/&gt;
     ^~~~~~~~&lt;br/&gt;
/usr/include/c++/6/ostream:497:5: note:   template argument deduction/substitution failed:&lt;br/&gt;
src/mod_video/crrc_animation.cpp:87:43: note:   deduced conflicting types for parameter ‘_CharT’ (‘char’ and ‘std::basic_ostream&amp;lt;char&amp;gt;’)&lt;br/&gt;
                   &amp;lt;&amp;lt; type &amp;lt;&amp;lt; "\'" &amp;lt;&amp;lt; std::cerr;&lt;br/&gt;
                                           ^~~~&lt;br/&gt;
In file included from /usr/include/c++/6/bits/ios_base.h:46:0,&lt;br/&gt;
                 from /usr/include/c++/6/ios:42,&lt;br/&gt;
                 from /usr/include/c++/6/ostream:38,&lt;br/&gt;
                 from /usr/include/c++/6/iostream:39,&lt;br/&gt;
                 from src/mod_video/../mod_main/EventDispatcher.h:36,&lt;br/&gt;
                 from src/mod_video/crrc_animation.h:35,&lt;br/&gt;
                 from src/mod_video/crrc_animation.cpp:29:&lt;br/&gt;
/usr/include/c++/6/system_error:209:5: note: candidate: template&amp;lt;class _CharT,="" class="" _Traits=""&amp;gt; std::basic_ostream&amp;lt;_CharT, _Traits&amp;gt;&amp;amp; std::operator&amp;lt;&amp;lt;(std::basic_ostream&amp;lt;_CharT, _Traits&amp;gt;&amp;amp;, const std::error_code&amp;amp;)&lt;br/&gt;
     operator&amp;lt;&amp;lt;(basic_ostream&amp;lt;_CharT, _Traits&amp;gt;&amp;amp; &lt;strong&gt;os, const error_code&amp;amp; &lt;/strong&gt;e)&lt;br/&gt;
     ^~~~~~~~&lt;br/&gt;
/usr/include/c++/6/system_error:209:5: note:   template argument deduction/substitution failed:&lt;br/&gt;
src/mod_video/crrc_animation.cpp:87:43: note:   cannot convert ‘std::cerr’ (type ‘std::ostream {aka std::basic_ostream&amp;lt;char&amp;gt;}’) to type ‘const std::error_code&amp;amp;’&lt;br/&gt;
                   &amp;lt;&amp;lt; type &amp;lt;&amp;lt; "\'" &amp;lt;&amp;lt; std::cerr;&lt;br/&gt;
                                           ^~~~&lt;br/&gt;
In file included from /usr/include/c++/6/string:52:0,&lt;br/&gt;
                 from /usr/include/c++/6/bits/locale_classes.h:40,&lt;br/&gt;
                 from /usr/include/c++/6/bits/ios_base.h:41,&lt;br/&gt;
                 from /usr/include/c++/6/ios:42,&lt;br/&gt;
                 from /usr/include/c++/6/ostream:38,&lt;br/&gt;
                 from /usr/include/c++/6/iostream:39,&lt;br/&gt;
                 from src/mod_video/../mod_main/EventDispatcher.h:36,&lt;br/&gt;
                 from src/mod_video/crrc_animation.h:35,&lt;br/&gt;
                 from src/mod_video/crrc_animation.cpp:29:&lt;br/&gt;
/usr/include/c++/6/bits/basic_string.h:5340:5: note: candidate: template&amp;lt;class _CharT,="" class="" _Traits,="" class="" _Alloc=""&amp;gt; std::basic_ostream&amp;lt;_CharT, _Traits&amp;gt;&amp;amp; std::operator&amp;lt;&amp;lt;(std::basic_ostream&amp;lt;_CharT, _Traits&amp;gt;&amp;amp;, const std::&lt;strong&gt;cxx11::basic_string&amp;lt;_CharT, _Traits, _Alloc&amp;gt;&amp;amp;)&lt;br/&gt;
     operator&amp;lt;&amp;lt;(basic_ostream&amp;lt;_CharT, _Traits&amp;gt;&amp;amp; &lt;/strong&gt;os,&lt;br/&gt;
     ^~~~~~~~&lt;br/&gt;
/usr/include/c++/6/bits/basic_string.h:5340:5: note:   template argument deduction/substitution failed:&lt;br/&gt;
src/mod_video/crrc_animation.cpp:87:43: note:   ‘std::ostream {aka std::basic_ostream&amp;lt;char&amp;gt;}’ is not derived from ‘const std::__cxx11::basic_string&amp;lt;_CharT, _Traits, _Alloc&amp;gt;’&lt;br/&gt;
                   &amp;lt;&amp;lt; type &amp;lt;&amp;lt; "\'" &amp;lt;&amp;lt; std::cerr;&lt;br/&gt;
                                           ^~~~&lt;br/&gt;
Makefile:2637: recipe for target 'crrcsim-crrc_animation.o' failed&lt;br/&gt;
make&lt;span&gt;&lt;span&gt;[2]&lt;/span&gt;&lt;/span&gt;: &lt;strong&gt;&lt;em&gt; &lt;span&gt;&lt;span&gt;[crrcsim-crrc_animation.o]&lt;/span&gt;&lt;/span&gt; Error 1&lt;br/&gt;
make&lt;span&gt;&lt;span&gt;[2]&lt;/span&gt;&lt;/span&gt;: Leaving directory '/home/roland/Downloads/crrcsim-0.9.13'&lt;br/&gt;
Makefile:3119: recipe for target 'all-recursive' failed&lt;br/&gt;
make&lt;span&gt;&lt;span&gt;[1]&lt;/span&gt;&lt;/span&gt;: &lt;/em&gt;&lt;/strong&gt; &lt;span&gt;&lt;span&gt;[all-recursive]&lt;/span&gt;&lt;/span&gt; Error 1&lt;br/&gt;
make&lt;span&gt;&lt;span&gt;[1]&lt;/span&gt;&lt;/span&gt;: Leaving directory '/home/roland/Downloads/crrcsim-0.9.13'&lt;br/&gt;
Makefile:817: recipe for target 'all' failed&lt;br/&gt;
make: &lt;/em&gt;** &lt;span&gt;[all]&lt;/span&gt; Error 2&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">rhauff</dc:creator><pubDate>Tue, 22 Aug 2017 20:08:47 -0000</pubDate><guid>https://sourceforge.net9330ae6dbc194cd4dda5306807dfee8553c938f1</guid></item><item><title>#5 Compile issues on Mac OSX</title><link>https://sourceforge.net/p/crrcsim/support-requests/5/?limit=25#202c</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Note: If I compile without portaudio, it works!! yeah!!! (put more precisely: crrcsim 0.9.12 compiles and executes correctly)&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;&lt;span class="n"&gt;sudo&lt;/span&gt; &lt;span class="n"&gt;port&lt;/span&gt; &lt;span class="n"&gt;uninstall&lt;/span&gt; &lt;span class="n"&gt;portaudio&lt;/span&gt;
&lt;/pre&gt;&lt;/div&gt;
&lt;p&gt;...otherwise follow build instructions as described above.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Johannes</dc:creator><pubDate>Thu, 28 Nov 2013 08:27:43 -0000</pubDate><guid>https://sourceforge.net0a47ddb2a33f47dbca9c4c09f96f7620115aa947</guid></item></channel></rss>