electron/libchromiumcontent

libchromiumcontent build on electron v1.7.7 fails

mailtokartik1 opened this issue · 11 comments

Electron version: 1.7.7
Operating System: windows x64

The manual build of libcc in electron v17.7 fails. The command used is python script/bootstrap.py -v --build_libchromiumcontent. It worked fine with the other electron versions but the manual build fails with the v1.7.6 and v1.7.7.
`

@mailtokartik1
More info would be great, what is the exact error?

screenshot 38

This is where the build fails. Ask me for more traces if required but I guess this will be enough

I think there is some path issue here, i tried debugging but couldn't find, it seems the gclient config files can't be found although it is there. Can some one take a look at this?

anyone got this to work?

I have tried removing the windows 260 character limit but that did not seem to work as well.

Got the latest from master and no longer seeing this error.

Did you use version v1.7.7?

No v 1.8.1

The build fails with v1.7.9 and the command is non-existent in v1.8.1. Can you tell me the command you used?

the command is non-existent in v1.8.1

@mailtokartik1
--build_libchromiumcontent was renamed to --build_release_libcc in electron/electron#10253

@alexeykuzmin thanks. It works now.