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
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
___
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.
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
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
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
> 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
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
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
[ 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
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
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
> 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
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
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
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
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
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,
--
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
_
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
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
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
22 matches
Mail list logo