Re: [fpc-pascal] Just out of curiosity: Compiling FPC trunk and fpcmake

2022-03-22 Thread Victor Campillo via fpc-pascal
od to know. Now I am pretty sure that I copy that options from someone else, because with my knowledge I could not figure out that myself. Thank you Charlie. Best Regards. -- Victor Campillo ___ fpc-pascal maillist - fpc-pascal@lists.freepascal

Re: [fpc-pascal] Just out of curiosity: Compiling FPC trunk and fpcmake

2022-03-22 Thread Victor Campillo via fpc-pascal
-, so specify -O- is completely useless. -- Victor Campillo ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org https://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal

Re: [fpc-pascal] Just out of curiosity: Compiling FPC trunk and fpcmake

2022-03-22 Thread Victor Campillo via fpc-pascal
e right way to build FPC. P.D. :Thank you very much to the FPC team for this great project. Best Regards. Victor Campillo On 21/3/22 22:45, Karoly Balogh via fpc-pascal wrote: Hi, On Mon, 21 Mar 2022, Michael Van Canneyt via fpc-pascal wrote: For years I have been using the same script to compil

[fpc-pascal] Just out of curiosity: Compiling FPC trunk and fpcmake

2022-03-21 Thread Victor Campillo via fpc-pascal
something wrong in my side? My system is Xubuntu Linux x86_64. Thanks. Best Regards. -- Victor Campillo ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org https://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal

Re: [fpc-pascal] Question about compiling FPC trunk after revision 44849

2020-04-29 Thread Victor Campillo via fpc-pascal
ven Ok, thank you Jonas and Sven. Splitting the command and adding FPMAKEOPT="-T 9" works perfect, and I see a great compile time improvement. Regards Victor Campillo ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org https://li

[fpc-pascal] Question about compiling FPC trunk after revision 44849

2020-04-29 Thread Victor Campillo via fpc-pascal
use the jobs option of make? Best Regards. -- Victor Campillo ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org https://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal

Re: [fpc-pascal] Bitpacked bug?

2019-05-12 Thread Victor Campillo
On 12/5/19 18:21, Luca Olivetti wrote: With that last case, aren't you just defining one bit in the bitpacked record? In that case Thanks Luca, the case was the problem, I wanted a bitpacked record of word, this was a silly copy / paste error. -- Victor Campillo

Re: [fpc-pascal] Bitpacked bug?

2019-05-12 Thread Victor Campillo
out that mistake, time to left the laptop and grab a beer :) Thank you Jeppe. Best Regards. -- Victor Campillo ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal

Re: [fpc-pascal] FPC does not compile after revision 42042

2019-05-12 Thread Victor Campillo
On 12/5/19 17:41, Michael Van Canneyt wrote: Should be fixed. Indeed. That was fast, thank you. -- Victor Campillo ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal

[fpc-pascal] Bitpacked bug?

2019-05-12 Thread Victor Campillo
. Is this a known issue or there is something wrong with my code? I tested this with FPC 3.0.4 and trunk, same result. Best Regards. -- Victor Campillo ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/cgi-bin/mailman/listinfo

[fpc-pascal] FPC does not compile after revision 42042

2019-05-12 Thread Victor Campillo
: Compilation aborted Best regards. -- Victor Campillo ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal

Re: [fpc-pascal] *.rst vs *.rsj

2019-03-07 Thread Victor Campillo
, as FPC 3.2 is already branched to release, I will give it a try. Thank you very much for point this out, this issue could have bitten me badly. Regards. -- Victor Campillo ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http

Re: [fpc-pascal] *.rst vs *.rsj

2019-03-07 Thread Victor Campillo
not as terrible as I thought, it can still bite you. Bye Hi Luca, I use bitpacked records in many of my projects because they are very useful in PLC communications, can you elaborate about the issue on fpc 3.0.4? Best regards. -- Victor Campillo ___ fpc

Re: [fpc-pascal] access violation?

2018-07-27 Thread Victor Campillo
it does :) -- Victor Campillo ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal

Re: [fpc-pascal] FPC 3.0.4 on Ubuntu Trusty

2018-01-17 Thread Victor Campillo
to compile it from sources, it is the best way without any doubt. Best Regards. -- Victor Campillo ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal

Re: [fpc-pascal] fpc2js

2017-12-12 Thread Victor Campillo
is amazing, I don't like the untyped languages. Best Regards. -- Victor Campillo ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal

Re: [fpc-pascal] fpc2js

2017-12-06 Thread Victor Campillo
that are not included in the package, contnrs and libjquery. I don't know if they should be included but I try to include libjquery in the package and it compiles fine, but contnrs fails with the next error. contnrs.pas(663,34) Error: Pascal element not supported: :TParamsExpr -- Victor Campillo

Re: [fpc-pascal] fpc2js

2017-12-06 Thread Victor Campillo
(300,40) Error: not yet implemented: :TParamsExpr [20170601191003] Best Regards. -- Victor Campillo ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal

[fpc-pascal] fpc2js

