[fpc-pascal] problem with the opengl unit

leledumbo leledumbo_cool at yahoo.co.id
Sun May 4 12:51:14 CEST 2014


> So there is really a problem with my GL (or gl) unit. 
> If this is only a problem of upper case, can you tell me how I can fix it? 

I think it's rather a unit path problem. Compile with -vt and grep -i "unit
path"
Make sure it lists path to your opengl units. If it doesn't, then check your
fpc.cfg. There should be -Fu line pointing to the opengl units directory.
Note that -Fu supports wildcard, so if you don't alter the layout, a single
line of -Fu ending with * should be enough since the default layout is:
$(fpc)/$(fpcversion)/units/$(fpctarget)/<package name>.



--
View this message in context: http://free-pascal-general.1045716.n5.nabble.com/problem-with-the-opengl-unit-tp5719120p5719126.html
Sent from the Free Pascal - General mailing list archive at Nabble.com.



More information about the fpc-pascal mailing list