[fpc-pascal] TEXT MODE IDE WAS NOT RUN UNDER FEDORA CORE 5 !!!
These my freepascal RPMs files installed on my FC5 laptop;fpc-2.0.2-4.fc5.i386.rpmfpc-doc-2.0.2-4.fc5.i386.rpmfpc-src-2.0.2-4.fc5.i386.rpmeverything is ok during install process using rpm -ivh ...but when i hit fp on my terminal (including Linux Console), there's nothing progress running. Just my blinking cursor waiting for something, what goes wrong?? And then i try to linux full text mode console using CTRL-ALT-F1, login and hit fp again, there's the same one. Thanks to all pascalholic Do you Yahoo!? Everyone is raving about the all-new Yahoo! Mail Beta.___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal
Re: [fpc-pascal] TEXT MODE IDE WAS NOT RUN UNDER FEDORA CORE 5 !!!
On Sun, 16 Jul 2006, Andi Purwito wrote: These my freepascal RPMs files installed on my FC5 laptop; fpc-2.0.2-4.fc5.i386.rpm fpc-doc-2.0.2-4.fc5.i386.rpm fpc-src-2.0.2-4.fc5.i386.rpm everything is ok during install process using rpm -ivh ... but when i hit fp on my terminal (including Linux Console), there's nothing progress running. Just my blinking cursor waiting for something, what goes wrong?? And then i try to linux full text mode console using CTRL-ALT-F1, login and hit fp again, there's the same one. Thanks to all pascalholic This problem was known and has been solved. We're about to release 2.0.4. You can download RC1 from the FTP site, and test using that. Michael. ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal
Re: [fpc-pascal] TEXT MODE IDE WAS NOT RUN UNDER FEDORA CORE 5 !!!
Michael Van Canneyt wrote: > On Sun, 16 Jul 2006, Andi Purwito wrote: > >> These my freepascal RPMs files installed on my FC5 laptop; >> fpc-2.0.2-4.fc5.i386.rpm >> fpc-doc-2.0.2-4.fc5.i386.rpm >> fpc-src-2.0.2-4.fc5.i386.rpm >> everything is ok during install process using rpm -ivh ... >> but when i hit fp on my terminal (including Linux Console), >> there's nothing progress running. Just my blinking cursor waiting >> for something, what goes wrong?? And then i try to linux full text >> mode console using CTRL-ALT-F1, login and hit fp again, there's the >> same one. Thanks to all pascalholic > > This problem was known and has been solved. We're about to release 2.0.4. > You can download RC1 from the FTP site, and test using that. Better wait for RC2 (will be uploaded in next few days). Tomas ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal
[fpc-pascal] Common OpenMP syntax?
I'am currently thinking about implementing OpenMP support in FPC. However, there is currently (to my knowledge) no pascal syntax defined for OpenMp support. Do you think we can find a common syntax to simplify things for users? I've some ideas how it be done, but I want to hear other ideas first so they are maybe better if they aren't influenced by my ideas :) I started also a wiki page about it http://www.freepascal.org/wiki/index.php/OpenMP_support where ideas can be written down and shared. ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal
[fpc-pascal] usage of {$FPC_USE_LIBC}
Hi, I read http://www.freepascal.org/wiki/index.php/OS_aware_RTL and wonder when {$FPC_USE_LIBC} is set and how the decision is made? TIA, Marc ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal
Re: [fpc-pascal] usage of {$FPC_USE_LIBC}
On Mon, 17 Jul 2006, Marc Santhoff wrote: > Hi, > > I read http://www.freepascal.org/wiki/index.php/OS_aware_RTL > > and wonder when {$FPC_USE_LIBC} is set and how the decision is made? In the Makefile.fpc for the platform. It's added to the compiler options. Michael. ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal
Re: [fpc-pascal] TEXT MODE IDE WAS NOT RUN UNDER FEDORA CORE 5 !!!
Am Montag, 17. Juli 2006 13:32 schrieb Michael Van Canneyt: > On Sun, 16 Jul 2006, Andi Purwito wrote: > > These my freepascal RPMs files installed on my FC5 laptop; > > fpc-2.0.2-4.fc5.i386.rpm > > fpc-doc-2.0.2-4.fc5.i386.rpm > > fpc-src-2.0.2-4.fc5.i386.rpm > > everything is ok during install process using rpm -ivh ... > > but when i hit fp on my terminal (including Linux Console), > > there's nothing progress running. Just my blinking cursor waiting > > for something, what goes wrong?? And then i try to linux full text > > mode console using CTRL-ALT-F1, login and hit fp again, there's the > > same one. Thanks to all pascalholic > > This problem was known and has been solved. We're about to release 2.0.4. > You can download RC1 from the FTP site, and test using that. Is it possible to select code in the IDE on Linux? Shift+Cursor does not work on my PC (Kanotix). Rainer > > Michael. > ___ > fpc-pascal maillist - fpc-pascal@lists.freepascal.org > http://lists.freepascal.org/mailman/listinfo/fpc-pascal ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal
Re: [fpc-pascal] TEXT MODE IDE WAS NOT RUN UNDER FEDORA CORE 5 !!!
On 17 Jul 06, at 22:58, Rainer Stratmann wrote: > Am Montag, 17. Juli 2006 13:32 schrieb Michael Van Canneyt: > > On Sun, 16 Jul 2006, Andi Purwito wrote: . . > Is it possible to select code in the IDE on Linux? > Shift+Cursor does not work on my PC (Kanotix). If nothing else, the Wordstar convention (Ctrl-K- B for block start, Ctrl-K-K for block end) should do it. Tomas ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal
Re: [fpc-pascal] usage of {$FPC_USE_LIBC}
On 17 Jul 2006, at 22:06, Michael Van Canneyt wrote: I read http://www.freepascal.org/wiki/index.php/OS_aware_RTL and wonder when {$FPC_USE_LIBC} is set and how the decision is made? In the Makefile.fpc for the platform. It's added to the compiler options. And if you meant "how we made the decision": it's only done by default for Darwin, because there libc is the only supported system interface, for "netware libc" (libc is the recommended netware system interface, but we also have a non-libc dependent netware port) and for solaris (less porting work than implementing full syscall support). You can enable it for most (all?) *nix'es by compiling the rtl with OPT="-dFPC_USE_LIBC" Jonas ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal
Re: [fpc-pascal] usage of {$FPC_USE_LIBC}
Am Montag, den 17.07.2006, 22:06 +0200 schrieb Michael Van Canneyt: > > On Mon, 17 Jul 2006, Marc Santhoff wrote: > > > Hi, > > > > I read http://www.freepascal.org/wiki/index.php/OS_aware_RTL > > > > and wonder when {$FPC_USE_LIBC} is set and how the decision is made? > > In the Makefile.fpc for the platform. It's added to the compiler options. So it's off by default, because only Darwin and Solaris define it. Thanks, Marc ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal