problem in running example 1 of the ADL workshop

Issues related to installation of ADL
Post Reply
lsa
Posts: 11
Joined: Fri Nov 18, 2011 11:30 am

problem in running example 1 of the ADL workshop

Post by lsa »

I tried to run the first example of the ADL3.1 workshop.
The problem came out in the step 4.
When I "make" the project, I got an error message "fatal error: AdlCmnAppl.h: No such file or directory". I searched the ADL directory, and I didn't find this particular header file. Do you know where it is stored?
Thanks!
kbisanz
Posts: 280
Joined: Wed Jan 05, 2011 7:02 pm
Location: Omaha NE

Re: problem in running example 1 of the ADL workshop

Post by kbisanz »

That particular file does not exist. It should be looking for AdlCmnScienceAppl.h

I believe your issue is that patch #3 has not been applied or the code has not been rebuilt since the patch was applied.

We applied the patches on slide 2 of 02_ADL_Overview.pdf and then rebuilt ADL.

You should apply the patches as specified on slide 2 of 02_ADL_Overview.pdf and then rebuild ADL. You can get the patches from adl31WorkshopExample1.tgz. When untarred, they will be located in adl31Workshop/adl_patches/
Kevin Bisanz
Raytheon Company
Post Reply