User forums > Nightly builds
The 21 november 2006 build is out.
SharkCZ:
This nightly build will be available soon in Fedora Extras for Fedora Core 5, 6 and Development.
cstudent:
Ubuntu 6.10 (Edgy) build here.
Get 6.06 (Dapper) build from link in first post by killerbot.
Edit: Pulled the 6.10 file from the site. Several errors when opening CB of not finding a zip file that contains images and the start page, etc. I would assume the 6.06 build is doing the same thing. Errors logged below:
06:45:54 AM: Can't load image from file '/usr/local/share/codeblocks/images/edit_16x16.png': file does not exist.
06:45:54 AM: Can't load image from file '/usr/local/share/codeblocks/images/contents_16x16.png': file does not exist.
06:45:54 AM: Can't load image from file '/usr/local/share/codeblocks/images/file.png': file does not exist.
06:45:54 AM: Can't load image from file '/usr/local/share/codeblocks/images/file-missing.png': file does not exist.
06:45:54 AM: Can't load image from file '/usr/local/share/codeblocks/images/file-modified.png': file does not exist.
06:45:54 AM: Can't load image from file '/usr/local/share/codeblocks/images/file-readonly.png': file does not exist.
06:45:54 AM: Can't load image from file '/usr/local/share/codeblocks/images/rc-file-added.png': file does not exist.
06:45:54 AM: Can't load image from file '/usr/local/share/codeblocks/images/rc-file-conflict.png': file does not exist.
06:45:54 AM: Can't load image from file '/usr/local/share/codeblocks/images/rc-file-missing.png': file does not exist.
06:45:54 AM: Can't load image from file '/usr/local/share/codeblocks/images/rc-file-modified.png': file does not exist.
06:45:54 AM: Can't load image from file '/usr/local/share/codeblocks/images/rc-file-outofdate.png': file does not exist.
06:45:54 AM: Can't load image from file '/usr/local/share/codeblocks/images/rc-file-uptodate.png': file does not exist.
06:45:54 AM: Can't load image from file '/usr/local/share/codeblocks/images/rc-file-requireslock.png': file does not exist.
06:45:54 AM: Can't load image from file '/usr/local/share/codeblocks/images/rc-file-external.png': file does not exist.
06:45:54 AM: Can't load image from file '/usr/local/share/codeblocks/images/rc-file-gotlock.png': file does not exist.
06:45:54 AM: Can't load image from file '/usr/local/share/codeblocks/images/rc-file-lockstolen.png': file does not exist.
06:45:54 AM: Can't load image from file '/usr/local/share/codeblocks/images/rc-file-mismatch.png': file does not exist.
06:45:54 AM: Can't load image from file '/usr/local/share/codeblocks/images/rc-file-noncontrolled.png': file does not exist.
06:45:54 AM: Can't load image from file '/usr/local/share/codeblocks/images/gohome.png': file does not exist.
06:45:54 AM: Can't load image from file '/usr/local/share/codeblocks/images/codeblocks.png': file does not exist.
06:45:54 AM: Can't load image from file '/usr/local/share/codeblocks/images/folder_open.png': file does not exist.
06:45:54 AM: Can't load image from file '/usr/local/share/codeblocks/images/vfolder_open.png': file does not exist.
06:45:54 AM: Cannot load resources from file '/usr/local/share/codeblocks/resources.zip#zip:main_menu.xrc'.
06:45:54 AM: Cannot load resources from file '/usr/local/share/codeblocks/resources.zip#zip:main_menu.xrc'.
06:45:54 AM: Can't load image from file '/usr/local/share/codeblocks/images/folder_open.png': file does not exist.
06:45:54 AM: Can't load image from file '/usr/local/share/codeblocks/images/ascii.png': file does not exist.
06:45:54 AM: Can't load image from file '/usr/local/share/codeblocks/images/modified_file.png': file does not exist.
06:45:54 AM: Can't load image from file '/usr/local/share/codeblocks/images/16x16/filefind.png': file does not exist.
06:45:54 AM: Cannot load resources from file '/usr/local/share/codeblocks/resources.zip#zip:main_menu.xrc'.
06:45:54 AM: Cannot load resources from file '/usr/local/share/codeblocks/resources.zip#zip:main_menu.xrc'.
Unable to open requested HTML document: /usr/local/share/codeblocks/start_here.zip#zip:start_here.html
When I try to open plugins menu:
06:48:33 AM: Cannot load resources from file '/usr/local/share/codeblocks/resources.zip#zip:main_menu.xrc'.
06:48:33 AM: XRC resource 'dlgConfigurePlugins' (class 'wxDialog') not found!
MortenMacFly:
--- Quote from: vdumont on November 21, 2006, 08:29:23 pm ---If I have a C project, and have a struct, let's say: [...]
--- End quote ---
...it works if you implement it this way:
--- Code: ---struct Flex
{
char *text;
struct Flex *next;
};
typedef struct Flex Flex;
--- End code ---
With regards, Morten.
gjsmo:
--- Quote from: vdumont on November 21, 2006, 08:29:23 pm ---If I have a C project, and have a struct, let's say:
--- Code: ---typedef struct Flex
{
char *text;
struct Flex *next;
} Flexion;
--- End code ---
If I use that structure somewhere
Like:
--- Code: ---Flexion f
f.
--- End code ---
Is the code-completion feature supposed to list me the members of that structure when I type the dot after 'f' ?
--- End quote ---
Yes, but only if you have saved the file containing the code for your structure.
EDIT:Check your code completion settings, too. On my system (WinXP,svn build 3253) the default is to start code completion after I type 4 letters.
vdumont:
Thanks Morten, it works.
Still got to figure out how to stop getting the fullscreen console
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version