Lazarus
Home
Help
TinyPortal
Search
Login
Register
Lazarus
»
Forum
»
Programming
»
Widgetset
»
Cocoa
»
[SOLVED] fixes svn 62502 not building
Free Pascal
Website
Downloads
Wiki
Documentation
Bugtracker
Mailing List
Lazarus
Website
Downloads (Laz+FPC)
Packages (OPM)
FAQ
Wiki
Documentation (RTL/FCL/LCL)
Bugtracker
CCR Bugs
GIT
Mailing List
Other languages
Foundation
Website
Useful Wiki Links
Project Roadmap
Getting the Source
Screenshots
How to use the forum
Forum Rules
About donations (wiki)
Bookstore
Computer Math and Games in Pascal
(preview)
Lazarus Handbook
Search
Advanced search
Recent
[New Component] ExtTabCtr...
by
wp
[
Today
at 01:32:55 pm]
Splitting Picture into Qu...
by
ADMGNS
[
Today
at 01:16:55 pm]
Lazarus 4.99 - New featur...
by
zeljko
[
Today
at 12:24:18 pm]
Lazarus Main and Gnome/Wa...
by
zeljko
[
Today
at 12:19:20 pm]
embed .jpg file into .pp ...
by
Handoko
[
Today
at 11:40:09 am]
Knigo
by
Guva
[
Today
at 11:38:57 am]
FPC Unleashed (inline var...
by
Fibonacci
[
Today
at 10:44:12 am]
GDB 17 for Windows
by
Martin_fr
[
Today
at 10:05:07 am]
Very rough version of a s...
by
hedgehog
[
Today
at 08:24:00 am]
Release ray4laz 6.0
by
Guva
[
Today
at 07:45:39 am]
water filling simulation
by
ADMGNS
[June 06, 2026, 09:54:50 pm]
Array of structure -> str...
by
Seenkao
[June 06, 2026, 09:44:44 pm]
Portable verion of FPC an...
by
backprop
[June 06, 2026, 08:40:34 pm]
TStringGrid Question
by
J-G
[June 06, 2026, 08:05:52 pm]
Benchmark: converting arr...
by
LemonParty
[June 06, 2026, 03:25:25 pm]
Read/Parse PDB file to ge...
by
marcov
[June 06, 2026, 02:48:12 pm]
[SOVLED]Curved text in La...
by
paweld
[June 06, 2026, 11:00:52 am]
Fast Canvas Library V1.05...
by
microxa
[June 06, 2026, 07:03:07 am]
"Identifier idents no mem...
by
Thaddy
[June 06, 2026, 05:43:52 am]
[SOLVED] TPrintDialog Pro...
by
spuds
[June 06, 2026, 01:30:20 am]
TPairsplitter could be be...
by
jamie
[June 06, 2026, 12:36:34 am]
FloatToStr issue
by
J-G
[June 06, 2026, 12:06:38 am]
Pascal for AI Agent CLI T...
by
Martin_fr
[June 05, 2026, 08:01:11 pm]
storing assets for releas...
by
flowCRANE
[June 05, 2026, 07:30:13 pm]
Benchmark aligned vs unal...
by
LeP
[June 05, 2026, 06:33:08 pm]
« previous
next »
Print
Pages: [
1
]
Author
Topic: [SOLVED] fixes svn 62502 not building (Read 2834 times)
VTwin
Hero Member
Posts: 1227
Former Turbo Pascal 3 user
[SOLVED] fixes svn 62502 not building
«
on:
January 06, 2020, 10:50:51 pm »
Code: Pascal
[Select]
[+]
[-]
cocoawsforms
.
pas
(
417
,
3
)
Note
:
Local variable "i"
not
used
cocoawsforms
.
pas
(
640
,
3
)
Note
:
Local variable "btn" is assigned but never used
cocoawsforms
.
pas
(
846
,
3
)
Note
:
Local variable "wcb"
not
used
Assembling
(
pipe
)
..
/
..
/
units
/
x86_64
-
darwin
/
cocoa
/
cocoawsforms
.
s
Compiling cocoawsstdctrls
.
pas
Fatal
:
Compilation aborted
An unhandled exception occurred at
$0000000100058334
:
EListError
:
List
index
exceeds bounds
(
30
)
$0000000100058334
make
[
3
]
:
***
[
..
/
lcl
.
ppu
]
Error
217
make
[
2
]
:
***
[
cocoa_all
]
Error
2
make
[
1
]
:
***
[
interfaces
]
Error
2
make
:
***
[
lcl
]
Error
2
«
Last Edit: January 07, 2020, 03:47:35 pm by VTwin
»
Logged
“Talk is cheap. Show me the code.” -Linus Torvalds
Free Pascal Compiler 3.2.2
macOS 15.3.2: Lazarus 3.8 (64 bit Cocoa M1)
Ubuntu 18.04.3: Lazarus 3.8 (64 bit on VBox)
Windows 7 Pro SP1: Lazarus 3.8 (64 bit on VBox)
skalogryz
Global Moderator
Hero Member
Posts: 2770
Re: fixes svn 62502 not building
«
Reply #1 on:
January 06, 2020, 11:01:49 pm »
are you sure this is fpc 3.0.4 (from your signature), rather than trunk?
Logged
VTwin
Hero Member
Posts: 1227
Former Turbo Pascal 3 user
Re: fixes svn 62502 not building
«
Reply #2 on:
January 06, 2020, 11:11:47 pm »
Quote from: skalogryz on January 06, 2020, 11:01:49 pm
are you sure this is fpc 3.0.4 (from your signature), rather than trunk?
Yes, I have not upgraded from fpc 3.0.4, it is fpc 3.0.4a I believe.
Code: Pascal
[Select]
[+]
[-]
Free Pascal Compiler version 3
.
0
.
4
[
2018
/
09
/
30
]
for
x86_64
Logged
“Talk is cheap. Show me the code.” -Linus Torvalds
Free Pascal Compiler 3.2.2
macOS 15.3.2: Lazarus 3.8 (64 bit Cocoa M1)
Ubuntu 18.04.3: Lazarus 3.8 (64 bit on VBox)
Windows 7 Pro SP1: Lazarus 3.8 (64 bit on VBox)
VTwin
Hero Member
Posts: 1227
Former Turbo Pascal 3 user
Re: fixes svn 62502 not building
«
Reply #3 on:
January 06, 2020, 11:43:07 pm »
Mistake in my profile, my current fixes is 62479.
Logged
“Talk is cheap. Show me the code.” -Linus Torvalds
Free Pascal Compiler 3.2.2
macOS 15.3.2: Lazarus 3.8 (64 bit Cocoa M1)
Ubuntu 18.04.3: Lazarus 3.8 (64 bit on VBox)
Windows 7 Pro SP1: Lazarus 3.8 (64 bit on VBox)
skalogryz
Global Moderator
Hero Member
Posts: 2770
Re: fixes svn 62502 not building
«
Reply #4 on:
January 07, 2020, 01:00:31 am »
does removal of compiled cocoa units help?
Logged
VTwin
Hero Member
Posts: 1227
Former Turbo Pascal 3 user
Re: fixes svn 62502 not building
«
Reply #5 on:
January 07, 2020, 03:47:14 pm »
I just did a fresh fixes checkout and all appears well. I am now on fixes 62506. Also, I note that the "statusbar" bug is fixed in fixes branch now. Thanks!
«
Last Edit: January 07, 2020, 03:49:37 pm by VTwin
»
Logged
“Talk is cheap. Show me the code.” -Linus Torvalds
Free Pascal Compiler 3.2.2
macOS 15.3.2: Lazarus 3.8 (64 bit Cocoa M1)
Ubuntu 18.04.3: Lazarus 3.8 (64 bit on VBox)
Windows 7 Pro SP1: Lazarus 3.8 (64 bit on VBox)
Print
Pages: [
1
]
« previous
next »
Lazarus
»
Forum
»
Programming
»
Widgetset
»
Cocoa
»
[SOLVED] fixes svn 62502 not building
TinyPortal
© 2005-2018