[fpc-devel] Will be 3.2.4?

2022-10-12 Thread Gabor Boros via fpc-devel
Hi All, Florian started a thread "Preparing 3.2.4, call for merge request and regressions" in September 2021, but 3.2.4 not released yet. Any news in this subject? :-) Gabor ___ fpc-devel maillist - fpc-devel@lists.freepascal.org

Re: [fpc-devel] Compile error with actual FPC main and Lazarus main

2022-09-28 Thread Gabor Boros via fpc-devel
2022.09.28. 19:09 keltezéssel, Ondrej Pokorny via fpc-devel írta: That is quite normal. If you see such errors, check the "clean all" checkbox in the Build Lazarus dialog. Ondrej I never seen this problem before. The "clean all" trick works. Thank you Ondrej! Gabor

Re: [fpc-devel] Compile error with actual FPC main and Lazarus main

2022-09-28 Thread Gabor Boros via fpc-devel
2022.09.28. 17:43 keltezéssel, Ondrej Pokorny via fpc-devel írta: Try a clean build. Ondrej Clean build is ok. The problem appears when use "Build Lazarus with Profile: Normal IDE". Gabor ___ fpc-devel maillist - fpc-devel@lists.freepascal.org

Re: [fpc-devel] Compile error with actual FPC main and Lazarus main

2022-09-28 Thread Gabor Boros via fpc-devel
2022.09.28. 17:42 keltezéssel, J. Gareth Moreton via fpc-devel írta: Which platform and OS is this for? Kit x86_64-win64, Windows 10 64bit. Gabor ___ fpc-devel maillist - fpc-devel@lists.freepascal.org

[fpc-devel] Compile error with actual FPC main and Lazarus main

2022-09-28 Thread Gabor Boros via fpc-devel
Hi All, With actual FPC (123f196d) and Lazarus (11bb7ce4) got the below error. Any idea? sourcefilemanager.pas(311,1) Error: Compilation raised exception internally Gabor ___ fpc-devel maillist - fpc-devel@lists.freepascal.org

Re: [fpc-devel] Cannot build Lazarus with actual FPC main

2022-08-19 Thread Gabor Boros via fpc-devel
2022.08.19. 11:51 keltezéssel, Michael Van Canneyt írta: Do you find the db.ppu unit if you look for it ? Yes: e:\FPC\3.3.1\units\i386-win32\fcl-db\db.ppu e:\FPC\3.3.1\units\x86_64-win64\fcl-db\db.ppu I found an issue from the past with same error:

[fpc-devel] Cannot build Lazarus with actual FPC main

