User forums > General (but related to Code::Blocks)

Can't type curly brackets

<< < (3/5) > >>

the_incredible_frank:

--- Quote from: oBFusCATed on March 05, 2019, 08:53:18 am ---From the image it seems that braces should be typed with alt-gr key. Is this what doesn't work? Does any other alt-gr key work?

--- End quote ---

Yes, AltGr+1st key to the right of "P" key doesn't works and AltGr+2nd key to the right of "L" key doesn't works too.

All AltGr+key works fine except { and [

the_incredible_frank:

--- Quote from: oBFusCATed on March 05, 2019, 08:47:43 am ---What happens if you tries some of the night builds provided recently?

--- End quote ---
I've just installed the 09 February 2019 build (11562) night build and now I can type [ and {.

Thank you very much.

the_incredible_frank:
Everything is OK and I can type [ and {.

I can build my C project (console application) with 0 errors and 0 warnings but when I try to run it I have some problems.

Build log:
-------------- Run: Debug in TestApp (compiler: GNU GCC Compiler)---------------

Checking for existence: /Users/francisco/code/C/TestApp/bin/Debug/TestApp
Set variable: DYLD_LIBRARY_PATH=.:
Executing: osascript -e 'tell app "Terminal"' -e 'activate' -e 'do script quoted form of "/Applications/CodeBlocks.app/Contents/MacOS/cb_console_runner DYLD_LIBRARY_PATH=$DYLD_LIBRARY_PATH:. /Users/francisco/code/C/TestApp/bin/Debug/TestApp "' -e 'end tell'  (in /Users/francisco/code/C/TestApp/.)
Process terminated with status 0 (0 minute(s), 2 second(s))

Terminal window:
Last login: Tue Mar  5 14:06:39 on ttys000
'/Applications/CodeBlocks.app/Contents/MacOS/cb_console_runner DYLD_LIBRARY_PATH=$DYLD_LIBRARY_PATH:. /Users/francisco/code/C/TestApp/bin/Debug/TestApp '
AirdeFrancisco:~ francisco$ '/Applications/CodeBlocks.app/Contents/MacOS/cb_console_runner DYLD_LIBRARY_PATH=$DYLD_LIBRARY_PATH:. /Users/francisco/code/C/TestApp/bin/Debug/TestApp '
-bash: /Applications/CodeBlocks.app/Contents/MacOS/cb_console_runner DYLD_LIBRARY_PATH=$DYLD_LIBRARY_PATH:. /Users/francisco/code/C/TestApp/bin/Debug/TestApp : No such file or directory

I think it's because Debugger executable path is empty.

BlueHazzard:
Are you hitting the red (debug) or the green (run) arrow?
If you hit the green arrow the debugger does not matter.
Can you runt the compiled program from the command line?
There seems to be some new mac people around here in the forum, maybe they can help you...

the_incredible_frank:

--- Quote from: BlueHazzard on March 06, 2019, 08:51:00 pm ---Are you hitting the red (debug) or the green (run) arrow?
If you hit the green arrow the debugger does not matter.
Can you runt the compiled program from the command line?
There seems to be some new mac people around here in the forum, maybe they can help you...

--- End quote ---
I use Build >> Run.
The compiled program doesn't run but it's created in bin>debug ant it runs perfectly.

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version