Re: [Iup-users] make/tekmake for iup

2015-11-18 Thread Grieb
OK, thanks, I can confirm that the latest svn update wont require to edit tecmake.mak to add -lncurses. Fixed. And now I learned how to run clean and rebuild too, despite some errors messages that I'll let to deal after my main issue is solved. Grieb. On Wed, 18 Nov 2015 22:48:45 -0200 Antonio S

Re: [Iup-users] make/tekmake for iup

2015-11-18 Thread Antonio Scuri
Ok. I forgot that tecmake.mak is called from inside Makefile, so its targets will work only if done like this: make -f ../tecmake.mak clean make -f ../tecmake.mak rebuild Which library or application fail to build? This probably occurs only when building the iupluaconsole, which in fact was

Re: [Iup-users] make/tekmake for iup

2015-11-18 Thread Grieb
sorry, I made a mistake, the line I need to add -lncurses is 1389: LFLAGS += $(LDIR) $(LIBS) $(PKGLIBS) -lncurses > On Wed, 18 Nov 2015 21:06:01 -0200 > Grieb wrote: > > > Ok, I started a different thread to make things easier for me/us. > > > > If I enter the directory of iup and do make the l

[Iup-users] make/tekmake for iup

2015-11-18 Thread Grieb
Ok, I started a different thread to make things easier for me/us. If I enter the directory of iup and do make the library is compiled successfully (except for the not below), all others that I tried failed. make clean make: *** No rule to make target `clean'. Stop. DBG=Yes make rebuild make: **