[fpc-devel] Contribute libfam/gam binding to FPC

2007-11-01 Thread ik
Hello, I have binded the libfam into FPC, and I wish to contribute it to the FPC packges/extra. So, can I contribute it to the FPC packages ? Thanks, Ido -- http://ik.homelinux.org/ ___ fpc-devel maillist - fpc-devel@lists.freepascal.org http://list

[fpc-devel] libsndfile full working code

2007-11-01 Thread ik
Hello, I'm sending a tar file with a full working copy of libsndfile (fpc/packages/extra/sndfile). Please note that it is not a patch, and it will extract file to the directory you are located at. Thanks, Ido -- http://ik.homelinux.org/ sndfile.tar.gz Description: GNU Zip compressed data ___

Re: [fpc-devel] Seems gtk2 package contains small bug in declarationofTGtkScrolledWindow

2007-11-01 Thread Paul Ishenin
Yury Sidorov пишет: From: "Paul Ishenin" <[EMAIL PROTECTED]> Yury Sidorov пишет: From: "Paul Ishenin" <[EMAIL PROTECTED]> Any chance to have this patch commited? Applied. Thanks. Big thanks. Any chance to have this patch merged into 2.2 :) ? Done :) Thanks. Best regards, Paul Ishenin.

Re: [fpc-devel] More on arm4, armi and thumb

2007-11-01 Thread Florian Klaempfl
Yury Sidorov schrieb: > From: "Felipe Monteiro de Carvalho" <[EMAIL PROTECTED]> >> On 11/1/07, Marco van de Voort <[EMAIL PROTECTED]> wrote: >>> It seems that when you branch, in the instruction you can encode if the >>> instructionset of the target is thumb or not. >> >> So, currently fpc set's a

Re: [fpc-devel] Seems gtk2 package contains small bug in declarationofTGtkScrolledWindow

2007-11-01 Thread Yury Sidorov
From: "Paul Ishenin" <[EMAIL PROTECTED]> Yury Sidorov пишет: From: "Paul Ishenin" <[EMAIL PROTECTED]> Any chance to have this patch commited? Applied. Thanks. Big thanks. Any chance to have this patch merged into 2.2 :) ? Done :) Yury. ___ fpc

Re: [fpc-devel] More on arm4, armi and thumb

2007-11-01 Thread Yury Sidorov
From: "Felipe Monteiro de Carvalho" <[EMAIL PROTECTED]> On 11/1/07, Marco van de Voort <[EMAIL PROTECTED]> wrote: It seems that when you branch, in the instruction you can encode if the instructionset of the target is thumb or not. So, currently fpc set's all branches to use arm4 mode And C

Re: [fpc-devel] More on arm4, armi and thumb

2007-11-01 Thread Marco van de Voort
> On 11/1/07, Marco van de Voort <[EMAIL PROTECTED]> wrote: > > It seems that when you branch, in the instruction you can encode if the > > instructionset of the target is thumb or not. > > So, currently fpc set's all branches to use arm4 mode > > And C++ apps compiled could check what the syste

Re: [fpc-devel] More on arm4, armi and thumb

2007-11-01 Thread Felipe Monteiro de Carvalho
On 11/1/07, Marco van de Voort <[EMAIL PROTECTED]> wrote: > It seems that when you branch, in the instruction you can encode if the > instructionset of the target is thumb or not. So, currently fpc set's all branches to use arm4 mode And C++ apps compiled could check what the system is using and

Re: [fpc-devel] Seems gtk2 package contains small bug in declarationof TGtkScrolledWindow

2007-11-01 Thread Paul Ishenin
Yury Sidorov пишет: From: "Paul Ishenin" <[EMAIL PROTECTED]> Any chance to have this patch commited? Applied. Thanks. Big thanks. Any chance to have this patch merged into 2.2 :) ? Best regards, Paul Ishenin. ___ fpc-devel maillist - fpc-devel@li

Re: [fpc-devel] More on arm4, armi and thumb

2007-11-01 Thread Marco van de Voort
[ Charset ISO-8859-1 unsupported, converting... ] > On 11/1/07, Marco van de Voort <[EMAIL PROTECTED]> wrote: > > So it seems you only have to do something special for ARMI (vs ARM4) if you > > do thumb? > > My current theory is that the user library present on my phone is > built for thumb. So, w

Re: [fpc-devel] More on arm4, armi and thumb

2007-11-01 Thread Felipe Monteiro de Carvalho
On 11/1/07, Marco van de Voort <[EMAIL PROTECTED]> wrote: > So it seems you only have to do something special for ARMI (vs ARM4) if you > do thumb? My current theory is that the user library present on my phone is built for thumb. So, when a pure arm4 application tryes to access it, it crashes. T