2017-12-06 Thread Victor Campillo
und"" I will try to convert a little JavaScript project I have to pascal and use pas2js, I will let you know if I found any problems do it. Best Regards. -- Victor Campillo ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal

Re: [fpc-pascal] FPC attributes / annotations support

2017-12-06 Thread Victor Campillo
feedback about some minor glitches I found or it is better to wait and test the official release. Best Regards. -- Victor Campillo ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal

Re: [fpc-pascal] FPC attributes / annotations support

2017-12-05 Thread Victor Campillo
egards. -- Victor Campillo ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal

Re: [fpc-pascal] How is EntryInformation.OS.haltproc assigned?

2017-12-05 Thread Victor Campillo
a problem. Hi Juha, I don't know if you have only the problem with Manjaro Linux, but in case it helps I just made a few test building a few Qt LCL examples with Lazarus Trunk + FPC trunk in Xubuntu 64-bit and does not get any access violation. Best Regards. -- Victor Campillo

Re: [fpc-pascal] fpsockets

2017-10-31 Thread Victor Campillo
On 31/10/17 10:26, José Mejuto wrote: El 30/10/2017 a las 15:40, Victor Campillo escribió: Hello, fpioctl seems to not be implemented in Windows, but anyway your help give me a clue about a possible solution to my problem. Thank you. Hello, In windows you have the function "ioctls

Re: [fpc-pascal] fpsockets

2017-10-30 Thread Victor Campillo
s only work when you configure the socket as asynchronous. Best Regards. -- Victor Campillo ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal

Re: [fpc-pascal] Unable to compile FPC after revision 36407

2017-06-03 Thread Victor Campillo
It's a useful hint :) Michael. Sorry, I saw the message "Compilation of "BuildUnit_rtl_unicode.pp" failed" and overlooked the relevant one. Everything work fine now, thank very much for your quick fix. Best Regards. -- Victor Campillo __

Re: [fpc-pascal] Unable to compile FPC after revision 36407

2017-06-03 Thread Victor Campillo
PREFIX= OPT="-O- -O1 -gl" I saw this message when the compilation is aborted "collation_de.pas(147,4) Fatal: Cannot open include file "collation_de_le.inc" I searched in my fpc local copy and I don't found this file, maybe it was not adde

[fpc-pascal] Unable to compile FPC after revision 36407

2017-06-03 Thread Victor Campillo
Hi, After revision 36407 I got this error trying to compile FPC. "Compilation of "BuildUnit_rtl_unicode.pp" failed" My system is Linux x86_64 and I am using FPC 3.0.2 to compile trunk. Best Regards. -- Victor Campillo ___

Re: [fpc-pascal] [Lazarus] FreePascal and Lazarus Foundation

2016-06-27 Thread Victor Campillo
about the new owners', ahem, decided lack of understanding how a dev-tool should be developed and managed... In fact, how software in general should be developed. Gosh... I wonder why I left... Best Regards. -- Victor Campillo ___ fpc-pascal ma

Re: [fpc-pascal] [Lazarus] FreePascal and Lazarus Foundation

2016-06-27 Thread Victor Campillo
sts/46r34KmgrdQ> Anyway, I am very happy with the announcement, this could be a great push for the community. Best Regards. -- Victor Campillo ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/cgi-bin/m

Re: [fpc-pascal] why connect is deprecated

2013-04-16 Thread Victor Campillo
platform, so you should use fpconnect instead of Connect. The same happens with the other sockets functions like Accept, Bind, etc. You should use fpaccept, fpbind, etc. See unit rtl/inc/socketsh.inc Best Regards. -- Victor Campillo ___ fpc-pascal

Re: [fpc-pascal] socket timeout

2013-04-16 Thread Victor Campillo
that the connection was succesful then I terminate the parallel thread before it close the socket. I don't like what I do for the timeout of connect but it's works, maybe this thread throw light in this issue and I can find a better way. Best regards. -- Victor Campillo

Re: [fpc-pascal] HMAC_SHA1 and FPC

2013-04-10 Thread Victor Campillo
On 25/03/13 23:56, silvioprog wrote: Done. http://bugs.freepascal.org/view.php?id=24136 The patch includes source, examples and test cases (7 for MD5 and 7 for SHA1). -- Silvio Clécio My public projects - github.com/silvioprog http://github.com/silvioprog Hi Thank very much Silvio for

[fpc-pascal] Re: Is TEventobject obsolete?

2012-06-13 Thread Victor Campillo
El 11/06/2012 10:52, Victor Campillo escribió: Hi all, I have a doubt about Basicevent and RTLevent, according to the documentation Basicevent is obsolete and I should use RTLevent instead. I use most of the time Rtlevent but now I need to know the result of WaitFor (signaled, timeout, ect

[fpc-pascal] Is TEventobject obsolete?

2012-06-11 Thread Victor Campillo
TEventobject in syncobjs does it. The problem is that TEventobject is based on Basicevent, at least in fpc 2.6.1. This means that TEventobject is obsolete also? What should I do to have Events with return result in Wait calls? Thank you in advance and sorry for my poor english. Regards. -- Victor