Hi John I used the modified uQLx for GCC 4.1 that I found in:
http://linux-q40.sourceforge.net/uqlx/ No longer online. If you need the uQLx version of GCC 4.1 I think I have a copy saved. In this version I made several changes: I used this ".uqlx_cprefs": |GENERIC_CPU=yes # don't do special optimizations USE_XAW=no # or yes # BUILD_SPECIALFLAGS= -Dxx # need some strange define flags ? LOCAL_LIBPATHS= -L /usr/lib/X11/ LOCAL_INCLUDES= -I /usr/include/ LOCAL_OPTFLAGS= -O0 # LOCAL_OPTFLAGS= -g -O3 -O0 # or whatever # LOCAL_DEFINES= # LOCAL_LINKFLAGS= |I modified the line 71 of the "config" file: before: 4.0.2*) after: 4.1.3*) Put here the correct version of GCC that you are using. In "unixstuff.c" the following line gives problems when compiling: if (V4) printf("setting RTOP to %d\n",RTOP&(~16383)); I decided to compile without this line. /*if (V4) printf("setting RTOP to %d\n",RTOP&(~16383));*/ Finally, in "Xgui.c" I changed the strings to my language. Javier Guerra http://sinclairql.es John Sadler escribió: > Dear Javia > > Please would you send a compressed file of thesource for your version of Uqlx > so that I can look at the changes you have made. > Or even better a diff file that shows to me > > John Sadler > > On Monday 23 November 2009 19:34, sinclairql.es wrote: > >> Download my compiled version: >> http://sinclairql.es/utilidades/uqlx-es-2008.01.tar.bz2 >> >> Use: >> tar -xjvf uqlx-es-2008.01.tar.bz2 >> >> Or any tool like File Roller in Gnome or KDE... >> >> Then move "uqlx" at your home and move the "uqlxrc" file to your home too. >> >> Rename "uqlxrc" to ".uqlxrc" >> >> go to ~/uqlx/bin >> >> and execute ./qm >> >> I use it in my Ubuntu 9.10 and OK >> >> See the "léame.txt" (readme.txt) file inside. (in spanish but you can >> translate it easy) >> >> Javier Guerra (badaman) >> http://sinclairql.es >> >> Dilwyn Jones escribió: >> >>>> Dear Editor >>>> Would it be possible for Quanta to publish an idiot's guide on how to >>>> install uQLx on a Ubuntu based Linux PC. >>>> I recently converted an old Laptop to Linux/Ubuntu and downloaded the >>>> uQLx emulator but for the life of me I cannot work out how to >>>> compile/install the emulator correctly. Searching the net does not give >>>> any useful help as all the instructions seem to be for a pre Ubuntu era! >>>> Any help would be gratefully received. >>>> Yours sincerely >>>> >>> The above is a helpline request we got for Quanta magazine (name >>> deliberately omitted, email BCC'ed to him). >>> >>> Can anyone help with this, perhaps come up with a short article or >>> list of steps to achieve what the writer wants? >>> >>> Our editor, John Gilpin, is also moving in the direction of using >>> Linux systems, so I'm sure this would be a very useful little article. >>> So many of the helpline requests I get at the moment seem to deal with >>> emulator issues! >>> >>> Dilwyn Jones >>> (_wearing Quanta Helpline hat_) >>> >>> >>> _______________________________________________ >>> QL-Users Mailing List >>> http://www.q-v-d.demon.co.uk/smsqe.htm >>> >> _______________________________________________ >> QL-Users Mailing List >> http://www.q-v-d.demon.co.uk/smsqe.htm >> > > _______________________________________________ > QL-Users Mailing List > http://www.q-v-d.demon.co.uk/smsqe.htm > > _______________________________________________ QL-Users Mailing List http://www.q-v-d.demon.co.uk/smsqe.htm
