Hi!<br><br>I have some errors with make with the latest source from svn. The messages I get are the following (I have some more lines before to help if needed to locate the problem):<br><br>* preparing 'rkward':<br>
* checking DESCRIPTION meta-information ... OK<br>* cleaning src<br>* removing junk files<br>* checking for LF line-endings in source files<br>* checking for empty or unneeded directories<br>* building 'rkward_0.4.7.tar.gz'
<br><br>make[4]: Leaving directory `/home/igoutsou/rkward/rkward/rbackend/rpackages'<br>make[4]: Entering directory `/home/igoutsou/rkward/rkward/rbackend'<br>if g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/include/kde -I/usr/share/qt3/include -I.  -I/home/igoutsou/R/R-base/R/include -DQT_THREAD_SUPPORT  -D_REENTRANT -DQT_NO_ASCII_CAST  -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -O2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common  -MT 
rembedinternal.o -MD -MP -MF ".deps/rembedinternal.Tpo" -c -o rembedinternal.o rembedinternal.cpp; \<br>        then mv -f ".deps/rembedinternal.Tpo" ".deps/rembedinternal.Po"; else rm -f ".deps/rembedinternal.Tpo"; exit 1; fi
<br>rembedinternal.cpp: In function 'int RReadConsole(char*, unsigned char*, int, int)':<br>rembedinternal.cpp:172: warning: dereferencing type-punned pointer will break strict-aliasing rules<br>rembedinternal.cpp: In member function 'void REmbedInternal::connectCallbacks()':
<br>rembedinternal.cpp:347: error: 'ptr_R_WriteConsoleEx' was not declared in this scope<br>make[4]: *** [rembedinternal.o] Error 1<br>make[4]: Leaving directory `/home/igoutsou/rkward/rkward/rbackend'<br>make[3]: *** [all-recursive] Error 1
<br>make[3]: Leaving directory `/home/igoutsou/rkward/rkward/rbackend'<br>make[2]: *** [all-recursive] Error 1<br>make[2]: Leaving directory `/home/igoutsou/rkward/rkward'<br>make[1]: *** [all-recursive] Error 1<br>
make[1]: Leaving directory `/home/igoutsou/rkward'<br>make: *** [all] Error 2<br><br><br>Regards,<br>Ilias<br>