Re: [fpc-pascal] make[4]: i386-win32-as: (command not found)

2010-12-07 Thread Henry Vermaak
On 06/12/10 20:36, Osvaldo Filho wrote: make clean all CPU_TARGET=i386 OS_TARGET=win32 make install CPU_TARGET=i386 OS_TARGET=win32 PREFIX=/home/kxu/DevPascal/fpc_inst/fpc_win32 FPC_VERSION=2.4.3 make -C hermes smart make[3]: Entrando no diretório

Re: [fpc-pascal] Working Free Pascal android JNI example

2010-12-07 Thread Felipe Monteiro de Carvalho
In Android 2.3 you can write apps without any Java code, but you still need to build it as a library: http://developer.android.com/reference/android/app/NativeActivity.html It seams to support OpenGL and user input without Java. Still not ideal, however. -- Felipe Monteiro de Carvalho

Re: [fpc-pascal] Working Free Pascal android JNI example

2010-12-07 Thread Matt Emson
On 07/12/2010 10:46, Felipe Monteiro de Carvalho wrote: Still not ideal, however. Well, no. As Android targets any processor - not just ARM. Indeed, there are Intel based versions. Native is bad, and only come in to existence to compete with other platforms with purely native compilation -

Re: [fpc-pascal] Working Free Pascal android JNI example

2010-12-07 Thread Felipe Monteiro de Carvalho
On Tue, Dec 7, 2010 at 12:12 PM, Matt Emson memson.li...@googlemail.com wrote: Well, no. As Android targets any processor - not just ARM. Indeed, there are Intel based versions. I've never seen one and I've already worked with maybe 50 different Android smartphones / tablets. x86-Android is

Re: [fpc-pascal] Working Free Pascal android JNI example

2010-12-07 Thread Sven Barth
Am 07.12.2010 12:12, schrieb Matt Emson: On 07/12/2010 10:46, Felipe Monteiro de Carvalho wrote: Still not ideal, however. Well, no. As Android targets any processor - not just ARM. Indeed, there are Intel based versions. Native is bad, and only come in to existence to compete with other

Re: [fpc-pascal] Working Free Pascal android JNI example

2010-12-07 Thread Michael Van Canneyt
On Tue, 7 Dec 2010, Sven Barth wrote: Am 07.12.2010 12:12, schrieb Matt Emson: On 07/12/2010 10:46, Felipe Monteiro de Carvalho wrote: Still not ideal, however. Well, no. As Android targets any processor - not just ARM. Indeed, there are Intel based versions. Native is bad, and only come

[fpc-pascal] Compile 2.5.1 UbuntuIn-Reply-To=

2010-12-07 Thread Amat Coder
I think the problem is that SVN does not update 'Makefile' and 'Makefile.fpc'. You need to delete them and you can regenerate them with 'svn update'. Try it and tell us. ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org

Re: [fpc-pascal] Compile 2.5.1 UbuntuIn-Reply-To=

2010-12-07 Thread José Mejuto
Hello FPC-Pascal, Tuesday, December 7, 2010, 3:55:40 PM, you wrote: AC I think the problem is that SVN does not update 'Makefile' and 'Makefile.fpc'. AC You need to delete them and you can regenerate them with 'svn update'. AC Try it and tell us. Yes, it works, thank you. I never happends to

Re: [fpc-pascal] Working Free Pascal android JNI example

2010-12-07 Thread Marco van de Voort
In our previous episode, Michael Van Canneyt said: normal Java or CIL one). The biggest problem is to create a suitable RTL and to be able to use the classes that are provided by the VM. In fact I think this is one of the more easy things. The main problem seems to me that you need to

Re: [fpc-pascal] Working Free Pascal android JNI example

2010-12-07 Thread Michael Van Canneyt
On Tue, 7 Dec 2010, Marco van de Voort wrote: In our previous episode, Michael Van Canneyt said: normal Java or CIL one). The biggest problem is to create a suitable RTL and to be able to use the classes that are provided by the VM. In fact I think this is one of the more easy things. The

Re: [fpc-pascal] 2D Dynamic arrays and BlockRead

2010-12-07 Thread andrew.bennett
Marc Weustink m...@dommelstein.net wrote On 3-12-2010 17:26, Jürgen Hestermann wrote: ... STat = Array[0..W-1] Of Single ; { Static array } DST = Array Of STat ; { One dimension dynamic, the other static } D2T = Array Of Array Of Single ; { Two dynamic dimensions } STat always means

Re: [fpc-pascal] 2D Dynamic arrays and BlockRead

2010-12-07 Thread Richard Saunders
On 12/7/2010 12:37 PM, andrew.benn...@ns.sympatico.ca wrote: In various places, dynamic array becomes dynamical array which messes up searching. Somebody should decide which it is! Dynamical is inappropriate usage in this context. Dynamic is correct. -- Rich S.

[fpc-pascal] Looking for SDL_opengl header

2010-12-07 Thread Darius Blaszyk
Has anyone ever converted the SDL_opengl header to FPC? Couldn't find it in the repository, but perhaps someone knows if it is part of another project. Regards, Darius ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org

Re: [fpc-pascal] Looking for SDL_opengl header

2010-12-07 Thread Andrew Haines
On 12/07/10 18:23, Darius Blaszyk wrote: Has anyone ever converted the SDL_opengl header to FPC? Couldn't find it in the repository, but perhaps someone knows if it is part of another project. Is there one included with jedi sdl?? Regards, Andrew Haines