Page 1 of 1

SOLVED: compiler doesn't compile

PostPosted: Tue Jan 11, 2011 1:32 pm
by udo.killermann
Bernd,

I get this error:
internalError.jpg
internalError.jpg (24.86 KiB) Viewed 2619 times


when I try to compile the following project (which I started from scratch):
compositionView.zip
(1.13 MiB) Downloaded 187 times


I had the same error with my original project after using "Compiler->clear project".

I have no clue where this is coming from.

Kind regards
Udo

Re: compiler doesn't compile

PostPosted: Tue Jan 11, 2011 2:07 pm
by udo.killermann
Bernd,

thinking about it, I get the impression this misbehaviour started after I upgraded to 10.6.6 (last weekend). Have you had the time to test the compiler with the latest OSX?

Regards
Udo

Re: compiler doesn't compile

PostPosted: Wed Jan 12, 2011 9:49 am
by udo.killermann
Bernd,

it seems the ObjB -> Objective-C processor in some cases doesn't produce the corresponding mm and h files any more. As I found out I can change in my existing projects the ObjB source within the IDE and build the application - but the intermediate files aren't updated at all. The time stamps and contents don't reflect the build process as it formerly did.

Regards
Udo

Re: compiler doesn't compile

PostPosted: Wed Jan 12, 2011 12:00 pm
by berndnoetscher
udo.killermann wrote:Bernd,

it seems the ObjB -> Objective-C processor in some cases doesn't produce the corresponding mm and h files any more. As I found out I can change in my existing projects the ObjB source within the IDE and build the application - but the intermediate files aren't updated at all. The time stamps and contents don't reflect the build process as it formerly did.

Regards
Udo


Udo,

there error is within the Objective-Basic compiler as it does not work with older snow leopard versions as well.
I suspect the declare part of your project troubles it. It will take some time to fix it as I have cold right now and need to rest. Sorry.

Re: compiler doesn't compile

PostPosted: Wed Jan 12, 2011 12:23 pm
by udo.killermann
Bernd,

thanks for your answer.

Get well soon.

Kind regards
Udo

Re: compiler doesn't compile

PostPosted: Mon Jan 17, 2011 1:19 pm
by berndnoetscher
Hallo Udo,

eine neue Version von Objb ist jetzt verfügbar.
Dein Beispiel wird jetzt ohne Fehler übersetzt. Danke für Deinen Hinweis.
Der Fehler im Compiler hatte u. a. mit Dim answer As Boolean(Yes) zu tun.

MfG
Bernd

Re: compiler doesn't compile

PostPosted: Mon Jan 17, 2011 7:49 pm
by udo.killermann
Bernd,

thanks for your answer. Where did you post the new version. The homepage still presents November's version.

Kind regards
Udo

Re: compiler doesn't compile

PostPosted: Tue Jan 18, 2011 9:33 am
by berndnoetscher
udo.killermann wrote:Bernd,

thanks for your answer. Where did you post the new version. The homepage still presents November's version.

Kind regards
Udo


The new version is there, just have not updated the date. sorry.

SOLVED: compiler doesn't compile

PostPosted: Wed Jan 19, 2011 8:02 am
by udo.killermann
Bernd,

thanks for your hint. The compiler now works as designed and my project runs as expected.

Thanks again
Udo

BTW: can you move this thread into the bugs section of the board?