Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problemas com muitos diretórios no Path #51

Closed
eversonturossi opened this issue Sep 25, 2019 · 4 comments
Closed

Problemas com muitos diretórios no Path #51

eversonturossi opened this issue Sep 25, 2019 · 4 comments
Assignees
Labels
bug Something isn't working

Comments

@eversonturossi
Copy link

Quando possui muitos diretórios adicionados ao Path e tenta usar o compilador pela linha de comando estou recebendo a seguinte mensagem de erro no log:
_FALHA da compila‡Æo.

"C:\Users\Usuario.boss\modules\99ad0898c06b13dadfed02ed6a122b8a\modules\boss-ide\boss_ide.dproj" (Build destino) (1) ->
(PasCoreCompile destino) ->
C:\Program Files (x86)\Embarcadero\Studio\20.0\Bin\CodeGear.Delphi.Targets(402,5): warning MSB6002: The command-line for the "DCC" task is too long. Command-lines longer than 32000 characters are likely to fail. Try reducing the length of the command-line by breaking down the call to "DCC" into multiple calls with fewer parameters per call. [C:\Users\Usuario.boss\modules\99ad0898c06b13dadfed02ed6a122b8a\modules\boss-ide\boss_ide.dproj]

Esse problema já é conhecido por quem utiliza o ACBr através do ACBrInstall_Trunk2.exe e tem que selecionar a opção "Usar arquivo de configuração (*.cfg)" para conseguir fazer a instalação.

Removendo boa parte dos diretórios do Path obtive sucesso na instalação dos pacotes.

@snakeice snakeice added the bug Something isn't working label Sep 25, 2019
@andriwsluna
Copy link
Contributor

Olá, passei por esse problema e, na minha fork, consegui resolver adicionando a property /p:DCC_UseMSBuildExternally=true
Isto fez com que a linha de comando do msbuild suprime o parâmetro -I, do include libpath+searchpath. Para o meu caso aqui vem funcionando. Mas posso fazer a PR para validação.

@viniciussanchez
Copy link
Member

Legal @andriwsluna pode sim, faça o PR por favor para avaliarmos....
Desde já, obrigado.

@andriwsluna
Copy link
Contributor

PR #165 criada

@viniciussanchez
Copy link
Member

Obrigado

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants