Prev
Menu
Next
Download 32bit version of Lazarus1.8.4 and install it into the folder that has no space character on its path name.
Lazarus Download (SourceForge)
ParactBASIC should be extracted into a regular folder on which the user has write permission.
The name of the folder must not contain any space characters.
For example, Desktop is not suitable. USB flush drives shall be suitable.
When the system is updated by overwriting, the OUTPUT folder must be cleared.
Afterward, execute ParactBASIC.exe, and set up two paths.
Click "Set Up" and select "Path".
"fpc path" is the path to the folder on which fpc.exe exists.
"Lazarus path" is the full path name of the folder that contains lazarus.exe.
If you have installed win32 Lazarus + fpc 3.0.4. on C drive, the two paths are following.
C:\Lazarus\fpc\3.0.4\bin\i386-win32 C:\Lazarus
Note.
If you use 64bit Windows, Lazarus 1.8.4 win64 also can be used.
Lazarus Win64
Select Setup - Path menu to set Target CPU to 64bit and set the paths.
Note that FPC win64 does not support 80 bit extended precision floating point, thus power operation or some irrational functions may perform inaccurate.
Note.
When cros-x86_64 add-on is installed to 32 bit Lazarus, the fpc path is same as the path to 32 bit fpc.
Download and install fpc 3.0.2, fpc-src 3.0.2 and Lazarus 1.6.4
Lazarus Dwonload (SourceForge)
For DEB format,
Lazarus i386 DEB
This system should be installed into a regular folder on which the user has write permission.
Can't find unit fileutil
When you see this error, modify Lazarus Path on the SetUp menu.
Folders such as components and units are put on the folder that the Lazarus Path directs.
That may as follows.
/usr/lib/lazarus/0.9.30.4/
or
/usr/share/lazarus/1.0
Download fpc 3.0.2, fpc-src 3.0.2 and Lazarus 1.6.4 from
Lazarus Download (SourceForge).
For DEB format files, download from
Lazarus AMD64 DEB.
This system should be installed into a regular folder on which the user has write permission.
Install XCode Command Line Tools.
In the terminal, type
sudo xcode-select --install
sudo xcodebuild -license accept
Otherwise download "Command Line Tools for Xcode" from
Apple Developer .
See Installing Lazarus on MacOS X.
See also Installing Lazarus on Mac OS X - Free Pascal(PDF)
Note. BASICAcc does not require GDB. So you do not have to install GDB.
Install FPC 3.0.4 and Lazarus 2.0.8, downloading from
Lazarus Download
Install FPC 3.0.4 and Lazarus 2.0.6, downloading from
Lazarus Download
Trouble Shooting
1. For the First Time
(1) Unabe to create file "/private/var/folders/0b ……
Move ParactBASIC icon (ParactBASIC.app) into the Application folder or another location, and then run ParactBASIC.
Once normally performed, ParactBASIC.app can be retured into the original folder.
For details, search "App Translocation" on the internet.
< Note. >
This system should be installed into the folder on which the user has write permission.
And the folder must not contain a space character. Note that when you use a USB drive, if it has a name such as "NO NAME", it must be renamed.
(2) For the first tme, NoName must be executed by clicking with control-key pressed .
(3) Empty ReportForm shown
If the first Run comannd yields empty ReportForm, this may caused by Unexecuted XCode license agreement.
On the terminal, run sudo xcrun cc and enter agree at the end.
(4) ReportForm shows PPU Source :synedit.pp not found.
Launch Lazarus IDE and select Package menu - Open Loaded packages.
And then Open and Compile the followings:
Synedit
Printer4lazarus
(5) "do setup Lazarus Path" shown.
Select path on the setup menu, and then rewrite Lazarus path correctly.
Lazarus path is
Library/lazarus
on Lazarus 2.0.6, while lazarus path was
Developer/lazarus
on former versions.
Known Faults
SET DRAW MODE (NOTXOR, MASK, MERGE, XOR) do not work.
MOUSE POLL statement does not work properly.
Behaviors of some graphics statements are no good as in Decimal BASIC Mac(Intel).