Git Product home page Git Product logo

Comments (3)

ivucica avatar ivucica commented on May 25, 2024

from libs-base.

fsb4000 avatar fsb4000 commented on May 25, 2024

We are, of course, unlikely to actively support Windows 2000, because I don't think any of us uses Windows 2000, and setting up CI would be very difficult as well.

Sure, it's just usually helpful to know which latest version is supported for a specific operating system.
Does anyone remember which version of the latest supported Windows 9x?
Perhaps it would be useful to indicate on the site(http://www.gnustep.org/windows/installer.html)...

Similar to https://gtk-win.sourceforge.io/home/index.php/Main/Downloads

from libs-base.

fsb4000 avatar fsb4000 commented on May 25, 2024

Actually I don't know how to fix libs-gui in configure...

Libs-gui correctly takes data from icu-config

But icu-config gives the wrong ones (I don't have -licudata)

For myself, I fixed the already generated makefile, which is not suitable for the github version.

Perhaps there is nothing to fix on the side of libs-gui, and apply a patch for icu-config...

https://imgur.com/a/wESeQpo

It is possible to change two lines

https://github.com/gnustep/libs-gui/blob/master/configure.ac#L464

and

https://github.com/gnustep/libs-gui/blob/master/configure.ac#L467

and run

./configure --disable-icu-config

But it looks like too much action to me.(run custom configure)

It's easier to leave a note that if you have an error with icu then you should change config.make file

CONFIG_SYSTEM_LIB_DIR +=...

to

CONFIG_SYSTEM_LIB_DIR +=   -LC:/MinGW/lib -licuin49 -licuuc49 -licudt49  -lm -L/mingw/lib -lpng16   

from libs-base.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.