<div dir="ltr">I'm trying to compile a gdal utility written in C++ (which is something completely new to me), and am encountering an error.<br><br>color-relief.cpp:30:23: gdal_priv.h: No such file or directory<br>color-relief.cpp:31:23: stringtok.h: No such file or directory<br>
<br>The gdal_priv.h file is located in /export/include/gdal_priv.h, but I'm not sure where the stringtok.h file is.<br><br>The command I gave to compile was this, "sudo g++ color-relief.cpp -lgdal -o color-relief".<br>
<br>Can one of you C++ geniuses give me a couple pointers about how to do this "the right way"? <br><br>Thanks,<br><br>Roger<br>--<br><br></div>