User forums > Nightly builds

The 17 January 2007 build is out.

<< < (5/6) > >>

cstudent:

--- Quote from: mareq on January 18, 2007, 01:58:04 pm ---This server is pretty slow, is it possible to upload this version also on berlios (in the annoucement of new versions, there could be two ubuntu links) :)?

--- End quote ---

That would be up to Killerbot and/or Mandrav. Maybe a better solution is to use the more "generic" deb that runs on both Dapper and Edgy and just change the name to CB_date_rev_Ubuntu6.XX.deb.

The main reason I build the two separate versions the way I do is because it gives the closes equivalent to a "built from source" install on each Ubuntu OS. But I don't think there is any significant advantage to using the Edgy specific deb over the Dapper deb.

Jordar:
<Problem with Compiler using absolute source filenames>

Hi,  I have been using the dos compiler DJGPP with Codeblocks for well over a year now.  However the latest build will not work for me due to the fact that the compiler is now being forced to use absolute filenames.  I am hazy on the specifics but I know that when windows calls the Dos-16 executable GCC.exe that it only allows a certain number of characters on the command line.  This latest build forces the call with well over the maximum number of characters. 

Here is an examples of a previous (relative) path call:

cmd /c gcc.exe -march=pentium2 -D_DJGPP  -IC:\djgpp\include  -c TIMERS.cpp -o DJ_Rel\TIMERS.o

This calls succeeds.

But with the new (absolute) calls it looks like this:
cmd /c gcc.exe -march=pentium2 -D_DJGPP  -IC:\djgpp\include  -c C:projects\foo\TIMERS.cpp -o DJ_Rel\TIMERS.o

The output says "could not execute specified file"

Can we please make the relative/absolute path names a project option?  Otherwise I am going to have to start keeping all of my source in the root directory :(   Does anyone know of a workaround?

thanks for your time,
Jordar

joubertdj:
Which version of DJGPP are you using and OS?

[EDIT] Dos-16 Executable hey :) (James) The newer versions of GCC from http://www.delorie.com/djgpp/
[EDIT] is not 16-Bit based

killerbot:
could you check if with the above suggestion you can make it work again.

In case we need the option, I would not put it on the project level. Since it is a workaround for GDB, I think it's better to put in on the compiler level (advanced option), because when you are using compilers which create code that will not be hand over to GDB than this workaround is just overhead.

Let me think a little bit more about it, maybe I'll add the option at compiler level anyway ...

jsibarani:
Codeblocks under Slackware 11 with wxGTK 2.8.0 compiled OK.
When i want to create a new wxWidgets project via the wizard, CB always give me an Error Dialog.
The same thing happened when i create new c/c++ source file.



However there was compile error when compiling wxSmith
The error was:
-------------------------------------------------------------------------------------------------------------------------------------------
 g++ -DHAVE_CONFIG_H -I. -I../../../../../../src/plugins/contrib/wxSmith/defwidgets -I../../../../../src/sdk -I/usr/lib/wx/include/gtk2-unicode-release-2.8 -I/usr/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_LARGEFILE_SOURCE=1 -D__WXGTK__ -pthread -I../../../../../../src/sdk -I../../../../../../src/sdk/wxscintilla/include -I../../../../../../src/sdk/propgrid/include -O2 -ffast-math -g -O2 -DCB_PRECOMP -Winvalid-pch -fPIC -DPIC -MT wxslistbook.lo -MD -MP -MF .deps/wxslistbook.Tpo -c ../../../../../../src/plugins/contrib/wxSmith/defwidgets/wxslistbook.cpp  -fPIC -DPIC -o .libs/wxslistbook.o
../../../../../../src/plugins/contrib/wxSmith/defwidgets/wxslistbook.cpp: In member function `virtual void wxsListbook::PreviewMouseEvent(wxMouseEvent&)':
/usr/include/wx-2.8/wx/listbook.h:94: error: `virtual int wxListbook::HitTest(const wxPoint&, long int*) const' is protected
../../../../../../src/plugins/contrib/wxSmith/defwidgets/wxslistbook.cpp:207: error: within this context
make[6]: *** [wxslistbook.lo] Error 1
-----------------------------------------------------------------------------------------------------------------------------


Thanks

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version