Problem with source code installation on ubuntu

1 post / 0 new
koontz
Problem with source code installation on ubuntu
I am trying to make and install vapor on my virtual machine. After downloading the packages that are depended upon by vapor, and tried to make the source, I get the following error WRF.cpp: In member function ‘int VAPoR::WRF::_GetVarInfo(int, std::string, const std::vector&, VAPoR::WRF::varInfo_t&)’: WRF.cpp:327:2: error: cannot convert ‘int*’ to ‘nc_type*’ for argument ‘4’ to ‘int nc_inq_var(int, int, char*, nc_type*, int*, int*, int*)’ make[3]: *** [../../targets/Linux_i386/built/vdf/WRF.o] Error 1 make[3]: Leaving directory `/home/jared/vapor/vapor-2.2.2-src/lib/vdf' I think maybe I am not referencing the libraries correctly. In the options.mk file, the INC_SEARCH_DIRS and LIB_SEARCH_DIRS are both set to /home/jared/vapor/install , which is where I have placed all the software that was listed in the dependencies. I am thinking that maybe one is not installed correctly, or maybe I can't reference a root directory as the inc and lib variables. I wanted to ask if this was the answer you all think as well, before I start re-installing every bit of software, or if there was something else I should check. Thanks for the help