Package Details: wxformbuilder-git 4.0.0.r6.ga75305af-1

Git Clone URL: https://aur.archlinux.org/wxformbuilder-git.git (read-only, click to copy)
Package Base: wxformbuilder-git
Description: Designer, GUI builder, and RAD tool For wxWidgets
Upstream URL: https://sourceforge.net/projects/wxformbuilder/
Keywords: C++ Designer GUI Lua PHP Python RAD wxGtk wxWidgets XRC
Licenses: GPL
Conflicts: wxformbuilder, wxformbuilder-svn
Provides: wxformbuilder
Submitter: jgmdev
Maintainer: jgmdev
Last Packager: jgmdev
Votes: 23
Popularity: 0.000000
First Submitted: 2016-10-03 16:35 (UTC)
Last Updated: 2024-01-12 20:30 (UTC)

Latest Comments

1 2 Next › Last »

Alexander3XL commented on 2023-07-07 12:23 (UTC)

error: failed to commit transaction (conflicting files) wxformbuilder-git: /usr/include/tinyxml2.h exists in filesystem (owned by tinyxml2) wxformbuilder-git: /usr/lib/cmake/tinyxml2/tinyxml2-config-version.cmake exists in filesystem (owned by tinyxml2) wxformbuilder-git: /usr/lib/cmake/tinyxml2/tinyxml2-config.cmake exists in filesystem (owned by tinyxml2) wxformbuilder-git: /usr/lib/pkgconfig/tinyxml2.pc exists in filesystem (owned by tinyxml2)

jgmdev commented on 2017-09-16 00:56 (UTC)

So I tought last change fixed the issue because it compiled fine, but then a user emails me with some premake error. So I tried building on a clean directory and got another set of errors, after scratching my head for a while I discovered the real culprit: https://github.com/wxFormBuilder/wxFormBuilder/tree/master/build/premake/linux/obj/Release It seems someone forgot to clean its object files and did a "git add ." on a hurry... Now it should finally build normally again!!! Now I have to report this issue mainstream.

jgmdev commented on 2017-09-15 20:07 (UTC)

@froh Fixed, thanks for sharing, funny that I missed the S from CXXFLAGS (facepalm).

froh commented on 2017-09-09 10:27 (UTC)

Still fails on X86_64. The -fPIC must go into CXXFLAGS, not CXXFLAG. In addition, wxwidgets include paths are missing (at least for me). What did work: i) remove the CXXFLAG=... part from the make invocation ii) prepend lines export CFLAGS=-fPIC\ $(wx-config --cflags) export CXXFLAGS=-fPIC\ $(wx-config --cxxflags) of course, transferring to exports is just a matter of readability, adding the wx-config stuff is what matters.

jgmdev commented on 2017-08-18 17:49 (UTC)

I added the -fPIC flag, thanks all for testing.

ase1590 commented on 2017-08-18 12:26 (UTC) (edited on 2017-08-18 12:27 (UTC) by ase1590)

The build outright fails on Arch X86_64, complaining that fPIC needs to be set in order to compile. adding mrbit's 'make config' option fixes the build.

Pezo commented on 2017-08-08 07:29 (UTC)

x86_64

jgmdev commented on 2017-08-07 19:55 (UTC)

@Pezo and @mrbit Which platform? 64 or 32?

Pezo commented on 2017-08-07 15:34 (UTC)

Build fails for me without -fPIC, works when I add it.

jgmdev commented on 2017-07-28 04:36 (UTC)

@mrbit Added boost dependency but the CXXFLAG=-fPIC option gave me some issues with premake if I recall correctly.