Author Topic: URGENT - can't compile and codeblocks keep crashing on mac os lion  (Read 6236 times)

Offline darkmaster20

  • Single posting newcomer
  • *
  • Posts: 4
hi everyone,

i'm student new to programming i really like codeblocksand i have recently (yesterday) bought a mac os lion 10.7.3 with xcode 4.3.2 with command line and i've installed codeblocks 10.5, and when i compile a simple hello world project get this error:
""
Last login: Sat Apr 21 16:33:56 on ttys000
MacBook-Pro-de-user:~ username$ /Users/username/Documents/ALPRO 2012/olamundo/bin/Debug/olamundo
-bash: /Users/username/Documents/ALPRO: No such file or directory
MacBook-Pro-de-user:~ username$

""
and besides that the program keeps crashing if a close a project on the project managment window in codeblocks or simply close codeblocks!

i need this ASAP because i've have classes and projects to build!
please i really need help
thanks

Offline stahta01

  • Lives here!
  • ****
  • Posts: 7790
    • My Best Post
Re: URGENT - can't compile and codeblocks keep crashing on mac os lion
« Reply #1 on: April 21, 2012, 06:32:25 pm »
Try NOT using spaces or special characters in the project path.

Tim S.
C Programmer working to learn more about C++ and Git.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. http://wiki.codeblocks.org

Offline darkmaster20

  • Single posting newcomer
  • *
  • Posts: 4
Re: URGENT - can't compile and codeblocks keep crashing on mac os lion
« Reply #2 on: April 22, 2012, 02:35:36 am »
i already tried that! doesn't seems to be the problem! but thanks anyway

Offline stahta01

  • Lives here!
  • ****
  • Posts: 7790
    • My Best Post
Re: URGENT - can't compile and codeblocks keep crashing on mac os lion
« Reply #3 on: April 22, 2012, 09:46:22 am »
Without more info I know I can not help.

NOTE: The spaces was the problem in your original post; no idea what the current problem is now.

Tim S.
C Programmer working to learn more about C++ and Git.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. http://wiki.codeblocks.org

Offline darkmaster20

  • Single posting newcomer
  • *
  • Posts: 4
Re: URGENT - can't compile and codeblocks keep crashing on mac os lion
« Reply #4 on: April 23, 2012, 05:57:15 pm »
sorry, yes the first problem was indeed the spaces... i thought that wasn't any spaces but in the end there was one! tthe other problem is that the codeblocks crash everytime i close a project or close the codeblocks itself.... thanks for the help

Offline darkmaster20

  • Single posting newcomer
  • *
  • Posts: 4
Re: URGENT - can't compile and codeblocks keep crashing on mac os lion
« Reply #5 on: April 24, 2012, 12:25:34 am »
here is part of the error i get when i close a codeblocks project
"rocess:         CodeBlocks [4152]
Path:            /Applications/CodeBlocks.app/Contents/MacOS/CodeBlocks
Identifier:      org.codeblocks.app
Version:         10.05 (6282)
Code Type:       X86 (Native)
Parent Process:  launchd [119]

Date/Time:       2012-04-23 23:24:11.001 +0100
OS Version:      Mac OS X 10.7.3 (11D50d)
Report Version:  9

Interval Since Last Report:          114061 sec
Crashes Since Last Report:           19
Per-App Interval Since Last Report:  18074 sec
Per-App Crashes Since Last Report:   15
Anonymous UUID:                      4B8542F2-7762-4C7B-B0AB-4589D324BB7E

Crashed Thread:  0  Dispatch queue: com.apple.main-thread

Exception Type:  EXC_CRASH (SIGILL)
Exception Codes: 0x0000000000000000, 0x0000000000000000

Application Specific Information:
objc[4152]: garbage collection is OFF

Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0   com.apple.CoreGraphics           0x9801f253 aa_render_shape + 2614
1   libRIP.A.dylib                   0x9cc92ff6 ripr_Coverage + 1362
2   libRIP.A.dylib                   0x9cc90232 ripc_GetClipState + 3382
3   libRIP.A.dylib                   0x9cc8f1ac ripc_GetRenderingState + 177
4   libRIP.A.dylib                   0x9cc95b6f ripc_DrawPath + 139
"