User forums > Help

C::B cannot find include file

<< < (2/2)

grecd:
layout


--- Code: ---<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<CodeBlocks_layout_file>
<ActiveTarget name="Debug" />
<File name="texture.cpp" open="1" top="0" tabpos="6" split="0" active="1" splitpos="0" zoom_1="2" zoom_2="0">
<Cursor>
<Cursor1 position="2751" topLine="82" />
</Cursor>
</File>
<File name="sglplayerMain.h" open="0" top="0" tabpos="1" split="0" active="1" splitpos="0" zoom_1="5" zoom_2="0">
<Cursor>
<Cursor1 position="667" topLine="19" />
</Cursor>
</File>
<File name="Basicglplane.h" open="1" top="0" tabpos="4" split="0" active="1" splitpos="0" zoom_1="3" zoom_2="0">
<Cursor>
<Cursor1 position="914" topLine="36" />
</Cursor>
</File>
<File name="src/MotionFrame.cpp" open="0" top="0" tabpos="18" split="0" active="1" splitpos="0" zoom_1="1" zoom_2="0">
<Cursor>
<Cursor1 position="88" topLine="0" />
</Cursor>
</File>
<File name="global.h" open="0" top="0" tabpos="12" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
<Cursor>
<Cursor1 position="803" topLine="3" />
</Cursor>
</File>
<File name="Bmp2jpg.cpp" open="1" top="0" tabpos="9" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
<Cursor>
<Cursor1 position="21399" topLine="120" />
</Cursor>
<Folding>
<Collapse line="7" />
<Collapse line="143" />
<Collapse line="377" />
<Collapse line="459" />
<Collapse line="562" />
<Collapse line="632" />
<Collapse line="741" />
</Folding>
</File>
<File name="Bmp2jpg.h" open="1" top="1" tabpos="8" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
<Cursor>
<Cursor1 position="2432" topLine="0" />
</Cursor>
</File>
<File name="texture.h" open="0" top="0" tabpos="7" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
<Cursor>
<Cursor1 position="809" topLine="1" />
</Cursor>
</File>
<File name="sglplayerMain.cpp" open="1" top="0" tabpos="5" split="0" active="1" splitpos="0" zoom_1="3" zoom_2="0">
<Cursor>
<Cursor1 position="4386" topLine="119" />
</Cursor>
<Folding>
<Collapse line="145" />
<Collapse line="162" />
</Folding>
</File>
<File name="Basicglplane.cpp" open="1" top="0" tabpos="3" split="0" active="1" splitpos="0" zoom_1="4" zoom_2="0">
<Cursor>
<Cursor1 position="2646" topLine="32" />
</Cursor>
<Folding>
<Collapse line="21" />
<Collapse line="105" />
<Collapse line="128" />
<Collapse line="270" />
<Collapse line="382" />
</Folding>
</File>
<File name="src/RenderTimer.cpp" open="0" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
<Cursor>
<Cursor1 position="262" topLine="0" />
</Cursor>
</File>
<File name="SettingsDialog.cpp" open="0" top="0" tabpos="10" split="0" active="1" splitpos="0" zoom_1="3" zoom_2="0">
<Cursor>
<Cursor1 position="2226" topLine="0" />
</Cursor>
</File>
<File name="src/MotionFrameDCT.cpp" open="0" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
<Cursor>
<Cursor1 position="609" topLine="3" />
</Cursor>
</File>
<File name="include/IPcameraRTSP.h" open="1" top="0" tabpos="1" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
<Cursor>
<Cursor1 position="442" topLine="5" />
</Cursor>
</File>
<File name="SettingsDialog.h" open="0" top="0" tabpos="11" split="0" active="1" splitpos="0" zoom_1="3" zoom_2="0">
<Cursor>
<Cursor1 position="138" topLine="0" />
</Cursor>
</File>
<File name="src/IPcameraRTSP.cpp" open="1" top="0" tabpos="2" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
<Cursor>
<Cursor1 position="15327" topLine="334" />
</Cursor>
<Folding>
<Collapse line="249" />
</Folding>
</File>
<File name="sglplayerApp.h" open="0" top="0" tabpos="3" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
<Cursor>
<Cursor1 position="320" topLine="0" />
</Cursor>
</File>
<File name="include/RenderTimer.h" open="0" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
<Cursor>
<Cursor1 position="63" topLine="0" />
</Cursor>
</File>
<File name="sglplayerApp.cpp" open="0" top="0" tabpos="8" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
<Cursor>
<Cursor1 position="435" topLine="0" />
</Cursor>
</File>
<File name="include/MotionFrame.h" open="0" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
<Cursor>
<Cursor1 position="373" topLine="8" />
</Cursor>
</File>
</CodeBlocks_layout_file>
--- End code ---

stahta01:

--- Quote from: grecd on May 07, 2014, 06:07:34 pm ---layout

--- End quote ---

file hierarchy

Vuki:
Now look at the layout you posted, look at your compiler search paths, re-read my previous post and think why the compiler is not able to find the included file. It's really a basic programming thing.
I've already told you how to solve this: add .. to compiler search path.

Navigation

[0] Message Index

[*] Previous page

Go to full version