From: JoseC (josefinacenteio_at_ig.com.br)
Date: 10/02/03 12:37 EDT
From: JoseC <josefinacenteio@ig.com.br> Message-Id: <200310021337.37042.josefinacenteio@ig.com.br> Subject: [Ardour-users] Ardou finaly run in my AMD 450 i586 :) Date: Thu, 2 Oct 2003 13:37:37 -0300 Hi all! I'm the guy with problems to run Ardour in one notebook Compaq Pressario 1200 with processor AMD 450 MHz. So... finaly I run Ardour with no problems. The solution? Well, after many attemps I try analyze with more care my compilation. Chris Ross help me with cflags for my processor. But, this operation has no effect and I stay(I don't know write "stay" on pass) with problems. I swear, I try this types: I remove all files of Ardour of my system. # make distclean # CHOST="i586-pc-linux-gnu" CFLAGS="-march=k6 -O3 -pipe -fomit-frame-pointer" CXXFLAGS="-march=k6 -O3 -pipe -fomit-frame-pointer" ./configure So, configure run normaly. # make The compilation run normaly too. But Ardour not run. So... I remove again all files of Ardour of my system. # make disclean # CHOST="i586-pc-linux-gnu" CFLAGS="-march=k6 -O3 -pipe -fomit-frame-pointer" CXXFLAGS="-march=k6 -O3 -pipe -fomit-frame-pointer" ./configure And, the solution: I run: grep -R i686 * I saw CXXFLAGS stay with i686 parameters in libs/ardour/Makefile and libs/ardour/ardour/Makefile In the autom4te.cache too. And I change manualy this flags to i586 system directly in files. And I compile. And finaly I can run Ardour. One question: is it normal? But, at this time I very happy, but I don't have the options of "Edit" menu, just one gray point empty. I hope this help someone with the same problem with me. Very thanks to Chris Ross, Nuno and Taybin. []'s Alexander ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ Ardour-users mailing list Ardour-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/ardour-users
This archive was generated by hypermail 2.1.7 : 10/02/03 12:40 EDT