Package Details: urho3d 1.7.1-1

Git Clone URL: https://aur.archlinux.org/urho3d.git (read-only, click to copy)
Package Base: urho3d
Description: Urho3D is a free lightweight, cross-platform 2D and 3D game engine implemented in C++ and released under the MIT license.
Upstream URL: http://urho3d.github.io
Keywords: 3d engine game
Licenses: MIT
Conflicts: urho3d-git
Provides: urho3d
Replaces: urho3d-git
Submitter: erihel
Maintainer: None
Last Packager: mpento
Votes: 8
Popularity: 0.000000
First Submitted: 2015-07-06 11:24 (UTC)
Last Updated: 2021-12-25 22:49 (UTC)

Latest Comments

1 2 Next › Last »

jperry commented on 2022-01-17 19:38 (UTC) (edited on 2022-01-18 03:30 (UTC) by jperry)

Hi, I get the following build errors:

SDL_waylandvideo.c:(.text+0x4bb): undefined reference to `wl_proxy_get_version'

/usr/bin/ld: SDL_waylandvideo.c:(.text+0x4da): undefined reference to `wl_proxy_marshal_flags'

I've installed everything related to Wayland that I could find, though I don't run it. I wonder if maybe the SDL code bundled with Urho needs an older version of Wayland. Is there a build flag to remove Wayland support entirely? Thanks.

mpento commented on 2021-12-25 22:51 (UTC)

Updated to 1.7.1

pirogronian commented on 2017-03-02 20:43 (UTC)

While building I got: /usr/bin/ld: cannot find -lGL collect2: error: ld returned 1 exit status

erihel commented on 2017-02-19 20:45 (UTC)

It compiles for me without errors using gcc 6.3.1. Hard to say what's wrong. You may want to seek help on urho3d forum. What compiler do you use? Is your system up to date? Does urho3d-git package work for you?

vita_cell commented on 2017-02-18 16:58 (UTC)

http://dpaste.com/00ZH922 cc1plus: error: found not valid PCH files cc1plus: error fatal: /home/vita/Desktop/urho3d/src/Urho3D-1.6/build/Source/Urho3D/Precompiled.h: file or directory doesn't exists

erihel commented on 2015-11-11 15:03 (UTC)

My bad. I just compiled and packed it without installing. Thank you for info. Cheers.

Dr-Shadow commented on 2015-11-11 13:39 (UTC)

Hi, it seems urho3d now puts lua/luac binaries into ./bin and this leads to conflicts with /usr/bin/lua and /usr/bin/luac. Should remove ./bin/lua and ./bin/luac on packaging target.

erihel commented on 2015-09-08 05:32 (UTC)

Thank you for your comment.

robus commented on 2015-09-07 16:28 (UTC)

I think, provides=("$pkgname=$pkgver") will be better.

erihel commented on 2015-09-07 15:26 (UTC)

Can you please check if it's correct now?