Re: [ql-users] UQLX

2006-03-12 Thread Kjartan Geble Olsen
On Sun, 12 Mar 2006 03:30:40 +0100, Marcel Kilgus  
[EMAIL PROTECTED] wrote:

 Jeremy Taffel wrote:
 I didn't have any problems until I switched from distributions using
 Xfree86 to more recent ones that use Xorg.

 Version 10/22/02 seems to compile and work out of the box on my Gentoo
 system (gcc 3.3.6, Xorg X11 6.8.2).

 Marcel

This is the error message I always get with gcc3.0:

QL_files.c:1005: error: conflicting types for `WriteMdvControl'
QL68000.h:430: error: previous declaration of `WriteMdvControl'
make: *** [QL_files.o] Error 1

This is on Suse 9.3/10.0, gcc 3.3.5/4.0.1, Xorg 6.8.2, uqlx 22/10/02

Getting this to work is beyond my limited 'c' skills..

Kjartan
___
QL-Users Mailing List
http://www.q-v-d.demon.co.uk/smsqe.htm


Re: [ql-users] UQLX

2006-03-12 Thread Marcel Kilgus
Kjartan Geble Olsen wrote:
 QL_files.c:1005: error: conflicting types for `WriteMdvControl'
 QL68000.h:430: error: previous declaration of `WriteMdvControl'
 make: *** [QL_files.o] Error 1

Strange. Perhaps try removing REGP1 in line 430 of QL68000.h

Marcel

___
QL-Users Mailing List
http://www.q-v-d.demon.co.uk/smsqe.htm


Re: [ql-users] QL disk transfer

2006-03-12 Thread Tony Firshman
Dilwyn Jones wrote:
  onto a QL disk?

 4. How to get past the catch 22 of needing to unzip the Unzip program 
 on a QL when you haven't got Unzip already. (use the JRH SFX procedure 
 to make Unzip self-extract and how to work around it on the 1% of 
 systems the SFX doesn't work, or order a copy from a PD service on 
 floppy disk)
The QBBS method developed by TOny Price in 1988 of processing the 
unzip_exe into unzip_exe_hdr and then using a basic program 
(QDOS_HDR_BAS I think) to re-construct is totally foolproof on all systems.


-- 
  QBBS (QL fido BBS 2:252/67) +44(0)1442-828255
   tony@surname.co.uk  http://firshman.co.uk
  Voice: +44(0)1442-828254  Fax: +44(0)1442-828255  Skype: tonyfirshman
  TF Services, 29 Longfield Road, TRING, Herts, HP23 4DG

___
QL-Users Mailing List
http://www.q-v-d.demon.co.uk/smsqe.htm


Re: [ql-users] UQLX

2006-03-12 Thread Kjartan Geble Olsen
On Sun, 12 Mar 2006 13:17:59 +0100, Marcel Kilgus  
[EMAIL PROTECTED] wrote:

 Kjartan Geble Olsen wrote:
 QL_files.c:1005: error: conflicting types for `WriteMdvControl'
 QL68000.h:430: error: previous declaration of `WriteMdvControl'
 make: *** [QL_files.o] Error 1

 Strange. Perhaps try removing REGP1 in line 430 of QL68000.h

 Marcel

That produced a number of similar error messages, after removing 'regp1'
 from the reported lines it will compile but not run:

*** QL Emulator v0.00 ***
release 10/22/02  16:10:00

allocation failed, QDOS error 24
unexpected segfault, faultaddr 40003e, QL-REL 40003e
Terminate on signal 11
This may be due to an internal error, gcc-2.96 bug,
a feature not emulated or an 68000 exception
that typically occurs only when QDOS is unrecoverably
out of control
FATAL error, PC may not be displayed correctly
DebugInfo: PC=c6, code=2fae, SupervisorMode: no USP=38 SSp=2831a  
A7=38
Register Dump:   Dn An
0 7e   0
1  04bbd
2 48 a40
3 54c000
4  0 911
5  0 194
6  0  3ff468
7  0  38

:-(

Kjartan
___
QL-Users Mailing List
http://www.q-v-d.demon.co.uk/smsqe.htm


Re: [ql-users] UQLX

2006-03-12 Thread Marcel Kilgus
Kjartan Geble Olsen wrote:
 That produced a number of similar error messages, after removing 'regp1'
  from the reported lines it will compile but not run:

Tried issuing make clean before make config and make?

Marcel

___
QL-Users Mailing List
http://www.q-v-d.demon.co.uk/smsqe.htm