Re: [fpc-pascal] make: -iVSPTPSOTO: Command not found

2013-01-15 Thread Marco van de Voort
In our previous episode, Tomas Hajny said: > > make[2]: *** [installbase] Error 2 > > make[2]: Leaving directory `/home/erickom/fpcbuild/fpcsrc' > > make[1]: *** [installbase] Error 2 > > make[1]: Leaving directory `/home/erickom/fpcbuild' > > make: *** [install] Error 2 > > > > missing command fp

Re: [fpc-pascal] make: -iVSPTPSOTO: Command not found

2013-01-15 Thread Tomas Hajny
On 15 Jan 13, at 18:58, Eric Kom wrote: > On 15/01/2013 17:40, Mark Morgan Lloyd wrote: > > Mark Morgan Lloyd wrote: > > > >>> runnable fpc, you mean fpc-2.6.0 installed? > export PP=/usr/local/bin/ppc386 > make OPT='-O- -gl -Xs-' all > > > > Apologies for my poor threading here, but a me

Re: [fpc-pascal] make: -iVSPTPSOTO: Command not found

2013-01-15 Thread Jonas Maebe
On 15 Jan 2013, at 18:55, Eric Kom wrote: > On 15/01/2013 19:06, Jonas Maebe wrote: >> >> On 15 Jan 2013, at 17:58, Eric Kom wrote: >> >>> it failed again during make install: >> >> Please install the latest official release (as I recommended earlier on) >> rather than using only a bootstrap

Re: [fpc-pascal] make: -iVSPTPSOTO: Command not found

2013-01-15 Thread Eric Kom
On 15/01/2013 19:06, Jonas Maebe wrote: On 15 Jan 2013, at 17:58, Eric Kom wrote: it failed again during make install: Please install the latest official release (as I recommended earlier on) rather than using only a bootstrap compiler, then it will work fine. having another release of fp

Re: [fpc-pascal] make: -iVSPTPSOTO: Command not found

2013-01-15 Thread Geoffray Levasseur-Brandin
Hi all, I've made a little script to make and install FPC in a subdirectory with the standard hierarchy on Unixes and that runs quite good even if fpc is not yet installed... Maybe this can help! Anyway, you've got it joined. Just copy it to your fpc source dir, run it that way : PREFIX="opt

Re: [fpc-pascal] make: -iVSPTPSOTO: Command not found

2013-01-15 Thread Jonas Maebe
On 15 Jan 2013, at 18:30, Mark Morgan Lloyd wrote: > Eric Kom wrote: > >> the build process went successful. >> it failed again during make install: > .. >> missing command fpcmake > > su, set and export PP, try again. That will have no effect at all. Jonas___

Re: [fpc-pascal] make: -iVSPTPSOTO: Command not found

2013-01-15 Thread Mark Morgan Lloyd
Eric Kom wrote: On 15/01/2013 17:40, Mark Morgan Lloyd wrote: Mark Morgan Lloyd wrote: runnable fpc, you mean fpc-2.6.0 installed? export PP=/usr/local/bin/ppc386 make OPT='-O- -gl -Xs-' all Apologies for my poor threading here, but a message got lost in the spam trap. > >>

Re: [fpc-pascal] make: -iVSPTPSOTO: Command not found

2013-01-15 Thread Jonas Maebe
On 15 Jan 2013, at 17:58, Eric Kom wrote: > it failed again during make install: Please install the latest official release (as I recommended earlier on) rather than using only a bootstrap compiler, then it will work fine. Jonas___ fpc-pascal mailli

Re: [fpc-pascal] make: -iVSPTPSOTO: Command not found

2013-01-15 Thread Eric Kom
On 15/01/2013 17:40, Mark Morgan Lloyd wrote: Mark Morgan Lloyd wrote: runnable fpc, you mean fpc-2.6.0 installed? export PP=/usr/local/bin/ppc386 make OPT='-O- -gl -Xs-' all Apologies for my poor threading here, but a message got lost in the spam trap. > >>

[fpc-pascal] Re: fpsystem output

2013-01-15 Thread leledumbo
Crt installs its own driver to control the screen buffer (and it has to be done, no way to escape). You can create your own by using Video unit: http://www.freepascal.org/docs-html/rtl/video/index.html -- View this message in context: http://free-pascal-general.1045716.n5.nabble.com/fpsystem-ou

