User forums > Nightly builds
The 22 October 2007 build (4551) is out.
MortenMacFly:
--- Quote from: nausea on October 23, 2007, 08:27:59 am ---the project is a wxwidgets app, i'm running version 2.8.6...
--- End quote ---
Could you post the project file here, please?! (Maybe even the whole projects if it's OS...?!)
With regards, Morten.
frithjofh:
here's the project-file for a start
--- Code: ---<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<CodeBlocks_project_file>
<FileVersion major="1" minor="6" />
<Project>
<Option title="cte1" />
<Option pch_mode="0" />
<Option compiler="gcc" />
<Build>
<Target title="Debug">
<Option output="bin\Debug\cte1" prefix_auto="1" extension_auto="1" />
<Option object_output="obj\Debug\" />
<Option type="0" />
<Option compiler="gcc" />
<Option projectLinkerOptionsRelation="2" />
<Compiler>
<Add option="-g" />
<Add option="-D__WXDEBUG__" />
<Add directory="$(#wx)\lib\gcc_dll\mswud" />
</Compiler>
<ResourceCompiler>
<Add directory="$(#wx)\lib\gcc_dll\mswud" />
</ResourceCompiler>
<Linker>
<Add library="libwxmsw28ud.a" />
<Add directory="$(#wx)\lib\gcc_dll" />
</Linker>
</Target>
<Target title="Release">
<Option output="bin\Release\cte1" prefix_auto="1" extension_auto="1" />
<Option object_output="obj\Release\" />
<Option type="0" />
<Option compiler="gcc" />
<Option projectLinkerOptionsRelation="2" />
<Compiler>
<Add option="-O2" />
<Add directory="$(#wx)\lib\gcc_dll\mswu" />
</Compiler>
<ResourceCompiler>
<Add directory="$(#wx)\lib\gcc_dll\mswu" />
</ResourceCompiler>
<Linker>
<Add option="-s" />
<Add library="libwxmsw28u.a" />
<Add directory="$(#wx)\lib\gcc_dll" />
</Linker>
</Target>
</Build>
<Compiler>
<Add option="-Wall" />
<Add option="-pipe" />
<Add option="-mthreads" />
<Add option="-Winvalid-pch" />
<Add option="-include wx_pch.h" />
<Add option="-finput-charset=iso-8859-1" />
<Add option="-D__GNUWIN32__" />
<Add option="-D__WXMSW__" />
<Add option="-DWXUSINGDLL" />
<Add option="-DwxUSE_UNICODE" />
<Add option="-DWX_PRECOMP" />
<Add directory="$(#wx)\include" />
<Add directory="$(#wx)\contrib\include" />
</Compiler>
<ResourceCompiler>
<Add directory="$(#wx)\include" />
</ResourceCompiler>
<Unit filename="capital.cpp" />
<Unit filename="capital.h" />
<Unit filename="capitalData.cpp" />
<Unit filename="capitalData.h" />
<Unit filename="cte1App.cpp" />
<Unit filename="cte1App.h" />
<Unit filename="cte1Main.cpp" />
<Unit filename="cte1Main.h" />
<Unit filename="material.cpp" />
<Unit filename="material.h" />
<Unit filename="materialData.cpp" />
<Unit filename="materialData.h" />
<Unit filename="project.cpp">
<Option weight="49" />
</Unit>
<Unit filename="project.h">
<Option weight="49" />
</Unit>
<Unit filename="resource.rc">
<Option compilerVar="WINDRES" />
</Unit>
<Unit filename="wx_pch.h">
<Option compile="1" />
<Option weight="0" />
</Unit>
<Unit filename="wxsmith\cte1frame.wxs" />
<Extensions>
<code_completion />
<envvars />
<debugger />
<wxsmith version="1">
<gui name="wxWidgets" src="cte1App.cpp" main="cte1Frame" init_handlers="necessary" language="CPP" />
<resources>
<wxFrame wxs="wxsmith/cte1frame.wxs" src="cte1Main.cpp" hdr="cte1Main.h" name="cte1Frame" language="CPP" />
</resources>
</wxsmith>
</Extensions>
</Project>
</CodeBlocks_project_file>
--- End code ---
Biplab:
--- Quote from: nausea on October 23, 2007, 09:02:04 am ---here's the project-file for a start
--- End quote ---
It's CC which is hanging. So merely providing a project file may not help. If possible provide the full source as a zip file.
frithjofh:
ok, but don't laugh at my horrible beginners code :mrgreen:
[attachment deleted by admin]
Biplab:
--- Quote from: nausea on October 23, 2007, 09:25:23 am ---ok, but don't laugh at my horrible beginners code :mrgreen:
--- End quote ---
No we won't. ;)
It hangs even when the CC is disabled. Let me dig this further. :)
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version