[rkward-cvs] rkward/rkward/plugin rkstandardcomponent.cpp,1.1,1.2 rkstandardcomponent.h,1.1,1.2
Thomas Friedrichsmeier
tfry at users.sourceforge.net
Tue Feb 21 13:26:21 UTC 2006
- Previous message: [rkward-cvs] rkward ChangeLog,1.99,1.100 TODO,1.101,1.102 acinclude.m4,1.7,1.8 aclocal.m4,1.7,1.8 configure,1.30,1.31
- Next message: [rkward-cvs] rkward/rkward/rbackend Makefile.am,1.10,1.11
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/rkward/rkward/rkward/plugin
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25052/rkward/plugin
Modified Files:
rkstandardcomponent.cpp rkstandardcomponent.h
Log Message:
Autodetection of R_HOME, R_SHARE_DIR, etc. during configure. Should fix compilation/run-time issues with recent debian versions of R
Index: rkstandardcomponent.h
===================================================================
RCS file: /cvsroot/rkward/rkward/rkward/plugin/rkstandardcomponent.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** rkstandardcomponent.h 20 Feb 2006 22:54:00 -0000 1.1
--- rkstandardcomponent.h 21 Feb 2006 13:26:19 -0000 1.2
***************
*** 21,24 ****
--- 21,26 ----
#include "rkcomponent.h"
+ #include <qdom.h>
+
/** The standard type of component (i.e. stand-alone), previously known as "plugin" */
class RKStandardComponent : public RKComponent {
Index: rkstandardcomponent.cpp
===================================================================
RCS file: /cvsroot/rkward/rkward/rkward/plugin/rkstandardcomponent.cpp,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** rkstandardcomponent.cpp 20 Feb 2006 22:54:00 -0000 1.1
--- rkstandardcomponent.cpp 21 Feb 2006 13:26:19 -0000 1.2
***************
*** 21,23 ****
! #include "rkstandardcomponent.moc"
--- 21,23 ----
! //#include "rkstandardcomponent.moc"
- Previous message: [rkward-cvs] rkward ChangeLog,1.99,1.100 TODO,1.101,1.102 acinclude.m4,1.7,1.8 aclocal.m4,1.7,1.8 configure,1.30,1.31
- Next message: [rkward-cvs] rkward/rkward/rbackend Makefile.am,1.10,1.11
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the rkward-tracker
mailing list