Re: [fpc-devel] More on arm4, armi and thumb

2007-11-01 Thread Yury Sidorov
From: "Felipe Monteiro de Carvalho" <[EMAIL PROTECTED]> It seams that building arm4 software isn't supported for Symbian OS. At least for third-party software, and any example build for it crashes on startup. So I was investigating other solutions. I was reading the nokia wiki: http://wiki.foru

Re: [fpc-devel] More on arm4, armi and thumb

2007-11-01 Thread Marco van de Voort
> but rather thougth a c wrapper. > > I will, of course, just test, but it will be a lot of work, and if > someone knows in advance this should theoretically work, or shouldn't, > that could speed things up =) The build_targets page sounds like ARMI starts up in 32-bit (ARM4) mode, but can using

[fpc-devel] More on arm4, armi and thumb

2007-11-01 Thread Felipe Monteiro de Carvalho
Hello, It seams that building arm4 software isn't supported for Symbian OS. At least for third-party software, and any example build for it crashes on startup. So I was investigating other solutions. I was reading the nokia wiki: http://wiki.forum.nokia.com/index.php/ARM4,_ARMI_&_THUMB http://w

Re: [fpc-devel] Adding new targets to the compiler help screen

2007-11-01 Thread Felipe Monteiro de Carvalho
On 11/1/07, Florian Klaempfl <[EMAIL PROTECTED]> wrote: > No. > > Edit compiler/msg/errore.msg > make msg Good =) That would have been a bit clumsy. May I already add the information about this option to trunk or should we wait before it's fully working? I am imagining the following to use fpc f

Re: [fpc-devel] Apache header translation Patch

2007-11-01 Thread Yury Sidorov
From: "Felipe Monteiro de Carvalho" <[EMAIL PROTECTED]> On 11/1/07, Yury Sidorov <[EMAIL PROTECTED]> wrote: After your patch a warning appeared when compiling httpd-2.2: http_config.inc(135,3) Warning: cdecl'ared functions have no high parameter I just built it with fpc 2.3 and I see no warni

Re: [fpc-devel] Adding new targets to the compiler help screen

2007-11-01 Thread Florian Klaempfl
Felipe Monteiro de Carvalho schrieb: > Hello, > > I was taking a look at how to add new target options to the compiled > help screen (the one that appears when you just type "fpc"). > > Am I correct to assume that one must edit the compiler/msgtxt.inc > file, add the new lines and then correct al

[fpc-devel] Adding new targets to the compiler help screen

2007-11-01 Thread Felipe Monteiro de Carvalho
Hello, I was taking a look at how to add new target options to the compiled help screen (the one that appears when you just type "fpc"). Am I correct to assume that one must edit the compiler/msgtxt.inc file, add the new lines and then correct all the commas that come after the edit? thanks, --

Re: [fpc-devel] Apache header translation Patch

2007-11-01 Thread Felipe Monteiro de Carvalho
On 11/1/07, Yury Sidorov <[EMAIL PROTECTED]> wrote: > After your patch a warning appeared when compiling httpd-2.2: > > http_config.inc(135,3) Warning: cdecl'ared functions have no high > parameter I just built it with fpc 2.3 and I see no warning ... strange -- Felipe Monteiro de Carvalho _

Re: [fpc-devel] Apache header translation Patch

2007-11-01 Thread Felipe Monteiro de Carvalho
Thanks, applied on trunk. Maybe it could be added to 2.2.2? What are the exact requirements for 2.2.2? And how can one merge revisions into 2.2.2? thanks, -- Felipe Monteiro de Carvalho ___ fpc-devel maillist - fpc-devel@lists.freepascal.org http://l

Re: [fpc-devel] Apache header translation Patch

2007-11-01 Thread Yury Sidorov
From: "Inoussa OUEDRAOGO" <[EMAIL PROTECTED]> Hi, These patchs correct the cmd_func type in http_config.inc : - 2.2-http_config.inc.diff for apache 2.2 - 2.0-http_config.inc.diff for apache 2.0 After your patch a warning appeared when compiling httpd-2.2: http_config.inc(135,3) Warning: cde

Re: [fpc-devel] Seems gtk2 package contains small bug in declarationof TGtkScrolledWindow

2007-11-01 Thread Yury Sidorov
From: "Paul Ishenin" <[EMAIL PROTECTED]> Any chance to have this patch commited? Applied. Thanks. Yury. ___ fpc-devel maillist - fpc-devel@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-devel