View previous topic :: View next topic |
Author |
Message |
meaglyn
Joined: 07 Aug 2013 Posts: 3
|
Posted: Fri Jul 31, 2015 17:06 Post subject: buld process |
|
|
Hi,
It seems Cmake is the preferred build tool. If that is the case there is an issue with that process modifying a checked in file (override/Makefile) which is not ideal.
That could simply be gitignored if the regular configure/make process is deprecated. If not this will take a bit more to fix (creating a Makefile.in etc).
The configure/make process is currently broken. There is an issue leo_x noted which I suspect will be fixed, there are a few plugins which don't have install targets in the Makefile.in and at least on my opensuse there are a few that don't find the correct include files. (I need to add -I$(NWNXDIR)/include to Makefile.in in those cases. It may be that other builds of the compiler look for include subdirs of -I paths automatically?).
Is this worth submitting a fix for? Should it be left to rot? The readme and install.sh still use this method.
The readme probably wants to be adjusted to reflect the preference for cmake too.
Cheers,
Meaglyn |
|
Back to top |
|
|
elven
Joined: 28 Jul 2006 Posts: 259 Location: Germany
|
Posted: Sat Aug 01, 2015 15:08 Post subject: |
|
|
We're currently efforting to remove all the old cruft, so this will be solved with that. :) _________________ silm.pw, a player-driven Forgotten Realms NWN1 persistent world for tinkerers. |
|
Back to top |
|
|
leo_x
Joined: 25 Aug 2010 Posts: 75
|
|
Back to top |
|
|
|