News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

The 04 July 2007 build (4219) is out.

Started by killerbot, July 04, 2007, 08:40:30 PM

Previous topic - Next topic

indigo0086

I went back to July 3rd build.  It seems to be counting the spaces as separate directories so "\Documents and settings" is seen as "\documents \and \settings"

it doesn't execute the code.

tvaster

Ok, that got me a bunch further.   (SVN 4229)

Now I have:

g++ -DHAVE_CONFIG_H -I. -I. -I../../../src/include -I/usr/local/lib/wx/include/x11univ-ansi-release-2.8 -I/usr/local/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXUNIVERSAL__ -D__WXX11__ -pthread -I../../../src/include/wxFlatNotebook/include -Ulinux -Uunix -O2 -ffast-math -g -O2 -DCB_PRECOMP -Winvalid-pch -fPIC -DPIC -fexceptions -MT popup_dlg.lo -MD -MP -MF .deps/popup_dlg.Tpo -c src/wxFlatNotebook/popup_dlg.cpp  -fPIC -DPIC -o .libs/popup_dlg.o
../../../src/include/wxFlatNotebook/include/wx/wxFlatNotebook/wxFNBDropTarget.h:75: error: invalid use of undefined type 'struct wxDropTarget'
/usr/local/include/wx-2.8/wx/window.h:60: error: forward declaration of 'struct wxDropTarget'
../../../src/include/wxFlatNotebook/include/wx/wxFlatNotebook/wxFNBDropTarget.h:78: error: expected identifier before '*' token


wxWidgets-2.8.4     --with-X11 --enable-compat26
codeblocks             --with-X11 --enable-contrib

Thanks Tim S for help on the last one.                             

stahta01

#17
Quote from: tvaster on July 06, 2007, 06:18:47 AM
Ok, that got me a bunch further.   (SVN 4229)

Now I have:

g++ -DHAVE_CONFIG_H -I. -I. -I../../../src/include -I/usr/local/lib/wx/include/x11univ-ansi-release-2.8 -I/usr/local/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXUNIVERSAL__ -D__WXX11__ -pthread -I../../../src/include/wxFlatNotebook/include -Ulinux -Uunix -O2 -ffast-math -g -O2 -DCB_PRECOMP -Winvalid-pch -fPIC -DPIC -fexceptions -MT popup_dlg.lo -MD -MP -MF .deps/popup_dlg.Tpo -c src/wxFlatNotebook/popup_dlg.cpp  -fPIC -DPIC -o .libs/popup_dlg.o
../../../src/include/wxFlatNotebook/include/wx/wxFlatNotebook/wxFNBDropTarget.h:75: error: invalid use of undefined type 'struct wxDropTarget'
/usr/local/include/wx-2.8/wx/window.h:60: error: forward declaration of 'struct wxDropTarget'
../../../src/include/wxFlatNotebook/include/wx/wxFlatNotebook/wxFNBDropTarget.h:78: error: expected identifier before '*' token


wxWidgets-2.8.4     --with-X11 --enable-compat26
codeblocks             --with-X11 --enable-contrib

Thanks Tim S for help on the last one.                             

I think Code::Blocks requires wxMSW or wxGTK version of wxWidgets; in other words it does not work with "--with-X11" to my knowledge. But, I am a windows person so I might be mistaken.

Per http://www.wxwidgets.org/docs/supported.htm wxX11 does not support wxDropTarget you might check the dnd.h/dnd.cpp file to confirm it.

This most likely needs to be a new thread in another group. If you wish to ask if Code::Blocks supports using wxX11 to build Code::Blocks try "Help" Group at http://forums.next.codeblocks.org/index.php/board,1.0.html

After you confirm it does not support using wxX11 to build C::B and you wish to work on patches for Code::Blocks I suggest posting a new thread in the "Development" at http://forums.next.codeblocks.org/index.php/board,7.0.html

Tim S
C Programmer working to learn more about C++.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. [url="http://wiki.codeblocks.org"]http://wiki.codeblocks.org[/url]