New release, new features, new bug fixes and new bugs.
Let’s start with compiling.
Continue reading “wine-0.9.59, OpenSolaris and Picasa”
Tag: compiling
How to compile wine under Solaris. Part II
See Part I
Beginning with wine 0.9.57 “-lsunmath” is needed. You can get the libsunmath library from blastwave, for example:
LIBS = -lsocket -lnsl -lintl -L/opt/csw/lib -lsunmath
This is the error you might get if the library is not specified in dlls/wined3d/Makefile:
Continue reading “How to compile wine under Solaris. Part II”
How to compile wine under Solaris. Part I
Unfortunately, wine can not be compiled under Solaris “as is”. Some tricks are needed.
Continue reading “How to compile wine under Solaris. Part I”