2022-08-19 Thread Gabor Boros via fpc-devel
Hi All, With actual FPC main (61debb15) got the below error. No error with an earlier FPC main (8028a769). Any idea? make -C packager/registration make[1]: Entering directory `e:/Lazarus/main/packager/registration' E:/FPC/3.2.2/bin/i386-Win32/rm.exe -f ../units/x86_64-win64/fcllaz.ppu

Re: [fpc-devel] Preparing 3.2.4, call for merge request and regressions

2021-09-29 Thread Gabor Boros via fpc-devel
2021.09.26. 10:42 keltezéssel, Florian Klämpfl via fpc-devel írta: To do so, some stuff from main (former trunk) might need to be merged as well as regressions against 3.2.2 need to be fixed. Florian, f6e6b807d5db9adaebd4f17f83b331bed1e09399 (https://lists.freepascal.org

[fpc-devel] Build Lazarus fixes_2_2 with actual FPC main

2021-09-19 Thread Gabor Boros via fpc-devel
Hi All, I tried to build Lazarus fixes_2_2 (0bc0484c) with FPC main (5bcc5307) on Windows 10 64bit and got the below error. (3104) Compiling easylazfreetype.pas e:\Lazarus\fixes_2_2\components\freetype\easylazfreetype.pas(347,10) Warning: (3018) Constructor should be public

Re: [fpc-devel] When will the next version of FPC be released?

2019-11-30 Thread Gabor Boros
2019. 05. 30. 9:05 keltezéssel, Michael Van Canneyt írta: I would not count on it before september, and even that is "iffy". Any news/update in this subject? The fixes_3_2 branch created more than a year ago and the latest stable (3.0.4) released 2 years ago. Gabor

Re: [fpc-devel] Win32 build of actual trunk

2019-09-08 Thread Gabor Boros
2019. 09. 08. 16:20 keltezéssel, Jonas Maebe írta: Try doing a "make distclean" first, it seems some old compiled unit being used. Thank you! I always copy the fresh source to a ramdisk then build, but accidentally started a build in the original source(svn) directory sometime in the past.

Re: [fpc-devel] Win32 build of actual trunk

2019-09-08 Thread Gabor Boros
2019. 09. 08. 13:14 keltezéssel, Jonas Maebe írta: You should perform a "make cycle" in the compiler directory, or "make all" at the top level FPC directory. The ppudump utility will then only be compiled with the final compiler. The compiler built during the first pass may not be

[fpc-devel] Win32 build of actual trunk

2019-09-08 Thread Gabor Boros
Hi All, If I try to build trunk (42942) with 3.0.4 Win32 got the next error: r:/src/compiler/ppc386.exe -Ur -Xs -O2 -n -Fu.. -Fur:/src/rtl/units/i386-win32 -FE. -FUunits/i386-win32 -dRELEASE ppuutils/ppudump.pp -Fu../generic -dGENERIC_CPU -Fi.. globals.pas(58,29) Error: Identifier not found

Re: [fpc-devel] RandomFrom vs Generics

2018-06-06 Thread Gabor Boros
2018. 06. 06. 9:05 keltezéssel, Sven Barth via fpc-devel írta: Seems like a bug due to there being multiple overloads plus the generic. Would you please report that to the bug tracker? Done: https://bugs.freepascal.org/view.php?id=33829 Does it work if you add "overload;" to the generic's

[fpc-devel] RandomFrom vs Generics

2018-06-06 Thread Gabor Boros
Hi All, This var x:Integer; a:array of Integer; begin x:=RandomFrom(a); code works with 3.0.4 but cannot compile with trunk and got "Error: Generics without specialization cannot be used as a type for a variable". Tried x:=specialize RandomFrom(a); but got "Error: Identifier not

Re: [fpc-devel] SVN checkout errors

2015-01-28 Thread Gabor Boros
2015.01.27. 21:06 keltezéssel, Maciej Izak írta: Hi, Open %APPDATA%\Subversion\servers in a text editor, find section [global] and add the line http-bulk-updates = yes Regards Maciej Izak Works like a charm! Thank You! Gabor ___ fpc-devel

[fpc-devel] SVN checkout errors

2015-01-27 Thread Gabor Boros
Hi, When I try to checkout form http://svn.freepascal.org on Windows with TortoiseSVN always got an error at different stage. ra_serf: An error occurred during decompression or Checksum mismatch for 'X:\...\Lazarus\fixes_1_4\components\codetools\examples\changeparamlist.lpi':

[fpc-devel] Snapshots mixed on FTP

2015-01-11 Thread Gabor Boros
Hi All, In ftp://ftp.freepascal.org/pub/fpc/snapshot/ v30 and v31 directories is empty. v26/i386-win32 and v26/x86_64-linux and other directories contains 3.0.1 files. v27/i386-win32 and v27/x86_64-linux and other directories contains 3.1.1 files. Gabor

Re: [fpc-devel] Snapshots mixed on FTP

2015-01-11 Thread Gabor Boros
2015.01.11. 13:41 keltezéssel, Tomas Hajny írta: On Sun, January 11, 2015 10:04, Gabor Boros wrote: Hi Gabor, In ftp://ftp.freepascal.org/pub/fpc/snapshot/ v30 and v31 directories is empty. v26/i386-win32 and v26/x86_64-linux and other directories contains 3.0.1 files. v27/i386-win32

[fpc-devel] Backport request

2013-04-28 Thread Gabor Boros
Hi, Please backport 24225 and 24234 from trunk to fixes_2_6. Gabor ___ fpc-devel maillist - fpc-devel@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-devel

Re: [fpc-devel] freepascal.org HTTP and SVN access

2008-03-27 Thread Gabor Boros
Hi, I have same problem too. I can access http://www.freepascal.org from home but not from the office. If try ping www.freepascal.org at the office i get response. But the http://62.166.198.202 not working. At home everything works. Gabor ___

[fpc-devel] WinCE compiler compilation is broken

2006-11-03 Thread Gabor Boros
Hi, The error message is: math.pp(2063,14) Fatal: Unknown compilerproc SUBS. Check if you use the correct run time library. Gabor ___ fpc-devel maillist - fpc-devel@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-devel

[fpc-devel] Re: WinCE compiler compilation is broken

2006-11-03 Thread Gabor Boros
SVN 5194 wich fpc2.1.1 thrunk svn version ? last i checked was 5172 from yesterday and was ok ___ fpc-devel maillist - fpc-devel@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-devel

[fpc-devel] Compile errors in HEAD Rev. 4429

2006-08-17 Thread Gabor Boros
Hi! Platform is i386-win32. 1. problem: make install/zipinstall upx: fpcmemdll.exe: FileNotFoundException: fpcmemdll.exe Packed 0 files. make[6]: [fpc_install] Error 1 (ignored) C:/FPC/2.0.4/bin/i386-Win32/cp.exe -fp fpcmemdll.exe