Re: [Iup-users] Again about resizing, my problem

2012-03-05 Thread Antonio Scuri
You mean, did you update from the CVS repository and then rebuild the main library? Best, Scuri > -Original Message- > From: fra III [mailto:ilterzou...@fastwebnet.it] > Sent: domingo, 4 de março de 2012 16:13 > To: IUP discussion list. > Subject: Re: [Iup-users] Again about resizing, my

Re: [Iup-users] Compiling IUP - linker errors

2012-03-05 Thread Antonio Scuri
That's weird. It should not complain about that lib. Anyway, good news. Best, Scuri > -Original Message- > From: Eddy Martin [mailto:h...@lavabit.com] > Sent: segunda-feira, 5 de março de 2012 17:47 > To: IUP discussion list. > Subject: Re: [Iup-users] Compiling IUP - linker errors

Re: [Iup-users] Compiling IUP - linker errors

2012-03-05 Thread Eddy Martin
I went ahead and bit the bullet, downloaded and compiled the IUP Lua source. Tecmake complained it was missing 'liblua.a'. In the ../lua5.1/lib/Linux32_64/ directory, there was 'liblua5.1.a' so I just made a soft link to it. cd ../lua5.1/lib/Linux32_64/ ln -s liblua5.1.a liblua.a CD'd back to th

Re: [Iup-users] Compiling IUP - linker errors

2012-03-05 Thread Eddy Martin
OK, tried added srcmglplot to the makefile (just to experiment) and it still stopped, so I did as you directed, compiled successfully. CD'd back to the IUP directory and issued 'make'. Now it has stopped, and is looking for liblua.a from the ./lua5.1/lib/Linux32_64/ directory: ./tecmake.mak:1469

Re: [Iup-users] Compiling IUP - linker errors

2012-03-05 Thread Antonio Scuri
That was something missing the "iup/Makefile" list. To solve that just go in the folder "srcmglplot" and type make. Actually you don't need to build all the libraries just to start using IUP. You can also live without that executable if things go wrong. Anyway, let me know if you could compile

Re: [Iup-users] Compiling IUP - linker errors

2012-03-05 Thread Eddy Martin
Thanks for your reply Antonio. I did a CVS checkout and ran 'make', now I have a new error: Tecmake: linking libiuplua_mglplot51.so ... gcc -shared -o ../lib/Linux32_64/libiuplua_mglplot51.so ./obj/iuplua_mglplot51/Linux32_64/iuplua_mglplot.o ./obj/iuplua_mglplot51/Linux32_64/il_mglplot.o -L../

Re: [Iup-users] Compiling IUP - linker errors

2012-03-05 Thread Antonio Scuri
Hi, CD and IM had a few changes in their configuration that affected the IUP build. But we still did not release a new IUP version with the necessary updates in the Makefiles. So you will need to download IUP from CVS. We expect to release a new IUP version soon, but I don't have a date yet, s