FluffyStuff / OpenRiichi

An open source riichi mahjong client
GNU General Public License v3.0
108 stars 18 forks source link

Compile #8

Closed Esse78 closed 7 years ago

Esse78 commented 7 years ago

I can't compile in windows can you help me

polarina commented 7 years ago

What is problem you're experiencing? What error messages are you seeing?

Esse78 commented 7 years ago

I'm not able to compilate could you pleas send to me a copiled version for windows

2017-05-05 19:39 GMT+02:00 Gabríel Arthúr Pétursson < notifications@github.com>:

What is problem you're experiencing? What error messages are you seeing?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/FluffyStuff/OpenRiichi/issues/8#issuecomment-299528638, or mute the thread https://github.com/notifications/unsubscribe-auth/AR1z6UANiDX0KkeDhHYnoPHfDM8u0u_Aks5r2162gaJpZM4NSNao .

polarina commented 7 years ago

What steps have you tried in order to compile the program? Did you get any error messages, and if so, what are they?

Esse78 commented 7 years ago

first in the Makefile you don't have WindowsRelease you only have windows after I do "make windows" I recive thouse errors

Compilation failed: 6 error(s), 0 warning(s) ../Engine/Properties/Mat4.vala:10.9-16.9: error: use new' operator to create new objects ../Engine/Properties/Quat.vala:33.9-33.39: error: usenew' operator to create new objects from_euler(vec.x, vec.y, vec.z); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ../Engine/Properties/Mat3.vala:9.9-14.9: error: use new' operator to create new objects source/Game/Logic/IGameConnection.vala:159.47-159.58: error: Property GameLocalConnection.authoritative' with private accessor cannot be marked as abstract, virtual or override public override bool authoritative { get; private set; } ^^^^^^^^^^^^ source/Game/Logic/IGameConnection.vala:98.47-98.58: error: Property GameNetworkConnection.authoritative' with private accessor cannot be marked as abstract, virtual or override public override bool authoritative { get; private set; } ^^^^^^^^^^^^ source/Game/Logic/IGameConnection.vala:187.47-187.58: error: Property TunneledGameConnection.authoritative' with private accessor cannot be marked as abstract, virtual or override public override bool authoritative { get; private set; } ^^^^^^^^^^^^ make: *** [Makefile:75: windows] Error 1

2017-05-05 19:49 GMT+02:00 Gabríel Arthúr Pétursson < notifications@github.com>:

What steps have you tried in order to compile the program? Did you get any error messages, and if so, what are they?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/FluffyStuff/OpenRiichi/issues/8#issuecomment-299531022, or mute the thread https://github.com/notifications/unsubscribe-auth/AR1z6TlOSszI6JwyRxN5HNGftMeKrKHZks5r22EMgaJpZM4NSNao .

FluffyStuff commented 7 years ago

The Vala dev team released a slightly backwards compatibility breaking release. The newest release on the master branch fixes this issue. Also, you can find prebuilt binaries here.

Esse78 commented 7 years ago

thank you and sorry for the trouble

2017-05-06 5:06 GMT+02:00 Kristján Árni Gerhardsson < notifications@github.com>:

The Vala dev team released a slightly backwards compatibility breaking release. The newest release on the master branch fixes this issue. Also, you can find prebuilt binaries here https://github.com/FluffyStuff/OpenRiichi/releases.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/FluffyStuff/OpenRiichi/issues/8#issuecomment-299611643, or mute the thread https://github.com/notifications/unsubscribe-auth/AR1z6Wt5QdoyK90MeKi4CX5cCWw_NEyoks5r2-OegaJpZM4NSNao .

FluffyStuff commented 7 years ago

No problem. Thanks for pointing out the issue.