Re: [fpc-pascal] make: -iVSPTPSOTO: Command not found

2013-01-15 Thread Mark Morgan Lloyd
Mark Morgan Lloyd wrote: runnable fpc, you mean fpc-2.6.0 installed? export PP=/usr/local/bin/ppc386 make OPT='-O- -gl -Xs-' all Apologies for my poor threading here, but a message got lost in the spam trap. > >> . >Thanks for the

Re: [fpc-pascal] make: -iVSPTPSOTO: Command not found

2013-01-15 Thread Eric Kom
On 15/01/2013 16:23, Jonas Maebe wrote: On 15 Jan 2013, at 14:14, Tomas Hajny wrote: Well, this last statement is probably worth a slight extension - in general, the three basic options for getting the starting compiler binary are: [...] 2) Get a bootstrap compiler binary for your platform (

Re: [fpc-pascal] make: -iVSPTPSOTO: Command not found

2013-01-15 Thread Jonas Maebe
On 15 Jan 2013, at 14:14, Tomas Hajny wrote: Well, this last statement is probably worth a slight extension - in general, the three basic options for getting the starting compiler binary are: [...] 2) Get a bootstrap compiler binary for your platform (e.g. ftp://ftp.freepascal.org/pub/fpc/

Re: [fpc-pascal] make: -iVSPTPSOTO: Command not found

2013-01-15 Thread Tomas Hajny
On Tue, January 15, 2013 13:12, Mark Morgan Lloyd wrote: > Eric Kom wrote: >> On 15/01/2013 13:50, Mark Morgan Lloyd wrote: >>> Eric Kom wrote: On 15/01/2013 12:48, Mark Morgan Lloyd wrote: > Eric Kom wrote: >> Good day, >> >> After tried to build the fpcbuild.zip version, by e

Re: [fpc-pascal] fpsystem output

2013-01-15 Thread Jonas Maebe
On 15 Jan 2013, at 13:48, Rainer Stratmann wrote: This is one thing. Another thing are the error messages from freepascal which behave the same then. And other output messages (for example dhcp service programs). Use TProcess to execute external programs and capture their output. You can

Re: [fpc-pascal] fpsystem output

2013-01-15 Thread Michael Van Canneyt
On Tue, 15 Jan 2013, Rainer Stratmann wrote: Am Tuesday 15 January 2013 13:41:19 schrieb Mark Morgan Lloyd: Rainer Stratmann wrote: in order to do it's magic, CRT must control the terminal. Are there alternative ways to write something on the screen and to clear the screen? For example wit

Re: [fpc-pascal] fpsystem output

2013-01-15 Thread Rainer Stratmann
Am Tuesday 15 January 2013 13:41:19 schrieb Mark Morgan Lloyd: > Rainer Stratmann wrote: > >> in order to do it's magic, CRT must control the terminal. > > > > Are there alternative ways to write something on the screen and to clear > > the screen? > > For example with unit system? > > In the gener

Re: [fpc-pascal] fpsystem output

2013-01-15 Thread Michael Van Canneyt
On Tue, 15 Jan 2013, Rainer Stratmann wrote: Am Tuesday 15 January 2013 13:25:08 schrieb Michael Van Canneyt: On Tue, 15 Jan 2013, Rainer Stratmann wrote: Am Tuesday 15 January 2013 08:57:58 schrieb Michael Van Canneyt: On Mon, 14 Jan 2013, Rainer Stratmann wrote: When calling for example

Re: [fpc-pascal] fpsystem output

2013-01-15 Thread Mark Morgan Lloyd
Rainer Stratmann wrote: in order to do it's magic, CRT must control the terminal. Are there alternative ways to write something on the screen and to clear the screen? For example with unit system? In the general case, that's going to be terminal-specific. If you only want stdout (and/or s

Re: [fpc-pascal] fpsystem output

2013-01-15 Thread Rainer Stratmann
Am Tuesday 15 January 2013 13:25:08 schrieb Michael Van Canneyt: > On Tue, 15 Jan 2013, Rainer Stratmann wrote: > > Am Tuesday 15 January 2013 08:57:58 schrieb Michael Van Canneyt: > >> On Mon, 14 Jan 2013, Rainer Stratmann wrote: > >>> When calling for example fpsystem( 'cat /proc/partitions' ); >

Re: [fpc-pascal] fpsystem output

2013-01-15 Thread Michael Van Canneyt
On Tue, 15 Jan 2013, Rainer Stratmann wrote: Am Tuesday 15 January 2013 08:57:58 schrieb Michael Van Canneyt: On Mon, 14 Jan 2013, Rainer Stratmann wrote: When calling for example fpsystem( 'cat /proc/partitions' ); the lines are not beginning at the 1st character of the next line Instead o

Re: [fpc-pascal] make: -iVSPTPSOTO: Command not found

2013-01-15 Thread Mark Morgan Lloyd
Eric Kom wrote: On 15/01/2013 13:50, Mark Morgan Lloyd wrote: Eric Kom wrote: On 15/01/2013 12:48, Mark Morgan Lloyd wrote: Eric Kom wrote: Good day, After tried to build the fpcbuild.zip version, by executing the commad make build or make, I received the following error message: make: -iV

Re: [fpc-pascal] fpsystem output

2013-01-15 Thread Rainer Stratmann
Am Tuesday 15 January 2013 08:57:58 schrieb Michael Van Canneyt: > On Mon, 14 Jan 2013, Rainer Stratmann wrote: > > When calling for example fpsystem( 'cat /proc/partitions' ); > > the lines are not beginning at the 1st character of the next line > > > > Instead of > > Line1 > > Line2 > > Line3 > >

Re: [fpc-pascal] make: -iVSPTPSOTO: Command not found

2013-01-15 Thread Eric Kom
On 15/01/2013 13:50, Mark Morgan Lloyd wrote: Eric Kom wrote: On 15/01/2013 12:48, Mark Morgan Lloyd wrote: Eric Kom wrote: Good day, After tried to build the fpcbuild.zip version, by executing the commad make build or make, I received the following error message: make: -iVSPTPSOTO: Command

Re: [fpc-pascal] make: -iVSPTPSOTO: Command not found

2013-01-15 Thread Mark Morgan Lloyd
Eric Kom wrote: On 15/01/2013 12:48, Mark Morgan Lloyd wrote: Eric Kom wrote: Good day, After tried to build the fpcbuild.zip version, by executing the commad make build or make, I received the following error message: make: -iVSPTPSOTO: Command not found Please how can I fix it? You've

Re: [fpc-pascal] make: -iVSPTPSOTO: Command not found

2013-01-15 Thread Eric Kom
On 15/01/2013 12:48, Mark Morgan Lloyd wrote: Eric Kom wrote: Good day, After tried to build the fpcbuild.zip version, by executing the commad make build or make, I received the following error message: make: -iVSPTPSOTO: Command not found Please how can I fix it? You've probably not got

Re: [fpc-pascal] fpsystem output

2013-01-15 Thread Mark Morgan Lloyd
Rainer Stratmann wrote: When calling for example fpsystem( 'cat /proc/partitions' ); the lines are not beginning at the 1st character of the next line Instead of Line1 Line2 Line3 like in the Linux shell The output is: Line1 Line2 Line3 and so on What is the reason? You've n

Re: [fpc-pascal] make: -iVSPTPSOTO: Command not found

2013-01-15 Thread Mark Morgan Lloyd
Eric Kom wrote: Good day, After tried to build the fpcbuild.zip version, by executing the commad make build or make, I received the following error message: make: -iVSPTPSOTO: Command not found Please how can I fix it? You've probably not got a runnable fpc binary. Please remember to tell

Re: [fpc-pascal] make: -iVSPTPSOTO: Command not found

2013-01-15 Thread Jonas Maebe
On 15 Jan 2013, at 06:37, Eric Kom wrote: After tried to build the fpcbuild.zip version, by executing the commad make build or make, I received the following error message: make: -iVSPTPSOTO: Command not found Please how can I fix it? You first have to install the latest (binary) release

[fpc-pascal] make: -iVSPTPSOTO: Command not found

2013-01-15 Thread Eric Kom
Good day, After tried to build the fpcbuild.zip version, by executing the commad make build or make, I received the following error message: make: -iVSPTPSOTO: Command not found Please how can I fix it? -- Kind Regards Eric Kom System Administrator & Programmer - Metropolitan College