Recent Posts

Pages: 1 2 3 4 5 6 [7] 8 9 10
61
Development / Re: Possible changes needed for 24.12 release
« Last post by stahta01 on November 20, 2024, 06:27:02 pm »
https://sourceforge.net/p/codeblocks/code/HEAD/tree/branches/release-24.12/src/build_tools/Info.plist
<key>CFBundleLongVersionString</key>
<string>CodeBlocks version 24.12 SVN revision 11954, (c) 2004-2024 Code::Blocks</string>


11954?  Maybe 13594?

62
Development / Possible changes needed for 24.12 release
« Last post by stahta01 on November 20, 2024, 06:18:01 pm »
Add 'clangd_client' to list of plugins in BUILD file; likely need other changes in this file. Something like it is not normally built.
Note: I am patching master/trunk branch. So, some of these may already have been done.

Code
Index: BUILD
===================================================================
--- BUILD (revision 13591)
+++ BUILD (working copy)
@@ -44,11 +44,11 @@
 "all,-help" compiles all contrib plugins except the help plugin
 By default, no contrib plugins are compiled
 Plugin names are:
-    AutoVersioning, BrowseTracker, byogames, Cccc, CppCheck, cbkoders, codesnippets, codestat,
-    copystrings, Cscope, DoxyBlocks, dragscroll, EditorConfig, EditorTweaks, envvars, FileManager,
-    headerfixup, help, hexeditor, incsearch, keybinder, libfinder, MouseSap, NassiShneiderman,
-    ProjectOptionsManipulator, profiler, regex, ReopenEditor, rndgen, exporter, symtab,
-    ThreadSearch, ToolsPlus, Valgrind, wxsmith, wxsmithcontrib,wxsmithaui
+    AutoVersioning, BrowseTracker, byogames, Cccc, CppCheck, cbkoders, clangd_client, codesnippets,
+    codestat, copystrings, Cscope, DoxyBlocks, dragscroll, EditorConfig, EditorTweaks, envvars,
+    FileManager, headerfixup, help, hexeditor, incsearch, keybinder, libfinder, MouseSap,
+    NassiShneiderman, ProjectOptionsManipulator, profiler, regex, ReopenEditor, rndgen, exporter,
+    symtab, ThreadSearch, ToolsPlus, Valgrind, wxsmith, wxsmithcontrib, wxsmithaui
 
 If the NassiShneiderman-plugin should be build, you might see this error, when you run configure:
 
63
Announcements / Re: successor of 20.03 available?
« Last post by Михаил Агарков on November 19, 2024, 06:39:54 pm »
Here's another confirmation of a 24.12 release.
64
Announcements / 24.12 branch was created
« Last post by Михаил Агарков on November 19, 2024, 04:28:02 pm »
The 24.12 branch was created, so it means December 2024.
65
Help / Re: No such file or directory "error not input file" Build filed 2 errors
« Last post by stahta01 on November 19, 2024, 03:40:06 am »
https://wiki.codeblocks.org/index.php?title=FAQ-Compiling_%28general%29#Q:_How_do_I_report_a_compilation_problem_on_the_forums.3F

Edit: For people with compiler errors, posting a full rebuild log in code tags is a good way to get useful feed back.
Having spaces or non ASCII characters in the path can cause compiler issues for some toolchains.

Tim S.
66
Help / Re: No such file or directory "error not input file" Build filed 2 errors
« Last post by stahta01 on November 18, 2024, 11:24:00 pm »
Hello, i have the same problem, by what i've read i have tried everything but still not fixed??
this is the build log:
g++.exe  -o bin\Release\yesier.exe obj\Release\main.o  -s 
g++.exe: error: obj\Release\main.o: No such file or directory
g++.exe: fatal error: no input files
compilation terminated.
Process terminated with status 1 (0 minute(s), 0 second(s))
2 error(s), 0 warning(s) (0 minute(s), 0 second(s))


So, since you tried everything there is no way I can help you.
Good luck and Good bye.
Reading the FAQs might help; but, you already did that!
You already tried building the project in a folder you have read/write permissions.

Tim S.
67
Help / Re: No such file or directory "error not input file" Build filed 2 errors
« Last post by codeblokuser on November 18, 2024, 09:53:13 pm »
Hello, i have the same problem, by what i've read i have tried everything but still not fixed??
this is the build log:
g++.exe  -o bin\Release\yesier.exe obj\Release\main.o  -s 
g++.exe: error: obj\Release\main.o: No such file or directory
g++.exe: fatal error: no input files
compilation terminated.
Process terminated with status 1 (0 minute(s), 0 second(s))
2 error(s), 0 warning(s) (0 minute(s), 0 second(s))
68
Nightly builds / Re: The 11 November 2024 build (13585) is out.
« Last post by wtfisgoingoff on November 18, 2024, 03:11:03 pm »
https://sourceforge.net/p/codeblocks/code/HEAD/tree/branches/release-24.12/src/build_tools/Info.plist
<key>CFBundleLongVersionString</key>
<string>CodeBlocks version 24.12 SVN revision 11954, (c) 2004-2024 Code::Blocks</string>


11954?  Maybe 13594?
69
There is a post here about installation of Smartwin in C::B. I would not copy the .a and .h files to the compiler directorybut add their location to the project search paths.

The library is downloadable from here, but it looks abandoned and MSVC only.
70
FYI: Code::Blocks (CB) includes a number of Wizards like the one for SmartWin; but, it does not include the compiler tools needed for many of them.

Tim S.
Pages: 1 2 3 4 5 6 [7] 8 9 10