Can not Install Lazarus on Mac OSX

Discussion of open issues, suggestions and bugs regarding UniDAC (Universal Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
Minoru
Posts: 16
Joined: Sat 11 May 2013 05:19

Can not Install Lazarus on Mac OSX

Post by Minoru » Sat 11 May 2013 05:40

I'm trying UniDAC 5.0 for Lazarus trial version with lazarus1.0.8 on Mac OSX 10.7.5.
but can not installation by the folowing message.

> dac10.pas(10,3) Fatal: Can not find unit CRAccess used by dac10. Check if package dac10 is in the dependencies.

1.Menu | Package | Install/uninstall package..|

2. selected packages
install package
- dcldac10 9.0.1
- dacvcl10 9.0.1

3.[save and rebuild IDE]

then i tried another way, |Open packge File| & [compile] was the same result.
(Other packages are installabl1e this way)

Please teach me the installation way.
It was not found in a help.

AlexP
Devart Team
Posts: 5530
Joined: Tue 10 Aug 2010 11:35

Re: Can not Install Lazarus on Mac OSX

Post by AlexP » Mon 13 May 2013 12:57

Hello,

To install UniDAC trial, you should open the dclunidac10.lpk package:

Lazarus Main Menu -> Package -> Open Package File (*.lpk) -> dclunidac10.lpk

and install without compiling (since there are no sources in the trial version, a compile attempt will lead to an error). In the same, the needed providers should be installed.

Minoru
Posts: 16
Joined: Sat 11 May 2013 05:19

Re: Can not Install Lazarus on Mac OSX

Post by Minoru » Mon 13 May 2013 17:35

Hi,

Thanks for your support.

Your produce is already tried. but can not installing.

Reproduce:

1.
>Lazarus Main Menu -> Package -> Open Package File (*.lpk) -> dclunidac10.lpk

2. In Package dclunidac10 panel.

Use>>Install

Automaticary installed packages

installing package dclunidac 10.5.0.1 will automatically install the packages.

unidacvcl10.5.0.1
unidac10.5.0.1
dcldac10.9.0.1
dacvcl10.9.0.1
dac10.9.0.1

3. [OK] -> Rebuid Lazarus -> [OK]

Got the following message.
> dac10.pas(10,3) Fatal: Can not find unit CRAccess used by dac10. Check if package dac10 is in the dependencies.

Minoru
Posts: 16
Joined: Sat 11 May 2013 05:19

Re: Can not Install Lazarus on Mac OSX

Post by Minoru » Mon 13 May 2013 18:09

Hi,

It tried also on win7, It was not installable with the following messages.

Code: Select all

PPU Loading D:\Laz\UniDAC\lib\i386-win32\DacVcl.ppu
PPU Source: DacVcl.pas not found
PPU Source: Dac.inc not found
PPU Source: IdeVer.inc not found
PPU Source: DacGui.inc not found
Recompiling DacVcl, checksum changed for Controls
dacvcl10.pas(6,3) Fatal: Can not find DacVcl used by dacvcl10, ppu=..\lib\i386-win32\DacVcl.ppu, package dacvcl10
PPU Loading D:\Laz\UniDAC\lib\i386-win32\DacReg.ppu
PPU Source: DacReg.pas not found
PPU Source: Dac.inc not found
PPU Source: IdeVer.inc not found
PPU Source: DADesign.lrs not found
Recompiling DacReg, checksum changed for LResources {impl}
dcldac10.pas(10,3) Fatal: Can not find DacReg used by dcldac10, ppu=..\lib\i386-win32\DacReg.ppu, package dcldac10
PPU Loading D:\Laz\UniDAC\lib\i386-win32\DacVcl.ppu
PPU Source: DacVcl.pas not found
PPU Source: Dac.inc not found
PPU Source: IdeVer.inc not found
PPU Source: DacGui.inc not found
Recompiling DacVcl, checksum changed for Controls
DacVcl.pas(6,48) Fatal: Can not find DacVcl used by UniDacVcl, ppu=..\lib\i386-win32\DacVcl.ppu, package dacvcl10
PPU Loading D:\Laz\UniDAC\lib\i386-win32\UniUpdateSQLEditor.ppu
PPU Source: UniUpdateSQLEditor.pas not found
PPU Source: UniDac.inc not found
PPU Source: Dac.inc not found
PPU Source: IdeVer.inc not found

AlexP
Devart Team
Posts: 5530
Joined: Tue 10 Aug 2010 11:35

Re: Can not Install Lazarus on Mac OSX

Post by AlexP » Tue 14 May 2013 08:21

Hello,

We have checked UniDAC trial version installation for both OS X and Win7, and UniDAC is installed correctly on both OSs. Try to fully remove UniDAC, reinstall Lazarus, copy the UniDAC folder from the archive to the folder with Lazarus components ..\\Lazarus\Components\UniDAC , and reinstall UniDAC.

Minoru
Posts: 16
Joined: Sat 11 May 2013 05:19

Re: Can not Install Lazarus on Mac OSX

Post by Minoru » Wed 15 May 2013 00:20

Both Mac and Wn7 have been installed after re-installation of Lazarus.
Thanks for your good support.

AlexP
Devart Team
Posts: 5530
Joined: Tue 10 Aug 2010 11:35

Re: Can not Install Lazarus on Mac OSX

Post by AlexP » Wed 15 May 2013 06:43

Hello,

Glad to see that you solved the problem. If you have any other questions, feel free to contact us

Post Reply