Little Note on Opendx run
DXlink is programmable interface provide from opendx (see http://www.opendx.org). the bad news is libDXL.a not included when you installed dx-4.4.4 nor dx-libs nor dx-devel nor dx-samples with all their dependencies. i’m using fedora core 9
you should download dx-4.4.4-9.tar.gz and compile it.
- you need to install kernel-devel, just run yum install kernel-devel.
- make symbolic link : ln -s /usr/src/kernels/2.6.27.5-41.fc9.1686/include/linux/sys.h /usr/include/linux/sys.h
- make some changes on source main program on folder src/uipp/*/Main.C and base/application.h , the codes should be :
int main(int iargc, char** argv){
unsigned int argc = iargc;
– then configure and make and make install.
that should help you!.
Tags: opendx, visualization, 3D




