PattiMichelle

Results 16 comments of PattiMichelle

Thank you, Sylwester. I've seen the term "headless" on many .rpm (prebuilt binaries) packages - but I've never seen a definition, exactly. In the case of GDL, what does "headless"...

> headless corresponds here to a build with no dependencies on graphical interface features. > > For python39.dll issue, from the information given here it would seem that having Python...

> At the end, compiling GDL on OpenSuse Leap (15.3) is not a big deal but : > > * (_git_ should be install at the beginning) > > *...

_cmake is one (great) alternative for configure we started to use ~10 years ago_ I always get comments - sorry - certainly didn't mean criticism and it's certainly **_my_** fault...

test (apparently I don't know how to use github either...)

OIC - then you do make, make check, make install, etc.?

> Re Python: > > > I was seeing references that python 3.9 won't run under Win7 - so I guess that means GDL 1.0 also won't run under Win7....

Huh... ``` ~/Desktop/ISOs/00_IDL/gdl-1.0.0> make Scanning dependencies of target antlr [ 0%] Building CXX object src/antlr/CMakeFiles/antlr.dir/ANTLRUtil.cpp.o [ 1%] Building CXX object src/antlr/CMakeFiles/antlr.dir/ASTFactory.cpp.o [ 98%] Building CXX object src/CMakeFiles/gdl.dir/sax.cpp.o [100%] Building CXX...

OIC = "Oh, I see" :^) > What is OIC ? (https://fr.wikipedia.org/wiki/OIC) > Yes, after _cmake_, you have to run _make_. _make check_ is important for me ;) > I...

I was _really_ amazed and happy with how well cmake worked (never used it before) to install dependencies, though I needed to manually intervene on that one conflict which it...