Code::Blocks Forums

User forums => Help => Topic started by: Adri@n on February 16, 2011, 05:28:18 pm

Title: It seems that this file has not been built yet... Pascal gpc
Post by: Adri@n on February 16, 2011, 05:28:18 pm
Hello everyone!

I have Debian and i wan't write/compile/run my programs in Code::Blocks.
When i try compile, i get message:
Quote
It seems that this file has not been built yet.
Do you want to build it now?

I install GNU Pascal Compiler gpc-4.1. I change in Settings --> Compiler and Debbuger --> toolchain executables to gpc (and gpc-4.1 too, thats name of gpc in Debian), and don't work :(.
But, when i try run compiled program (write/compile in TurboPascal or FreePascal), it work's.

Can someone help me?

Sorry for my english :D

Greets
Title: Re: It seems that this file has not been built yet... Pascal gpc
Post by: oBFusCATed on February 16, 2011, 06:22:33 pm
Read this: http://wiki.codeblocks.org/index.php?title=FAQ#Q:_How_do_I_troubleshoot_an_compiler_problem.3F
Title: Re: It seems that this file has not been built yet... Pascal gpc
Post by: Adri@n on February 16, 2011, 07:37:06 pm
I do this, information is still show, program run (when i click No), but in console is:
Quote
sh: /filelocalization/program: not found

Process returned 127 (0x7F) execution time: 0,001 s
Press ENTER to continue.

And nothing more :(