On 05/02/2014, at 8:52 PM, srean wrote: > Not sure I got the interactive part. You make the choices and then wait for > it to build, right its not something that will be changing dynamically ?
Right. Choices, then build. > I am assuming that this tool will rewrite some centralized configuration file. Several. basically .. ALL of host/config, although most are invariant at the moment. Ditto for host/lib/rtl for example: ~/felix>cat build/release/host/lib/rtl/flx_rtl_config_params.hpp #ifndef __FLX_RTL_CONFIG_PARAMS_H__ #define __FLX_RTL_CONFIG_PARAMS_H__ #define FLX_HAVE_VSNPRINTF 1 #define FLX_HAVE_BOOL 1 #define FLX_HAVE_LONGLONG 1 #define FLX_HAVE_LONGDOUBLE 1 #define FLX_HAVE_GNU 1 #define FLX_HAVE_GNU_X86 0 #define FLX_HAVE_GNU_X86_64 0 #define FLX_HAVE_GNU_BUILTIN_EXPECT 1 #define FLX_HAVE_CGOTO 0 #define FLX_USE_REGPARM3 0 #define FLX_HAVE_ASM_LABELS 1 #define FLX_HAVE_DLOPEN 1 #define FLX_MACOSX 1 #define FLX_LINUX 0 #define FLX_WIN32 0 #define FLX_WIN64 0 #define FLX_CYGWIN 0 #define FLX_POSIX 1 #define FLX_SOLARIS 0 #define FLX_HAVE_MSVC 0 #define FLX_HAVE_KQUEUE_DEMUXER 1 #define FLX_HAVE_POLL 1 #define FLX_HAVE_EPOLL 0 #define FLX_HAVE_EVTPORTS 0 #define FLX_HAVE_OPENMP 0 #define FLX_MAX_ALIGN 16 #endif is fairly critical. > Tk should be good enough for that I think, although it looks really old. Portability is the issue I guess. Even a "question and answer" with C stdio might do. -- john skaller skal...@users.sourceforge.net http://felix-lang.org ------------------------------------------------------------------------------ Managing the Performance of Cloud-Based Applications Take advantage of what the Cloud has to offer - Avoid Common Pitfalls. Read the Whitepaper. http://pubads.g.doubleclick.net/gampad/clk?id=121051231&iu=/4140/ostg.clktrk _______________________________________________ Felix-language mailing list Felix-language@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/felix-language