Page 2 of 4

Re: Exemples do not run

PostPosted: Tue Mar 16, 2010 9:40 pm
by Slowdown
RzwoDzwo wrote:
RzwoDzwo wrote:hi r2d2

gcc is needed and it is in the following folder on my system.

/usr/bin/g++

The "env" command shows some path entries as well.
Maybe this is the problem.

Another try: open xcode, select new project and let's create a new project with some files and compile them with xcode. Does it work?

Where is xcode located on your Mac?

/Developer/Applications/Xcode.app


i did not posted this Reply, why is this Reply posted with my UserName? But, thanx anyway for the usefully informations, i will check it and tell you the result.

Thanks in advance.


You have to ask Bernd.
(must say reading your post was raising questions)

Re: Exemples do not run

PostPosted: Thu Mar 18, 2010 9:17 am
by berndnoetscher
Hi r2d2

any questions?

Still waiting for your answer.
If an example of Xcode compiles, the problem is in Objective-Basic, else you need some installation.
Again, it looks like you don't have installed all needed development tools of your Mac OS X installation.

Re: Exemples do not run

PostPosted: Thu Mar 18, 2010 10:58 am
by RzwoDzwo
Hi berndnoetscher,

you don't need to wait, i already reply your question. Anyway, i installed repeatedly xcode, in vain. Which development tools do i need exactly, just xCode, or someone other too?

Re: Exemples do not run

PostPosted: Thu Mar 18, 2010 8:24 pm
by berndnoetscher
RzwoDzwo wrote:Hi berndnoetscher,

you don't need to wait, i already reply your question. Anyway, i installed repeatedly xcode, in vain. Which development tools do i need exactly, just xCode, or someone other too?


Could you please open the Mac OS X application Terminal.app and type "env"?
Is there any entry (PATH) set to "/usr/bin"?

I guess it is not and therefore g++ fails.

Re: Exemples do not run

PostPosted: Thu Mar 18, 2010 8:48 pm
by RzwoDzwo
Last login: Thu Mar 18 18:43:50 on console
******************s-MacBook:~ ****************$ env
TERM_PROGRAM=Apple_Terminal
TERM=xterm-color
SHELL=/bin/bash
TMPDIR=/var/folders/oK/oKUcVSu2FVOZr5xvH8cZ6++++TI/-Tmp-/
Apple_PubSub_Socket_Render=/tmp/launch-5c7dCI/Render
TERM_PROGRAM_VERSION=272
USER=****************
COMMAND_MODE=unix2003
SSH_AUTH_SOCK=/tmp/launch-PRIjlL/Listeners
__CF_USER_TEXT_ENCODING=0x1F5:0:3
PATH=/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11/bin
PWD=/Users/**********************
LANG=de_DE.UTF-8
SHLVL=1
HOME=/Users/************************
LOGNAME=**********************
_=/usr/bin/env
*******************s-MacBook:~ *************************$

Re: Exemples do not run

PostPosted: Fri Mar 19, 2010 9:17 am
by berndnoetscher
Thanks for your reply. As the output shows that the path to g++ is set, I guess the problem is running g++ without path (somehow the path is not working with objb on your mac). I will fix it and will upload a new version this evening.

Re: Exemples do not run

PostPosted: Fri Mar 19, 2010 9:11 pm
by berndnoetscher
berndnoetscher wrote:Thanks for your reply. As the output shows that the path to g++ is set, I guess the problem is running g++ without path (somehow the path is not working with objb on your mac). I will fix it and will upload a new version this evening.


Just did upload the new version. Please try it.

Re: Exemples do not run

PostPosted: Fri Mar 19, 2010 11:50 pm
by RzwoDzwo
berndnoetscher wrote:Just did upload the new version. Please try it.


Where did You upload it?

Re: Exemples do not run

PostPosted: Sat Mar 20, 2010 7:11 am
by Slowdown
http://www.objective-basic.com
Bernd didn't change the description but is is released on march 19
@Bernd,
There is a big difference between the file size of this one compared to the one of Feb. 24
Is this correct ?
Will install it today.

Re: Exemples do not run

PostPosted: Sat Mar 20, 2010 10:22 am
by berndnoetscher
Slowdown wrote:http://www.objective-basic.com
Bernd didn't change the description but is is released on march 19
@Bernd,
There is a big difference between the file size of this one compared to the one of Feb. 24
Is this correct ?
Will install it today.


Correct, last time I forgot to remove compiled examples from the package.