Re: [DUG]: Kylix problems

2001-07-30 Thread John-Maarten Dales

Hi Ross,
You're on the right track, but there are a number of additional environment
variables that
 need to be set .  You can find all that is required in the script
kylixpath.

In your case run the command
  . /root/kylix/bin/kylixpath
(note the dot! before /root/.)

that should get you going

Cheers
John-Maarten Dales


- Original Message -
From: Ross Levis [EMAIL PROTECTED]
To: Multiple recipients of list delphi [EMAIL PROTECTED]
Sent: Monday, July 30, 2001 10:34 PM
Subject: [DUG]: Kylix problems


 Any Linux guru's out there?  A couple of us Delphi users with a little
 Linux experience installed Kylix OE on a Mandrake 8.0 system today.
 Managed to compile  run (from the IDE) an empty form that does
 nothing.  However, when attempting to run the executable directly (not
 using IDE), we receive an error that says it can't find the file
 libqtint.so.  I found it in /root/kylix/bin and altered the environment
 variable LD_LIBRARY_PATH to look at that directory.  I then got 'Runtime
 error 230 at 0805212E'.  What might be the problem?

 Cheers,
 Ross.

 --
-
 New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
   Website: http://www.delphi.org.nz
 To UnSub, send email to: [EMAIL PROTECTED]
 with body of unsubscribe delphi
 Web Archive at: http://www.mail-archive.com/delphi%40delphi.org.nz/



---
New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
  Website: http://www.delphi.org.nz
To UnSub, send email to: [EMAIL PROTECTED] 
with body of unsubscribe delphi
Web Archive at: http://www.mail-archive.com/delphi%40delphi.org.nz/



Re: [DUG]: Kylix problems

2001-07-30 Thread Nic Wise

kylixpath is a script - if you use the dot infront, it runs it under the
context of the current shell - basically, the same as typing in the commands
that are in the file onto the command line, unlike if you execute a shell
script, then it gets its own copy of the shell, and most path etc changes
are not held by the parent shell - unless you use the likes of export

or something like that :)

comeone Mark, you of all people should know that :)

N
- Original Message -
From: Mark Derricutt [EMAIL PROTECTED]
To: Multiple recipients of list delphi [EMAIL PROTECTED]
Sent: Tuesday, July 31, 2001 10:02 AM
Subject: Re: [DUG]: Kylix problems


Why the dot?  I can't quite see what its purpose here is...

--On Tuesday, July 31, 2001 6:37 AM +1200 John-Maarten Dales
[EMAIL PROTECTED] wrote:

 In your case run the command
   . /root/kylix/bin/kylixpath
 (note the dot! before /root/.)



--
Vi de udødelige inviterer dere til å slå dere sammen med oss

---
New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
  Website: http://www.delphi.org.nz
To UnSub, send email to: [EMAIL PROTECTED]
with body of unsubscribe delphi
Web Archive at: http://www.mail-archive.com/delphi%40delphi.org.nz/


---
New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
  Website: http://www.delphi.org.nz
To UnSub, send email to: [EMAIL PROTECTED]
with body of unsubscribe delphi
Web Archive at: http://www.mail-archive.com/delphi%40delphi.org.nz/



Re: [DUG]: Kylix problems

2001-07-30 Thread Mark Derricutt

*grin* actually, that was one I didn't.  Seems a somewhat stupid way to do 
it thou, as you often use . as part of the path, to run a script or 
something in the current directory

$ ./setup.sh

or somesuch.

--On Tuesday, July 31, 2001 10:05 AM +1200 Nic Wise [EMAIL PROTECTED] 
wrote:

 comeone Mark, you of all people should know that :)



-- 
Vi de udødelige inviterer dere til å slå dere sammen med oss

---
New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
  Website: http://www.delphi.org.nz
To UnSub, send email to: [EMAIL PROTECTED]
with body of unsubscribe delphi
Web Archive at: http://www.mail-archive.com/delphi%40delphi.org.nz/



Re: [DUG]: Kylix problems

2001-07-30 Thread Nic Wise

Very true, but this is

dotspacepathofscript

eg

. /root/whatever.sh

very handy thing to use tho :)

N
- Original Message -
From: Mark Derricutt [EMAIL PROTECTED]
To: Multiple recipients of list delphi [EMAIL PROTECTED]
Sent: Tuesday, July 31, 2001 10:19 AM
Subject: Re: [DUG]: Kylix problems


*grin* actually, that was one I didn't.  Seems a somewhat stupid way to do
it thou, as you often use . as part of the path, to run a script or
something in the current directory

$ ./setup.sh

or somesuch.

--On Tuesday, July 31, 2001 10:05 AM +1200 Nic Wise [EMAIL PROTECTED]
wrote:

 comeone Mark, you of all people should know that :)



--
Vi de udødelige inviterer dere til å slå dere sammen med oss

---
New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
  Website: http://www.delphi.org.nz
To UnSub, send email to: [EMAIL PROTECTED]
with body of unsubscribe delphi
Web Archive at: http://www.mail-archive.com/delphi%40delphi.org.nz/


---
New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
  Website: http://www.delphi.org.nz
To UnSub, send email to: [EMAIL PROTECTED]
with body of unsubscribe delphi
Web Archive at: http://www.mail-archive.com/delphi%40delphi.org.nz/