Error: 500 Access to 'file' URIs has been disabled
13 Jul 2024 13:13 #305076
by stustev
Error: 500 Access to 'file' URIs has been disabled was created by stustev
Hi,
I just did:
git clone github.com/LinuxCNC/linuxcnc.git linuxcnc-292-dev
cd linuxcnc-292-dev/src
./autogen.sh
./configure --with-realtime=uspace --enable-build-documentation --disable-build-documentation-translation --enable-non-distributable=yes
make
At the end of the make feedback on the screen I see a few pages of the subject line.
Then I see this at the very end
###
### language: English
### all links are good!
###
LinuxCNC starts the axis demo and runs seemingly just fine.
Are the error messages anything to worry about?
I expect not but I want to ask.
I just did:
git clone github.com/LinuxCNC/linuxcnc.git linuxcnc-292-dev
cd linuxcnc-292-dev/src
./autogen.sh
./configure --with-realtime=uspace --enable-build-documentation --disable-build-documentation-translation --enable-non-distributable=yes
make
At the end of the make feedback on the screen I see a few pages of the subject line.
Then I see this at the very end
###
### language: English
### all links are good!
###
LinuxCNC starts the axis demo and runs seemingly just fine.
Are the error messages anything to worry about?
I expect not but I want to ask.
Please Log in or Create an account to join the conversation.
21 Jul 2024 10:05 #305762
by andypugh
Replied by andypugh on topic Error: 500 Access to 'file' URIs has been disabled
I think it is meant to be "--enable-build-documentation=pdf" or pdf,html or html. Though possibly leaving it blank enables both?
Anyway, to answer the question, it would be nice for the build process to not spew out a million errors, but it's a lot of work in areas that I don't understand to achieve that. Ignore the errors, and blame me for not fixing them.
Anyway, to answer the question, it would be nice for the build process to not spew out a million errors, but it's a lot of work in areas that I don't understand to achieve that. Ignore the errors, and blame me for not fixing them.
Please Log in or Create an account to join the conversation.
Time to create page: 0.079 seconds