[Bug 495136] Re: the objective c compiler crashed....after i did a make on my project.

2016-01-24 Thread dino99
This version is outdated and no more supported ** Changed in: gcc-4.4 (Ubuntu) Status: Confirmed => Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/495136 Title: the objective c

[Bug 495136] Re: the objective c compiler crashed....after i did a make on my project.

2009-12-29 Thread Matthias Klose
well, read at least the messages from the compiler: $ gcc -O2 -fPIC -c Locatable.mi DataCenter/Locatable.m:4: error: expected ')' before 'location' DataCenter/Locatable.m:4: error: expected identifier before '{' token DataCenter/Locatable.m:4: confused by earlier errors, bailing out ** Changed

[Bug 495136] Re: the objective c compiler crashed....after i did a make on my project.

2009-12-29 Thread Brock Erwin
Yes, I did read that. I have since fixed my code and continued development. I have noticed that the gcc-objc compiler often crashes when it tries to compile code that is syntactically incorrect. These errors are usually obvious and easy to fix, however, it seems like the expected behavior would

[Bug 495136] Re: the objective c compiler crashed....after i did a make on my project.

2009-12-10 Thread Brock Erwin
** Attachment added: Dependencies.txt http://launchpadlibrarian.net/36664508/Dependencies.txt ** Attachment added: PreprocessedSource.txt http://launchpadlibrarian.net/36664509/PreprocessedSource.txt ** Attachment added: XsessionErrors.txt

[Bug 495136] Re: the objective c compiler crashed....after i did a make on my project.

2009-12-10 Thread Brock Erwin
** Attachment added: gcc said: Preprocessed source stored into /tmp/ccy06m4t.out file, please attach this to your bugreport. Thus i am attaching it! http://launchpadlibrarian.net/36664833/ccy06m4t.out -- the objective c compiler crashedafter i did a make on my project.