Developer forums (C::B DEVELOPMENT STRICTLY!) > Development
Problem with cvs version. Useing wxwidget 2.6 Some sultions
mandrav:
--- Quote from: frog-o ---Are you saying you are going to ignore the error that pop up in wxwidget 2.6 compiles. I thought the devolpment form were the place where we try to fix these issues. (we are the devolpers). I thought we where sopused to discussion thing like this on the form inorder to bug track what might be a problem witch i try to do here. It is fine if you don't want to help mandrave but please don't tell other pepole not to becuase it is unsoported. I don't think you want to keep use 2.4 do you?
--- End quote ---
Ahh, once again I say one thing and you understand another...
I said:
--- Quote from: mandrav ---As mentioned many many times already, wxWidgets-2.6.0 is not officially supported for use with Code::Blocks. The provided files exist only for your convenience and they may not always be up-to-date.
--- End quote ---
Did I say anywhere "don't use wx2.6"???
Did I say "I don't care about wx2.6"???
Did I say "don't discuss about wx2.6"???
I just said "it's not officially supported".
In other words: "I give you the files. They may not be always up-to-date but they 'll be good for a starting point. Ask anything about it but don't expect immediate response from me. Immediate attention is given to the officialy used version (wx2.4)".
But I guess, once again, it's just my poor use of English language...
Yiannis.
frog-o:
for somerson i did not see this
--- Quote ---The provided files exist only for your convenience and they may not always be up-to-date.
--- End quote ---
This is my fault of not reading thing thoughly. I oppologize and say i sorry for mis-understanding.
[/quote]
frog-o:
DreadNot
said
--- Quote ---
He did fix it. Get latest CVS.
--- End quote ---
dose this mean the bugs for the linux virson has been fix or does it still need work? He could just mean the bugs for the windows version?
If not i would love to help rickg22 , but i am verry limmited on my knowlage. I still have to try getting codeblock compile useing gentoo linux on my colinux system in windows.
heromyth:
In WinXP, I have compiled C::B CVS. Below is the difference of CodeBlocks-wx2.6.0.cbp between that I am using and that exists in CVS. Hope it be useful for you. Run in Win2000, it will crash.
--- Code: ---
*** codeblocks\src\CodeBlocks-wx2.6.0.cbp Sun May 29 00:26:18 2005
--- codeblocks\src\CodeBlocks-wx2.6.0-my.cbp Mon Jul 04 20:53:24 2005
***************
*** 99,104 ****
--- 99,105 ----
<Compiler>
<Add option="-DBUILDING_PLUGIN"/>
<Add option="-D_WINDLL"/>
+ <Add option="-DNDEBUG"/>
<Add directory="sdk"/>
<Add directory="plugins\astyle\astyle"/>
</Compiler>
***************
*** 309,315 ****
<Option output="codeblocks-wx2.6.0.dll"/>
<Option working_dir="."/>
<Option object_output=".objs\2.6.0"/>
! <Option deps_output="C:\Devel\codeblocks\src\.deps"/>
<Option external_deps=""/>
<Option type="3"/>
<Option compiler="0"/>
--- 310,316 ----
<Option output="codeblocks-wx2.6.0.dll"/>
<Option working_dir="."/>
<Option object_output=".objs\2.6.0"/>
! <Option deps_output=".deps"/>
<Option external_deps=""/>
<Option type="3"/>
<Option compiler="0"/>
***************
*** 351,357 ****
</Build>
<Compiler>
<Add option="-Wall"/>
- <Add option="-g"/>
<Add option="-pipe"/>
<Add option="-mthreads"/>
<Add option="-fno-pcc-struct-return"/>
--- 352,357 ----
***************
*** 386,401 ****
<Option link="0"/>
<Option target="src"/>
</Unit>
- <Unit filename="plugins\astyle\asstreamiterator.cpp">
- <Option compilerVar="CPP"/>
- <Option target="plugin_Astyle"/>
- </Unit>
- <Unit filename="plugins\astyle\asstreamiterator.h">
- <Option compilerVar=""/>
- <Option compile="0"/>
- <Option link="0"/>
- <Option target="plugin_Astyle"/>
- </Unit>
<Unit filename="plugins\astyle\astyle\ASBeautifier.cpp">
<Option compilerVar="CPP"/>
<Option target="plugin_Astyle"/>
--- 386,391 ----
***************
*** 404,413 ****
<Option compilerVar="CPP"/>
<Option target="plugin_Astyle"/>
</Unit>
- <Unit filename="plugins\astyle\astyle\ASResource.cpp">
- <Option compilerVar="CPP"/>
- <Option target="plugin_Astyle"/>
- </Unit>
<Unit filename="plugins\astyle\astyle\INSTALL.TXT">
<Option compilerVar=""/>
<Option compile="0"/>
--- 394,399 ----
***************
*** 832,837 ****
--- 818,833 ----
<Option link="0"/>
<Option target="plugin_CompilerGCC"/>
</Unit>
+ <Unit filename="plugins\compilergcc\compilerOW.cpp">
+ <Option compilerVar="CPP"/>
+ <Option target="plugin_CompilerGCC"/>
+ </Unit>
+ <Unit filename="plugins\compilergcc\compilerOW.h">
+ <Option compilerVar=""/>
+ <Option compile="0"/>
+ <Option link="0"/>
+ <Option target="plugin_CompilerGCC"/>
+ </Unit>
<Unit filename="plugins\compilergcc\compilererrors.cpp">
<Option compilerVar="CPP"/>
<Option target="plugin_CompilerGCC"/>
***************
*** 1652,1657 ****
--- 1648,1663 ----
<Option link="0"/>
<Option target="sdk"/>
</Unit>
+ <Unit filename="sdk\editorlexerloader.cpp">
+ <Option compilerVar="CPP"/>
+ <Option target="sdk"/>
+ </Unit>
+ <Unit filename="sdk\editorlexerloader.h">
+ <Option compilerVar=""/>
+ <Option compile="0"/>
+ <Option link="0"/>
+ <Option target="sdk"/>
+ </Unit>
<Unit filename="sdk\editormanager.cpp">
<Option compilerVar="CPP"/>
<Option target="sdk"/>
***************
*** 1872,1877 ****
--- 1878,1889 ----
<Option link="0"/>
<Option target="sdk"/>
</Unit>
+ <Unit filename="sdk\openfilestree.h">
+ <Option compilerVar=""/>
+ <Option compile="0"/>
+ <Option link="0"/>
+ <Option target="sdk"/>
+ </Unit>
<Unit filename="sdk\personalitymanager.cpp">
<Option compilerVar="CPP"/>
<Option target="sdk"/>
***************
*** 2710,2718 ****
</Unit>
<Unit filename="src\resources\resources.rc">
<Option compilerVar="WINDRES"/>
<Option compile="0"/>
<Option link="0"/>
- <Option objectName="src\resources\resources.res"/>
<Option target="src"/>
</Unit>
<Unit filename="src\startherepage.cpp">
--- 2722,2740 ----
</Unit>
<Unit filename="src\resources\resources.rc">
<Option compilerVar="WINDRES"/>
+ <Option objectName="src\resources\resources.res"/>
+ <Option target="src"/>
+ </Unit>
+ <Unit filename="src\resources\start_here\cb_logo.jpg">
+ <Option compilerVar=""/>
+ <Option compile="0"/>
+ <Option link="0"/>
+ <Option target="src"/>
+ </Unit>
+ <Unit filename="src\resources\start_here\start_here.html">
+ <Option compilerVar=""/>
<Option compile="0"/>
<Option link="0"/>
<Option target="src"/>
</Unit>
<Unit filename="src\startherepage.cpp">
--- End code ---
Navigation
[0] Message Index
[*] Previous page
Go to full version