Cannot open include file lg_defs.inc


Cannot open include file lg_defs.inc
#1
It's been a very long time since I last tried to use POVRAY. I just now exported a model from LDView into POVRAY, but when I try to render this model in POVRAY, I get the error message "Parse Error: Cannot open include file lg_defs.inc". 

I've tried searching tis site (not just the Forums), and I've searched Google as well, but I cannot find anything that actually helps me fix this error. 

Please advise. 

Thanks, 
Franklin
Reply
RE: Cannot open include file lg_defs.inc
#2
Have you downloaded the LGEO package? If so, is the path to the LGEO folder in the POV-Ray search paths?
Reply
RE: Cannot open include file lg_defs.inc
#3
(2023-01-10, 21:44)Orion Pobursky Wrote: Have you downloaded the LGEO package?
If so, is the path to the LGEO folder in the POV-Ray search paths?

I've used the All-in-One Installer, so I presume I've got that library somewhere on my PC. 

I presume it's this folder... 
G:\LDraw\LGEO

How do I check the search paths for POV-RAY, please? 
I looked for a means of configuring its default parameters, but like I said, it's been an age... 

Thanks, 
Franklin
Reply
RE: Cannot open include file lg_defs.inc
#4
Just on a lark, did some experimenting... 

Quote:#version 3.6;

#declare Library_Path="G:\LDraw\LGEO"
#declare Library_Path="G:\LDraw\LGEO\lg"
#declare Library_Path="G:\LDraw\LGEO\ar"

// Parse Error: Illegal escape sequence in string.


Sigh...  :-(
Reply
RE: Cannot open include file lg_defs.inc
#5
This is for 3.6 but it applies to 3.7 as well:
https://www.povray.org/documentation/view/3.6.1/600/

Adding the LGEO path to the "[Permitted Input Paths]" should fix your issue.
Reply
RE: Cannot open include file lg_defs.inc
#6
You mean, like this? 

[Permitted Input Paths]
1=%INSTALLDIR%
2=%PROFILEDIR%
3=%FONTDIR%
4=G:\LDraw\LGEO
5=G:\LDraw\LGEO\lg
6=G:\LDraw\LGEO\ar

Unfortunately, I'm still getting the same (original) message.  

Also, since LDView is the program exporting my model into POVRAY format, why isn't that ap including all of the appropriate library paths in the first place? 

Thanks, 
Franklin
Reply
RE: Cannot open include file lg_defs.inc
#7
Ok here's the solution:

Click the INI button on the menu

In the command line options box add the following:
+L "G:\LDraw\LGEO" +L "G:\LDraw\LGEO\lg" +L "G:\LDraw\LGEO\ar"

Click save

Render file

See:
http://www.povray.org/documentation/view/3.6.1/220/
Reply
RE: Cannot open include file lg_defs.inc
#8
Error
Failed to set render options (Failed to parse command-line option).
See message pane for more details.

(Message pane says): 
"This is not a valid command line." 

Tried again, this time without quote marks, but got same error message.
Reply
RE: Cannot open include file lg_defs.inc
#9
Hmm. Try without space between the +L and path and with the quotes?
Reply
RE: Cannot open include file lg_defs.inc
#10
We have a winner!!  ^_^  

+L"G:\LDraw\LGEO" +L"G:\LDraw\LGEO\lg" +L"G:\LDraw\LGEO\ar"

And after all of this hassle, it gives me a very tiny image.  ^_^  

I'm done for the night. Tomorrow will be soon enough, for getting a properly large image. 

Thanks for the help!!  
Franklin
Reply
« Next Oldest | Next Newest »



Forum Jump:


Users browsing this thread: 1 Guest(s)