User forums > Using Code::Blocks

IDE error: why double click, on error list, don't go to the line?

<< < (5/7) > >>

cambalinho:
why all config data, registry or\and others aren't deleted on uninstall?
or, at least, a reset button\option for help more
doing these will help the user
i uninstall it and delete that folder, but no success :(

stahta01:
Please post a full re-build log so we can find out what your build path is?
Edit: Add link to directions: https://wiki.codeblocks.org/index.php?title=FAQ-Compiling_%28general%29#Q:_How_do_I_report_a_compilation_problem_on_the_forums.3F

You have yet to tell us if it has spaces or special chars in it.

Tim S.

cambalinho:
so i did an empty project for share:

--- Code: ---#include <iostream>

using namespace std;

int main()
{
    cout << "hello world" // error no ';'
    return 0;
}

--- End code ---
on 'Logs & others' Window:
'Build Log' tab:

--- Quote ----------------- Clean: Debug in testefg (compiler: GNU GCC Compiler)---------------

Cleaned "testefg - Debug"

-------------- Build: Debug in testefg (compiler: GNU GCC Compiler)---------------

g++.exe -Wall -g  -c "C:\Users\Camba\Documents\Documentos de Programacao, Matematica e Fisica\CodeBlocks\testefg\Untitled1.cpp" -o obj\Debug\Untitled1.o
g++.exe  -o bin\Debug\testefg.exe obj\Debug\Untitled1.o   
C:\Users\Camba\Documents\Documentos de Programacao, Matematica e Fisica\CodeBlocks\testefg\Untitled1.cpp: In function 'int main()':
C:\Users\Camba\Documents\Documentos de Programacao, Matematica e Fisica\CodeBlocks\testefg\Untitled1.cpp:7:26: error: expected ';' before 'return'
     cout << "hello world"
                          ^
                          ;
     return 0;
     ~~~~~~               
Process terminated with status 1 (0 minute(s), 0 second(s))
1 error(s), 0 warning(s) (0 minute(s), 0 second(s))
 

--- End quote ---

on 'Build Messages' tab:

--- Quote ---||=== Build: Debug in testefg (compiler: GNU GCC Compiler) ===|
 Matematica e Fisica\CodeBlocks\testefg\Untitled1.cpp||In function 'int main()':|
 Matematica e Fisica\CodeBlocks\testefg\Untitled1.cpp|7|error: expected ';' before 'return'|
||=== Build failed: 1 error(s), 0 warning(s) (0 minute(s), 0 second(s)) ===|

--- End quote ---
i just write normal and no copy paste.... no special chars in it.

cambalinho:
i'm sorry, when you said 'has spaces or special chars in it.' do you mean folder name or something?

cambalinho:
tested!!!!
the problem is:
- we can't use spaces on special characters on folders names... and maybe on project files names too.
thank you so much for to all... thank
maybe, in future, the problem can be fixed ;)
new project on a different folder name:

--- Quote ---||=== Build: Debug in testefg (compiler: GNU GCC Compiler) ===|
C:\Users\Camba\Documents\teste\Untitled2.cpp||In function 'int main()':|
C:\Users\Camba\Documents\teste\Untitled2.cpp|7|error: expected ';' before '}' token|
||=== Build failed: 1 error(s), 0 warning(s) (0 minute(s), 0 second(s)) ===|

--- End quote ---

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version