HashLoad / boss-ide

IDE plugin to hot load component by project based on boss dependency manager
MIT License
56 stars 13 forks source link

DOSCommand conflict on install #17

Open jimmckeeth opened 2 years ago

jimmckeeth commented 2 years ago

Installing into Delphi 11.1

Ran installation boss install -g boss-ide

When I open the IDE

Can't load package C:\Users\Jim\.boss\modules\4e7eb35756869019c9263ab22556beb6\modules\.bpl\boss_ide.bpl.
Cannot load package 'DOSCommandDR260.'  It contains unit 'DosCommand', which is also contained in package 'DOSCommandDR280'.
Do you want to attempt to load this package the next time a project is loaded?

It would appear I already had DOSCommandDR280 installed from GetIt

image

I tried rebuilding boss_ide.dproj with the newer version of DOSCommand, but it isn't compatible.

[dcc32 Error] Boss.Commands.pas(29): E2010 Incompatible types: 'TNewLineEvent' and 'Procedure'