-
The `make oct` target sets the environment variable `LFLAGS`. If this variable is set by the user, it overrides the built in link options that are necessary for finding Octave's libraries.
Commands…
-
### What version of Go are you using (`go version`)?
`go version go1.10.1 windows/amd64`
### Does this issue reproduce with the latest release?
Yes.
### What operating system and processor…
-
Hi everyone,
First of all, this is not an issue, just a newbie doubt. Assuming that I receive some kind of telemetry in COSMOS, I'd like to know how to process that data to plot it, extract conclus…
-
usually Laz components have Register in separate unit.
e.g. name gifviewer_register.pas.
unit is included in Laz package only.
-
Can't seem to get any decent results with these and Vectors, are they supposed to be used with a unit plane? If so then I will move them.
-
Jerome,
I would like some way of making a sanity test for library code which uses homogeneous conventions.
In the past I have spent many unhappy hours tracking down other peoples bugs in code whic…
-
Ok doing test for VectorHelper.
Rotate seems to work the way I think it should
```
vt1.Create(1,1,1,1); // unit point
vt4 := vt1.Rotate(ZHmgVector, pi/2);
AssertEquals('Rotate:Sub1 X fai…
-
Tulip installs its library in `/x86_64-linux-gnu/`, however it seems to search them in `/bin/../lib/x86_64-linux-gnu/../lib/tulip` (so `/lib/lib/tulip`) that does not exists.
The message `loadPlugins…
rgiot updated
7 years ago
-
```pascal
TGLZHmgPlane = record
// Computes the parameters of a plane defined by a point and a normal.
procedure Create(constref point, normal : TGLZVector); //overload;
function …
-
I have a premake5 script that's doing this:
```
local libPremakes =
{
"glload/glload.lua",
"glimg/glimg.lua",
"glfw/glfw.lua",
"freeglut/freeglut.lua",
"glutil/glutil.lua",
"…