[Pas2js] hello people I am back to pas2js world....

Sven Barth pascaldragon at googlemail.com
Wed Dec 9 23:21:32 CET 2020


Am 08.12.2020 um 19:11 schrieb Pedro Pablo Oviedo Vera:
> Uh.....every thing looks fine but when I try compile my project 
> Lazarus tell me:
> Hay dos unidades con el mismo nombre:
>
> 1. "/usr/share/lazarus/2.0.10/lcl/interfaces/carbon/interfaces.pas" de 
> LCL 2.0.10
> 2. 
> "/home/.../Programas1/lazarus/Pas2JS_Widget-master/pas2js/packages/widget/interfaces.pas" 
> de Pas2JS_Widget 1.0
> Ambos paquetes están conectados. Esto significa que cualquiera de los 
> dos paquetes usa al otro, o ambos son usados por un tercer paquete.
> something about interfaces.pas from carbon and interfaces.pas from 
> Pas2js_widge-master are sharing components name!..
>
> .uhmmm any help?
>
You need to make sure that your project does *not* have the LCL package 
as a dependency.

Regards,
Sven


More information about the Pas2js mailing list