Lazarus
Home
Help
TinyPortal
Search
Login
Register
Lazarus
»
Forum
»
Programming
»
Operating Systems
»
macOS / Mac OS X
»
Unable to compile demo project
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
About donations (wiki)
Bookstore
Computer Math and Games in Pascal
(preview)
Lazarus Handbook
Search
Advanced search
Recent
accessing array members i...
by
Weiss
[
Today
at 02:01:53 am]
GTK3 still alpha
by
regs
[
Today
at 01:46:35 am]
2d "platform" game sugges...
by
flowCRANE
[
Today
at 12:25:28 am]
looping direction control...
by
440bx
[April 19, 2025, 08:08:37 pm]
ppaslink.sh: line 9: 6262...
by
Thaddy
[April 19, 2025, 07:58:29 pm]
JSON parser handler
by
cdbc
[April 19, 2025, 07:01:19 pm]
[SOLVED] Converting psd f...
by
TRon
[April 19, 2025, 06:58:36 pm]
This is me back in Lazaru...
by
TBMan
[April 19, 2025, 06:33:55 pm]
Avaiable instruction set
by
Thaddy
[April 19, 2025, 06:30:56 pm]
Best way to exchange data...
by
Hansvb
[April 19, 2025, 06:24:07 pm]
[Solved] How to call a cl...
by
nikel
[April 19, 2025, 05:09:22 pm]
Announcing TRURL RPN Engi...
by
jwdietrich
[April 19, 2025, 05:07:49 pm]
TRURL's segmitator availa...
by
jwdietrich
[April 19, 2025, 05:05:36 pm]
TRURL G released
by
jwdietrich
[April 19, 2025, 05:03:40 pm]
Animated Sine Flower
by
Thaddy
[April 19, 2025, 04:33:52 pm]
Compile Error on Assign f...
by
Thaddy
[April 19, 2025, 04:27:02 pm]
making types totally inco...
by
Thaddy
[April 19, 2025, 03:13:24 pm]
Why VirtualDBTreeEx not c...
by
wp
[April 19, 2025, 01:08:42 pm]
problem with easylazfreet...
by
ronhud
[April 19, 2025, 01:08:18 pm]
Forum slow for others as ...
by
Thaddy
[April 19, 2025, 11:25:43 am]
Errors linking the projec...
by
Thaddy
[April 19, 2025, 11:20:59 am]
How to DIY a filerec reco...
by
Thaddy
[April 19, 2025, 11:18:33 am]
in-memory machine code ge...
by
paule32
[April 19, 2025, 11:02:10 am]
Win11 - How to start cons...
by
dculp
[April 19, 2025, 12:21:51 am]
[SOLVED] Download link to...
by
Wings2018
[April 18, 2025, 10:37:08 pm]
« previous
next »
Print
Pages: [
1
]
Author
Topic: Unable to compile demo project (Read 3540 times)
Alexandr F
New Member
Posts: 26
Unable to compile demo project
«
on:
February 15, 2019, 09:45:04 am »
Mac os Mojave
Lazarus 2.0
I am trying to compile demo project Miniide, but i have next error (see attached picture).
How I can solve this error?
Logged
dbannon
Hero Member
Posts: 3305
Re: Unable to compile demo project
«
Reply #1 on:
February 15, 2019, 11:28:44 am »
My guess is that particular example has not been tested in a unix env.
Note we have a \i386 as part of the file name it wants to create.
Try and find where it comes from and replace the '\' with PathDeliminator
Davo
Logged
Lazarus 3, Linux (and reluctantly Win10/11, OSX Monterey)
My Project -
https://github.com/tomboy-notes/tomboy-ng
and my github -
https://github.com/davidbannon
Alexandr F
New Member
Posts: 26
Re: Unable to compile demo project
«
Reply #2 on:
February 15, 2019, 05:12:35 pm »
Thank you, Davo.
Output path in project options included left slash '\'. I changed it to right slash '/'.
Logged
lucamar
Hero Member
Posts: 4219
Re: Unable to compile demo project
«
Reply #3 on:
February 15, 2019, 10:03:01 pm »
Quote from: Alexandr F on February 15, 2019, 05:12:35 pm
Output path in project options included left slash '\'. I changed it to right slash '/'.
Rather than replacing an OS-depending incorrect path delimiter with an equally incorrect delimiter for other OS you should simply either:
build the file-name by using: 'ADirectory' + PathDelimiter + 'AnotherDir' + [...etc...]
use the name as-is but passing it first through
SysUtils.SetDirSeparators()
or
LazFileUtils.ForcePathDelims()
or alike.
That way you'll have a correct filename no matter for which OS you compile the demo.
«
Last Edit: February 15, 2019, 10:05:14 pm by lucamar
»
Logged
Turbo Pascal 3 CP/M - Amstrad PCW 8256 (512 KB !!!)
Lazarus/FPC 2.0.8/3.0.4 & 2.0.12/3.2.0 - 32/64 bits on:
(K|L|X)Ubuntu 12..18, Windows XP, 7, 10 and various DOSes.
Print
Pages: [
1
]
« previous
next »
Lazarus
»
Forum
»
Programming
»
Operating Systems
»
macOS / Mac OS X
»
Unable to compile demo project
TinyPortal
© 2005-2018