* help with compilation?
@ tyler
` Jim Grimsby
` Lorenzo Taylor
0 siblings, 2 replies; 14+ messages in thread
From: tyler @ UTC (permalink / raw)
To: Speakup is a screen review system for Linux.
Hay,
I am compiling a server via ssh. I do the configure, and everything works
fine. Then, I fill out the options.h file like a good kid, and everything
should still be going fine... Wait, anyone notice the keyword back there?
use your up arrow, and check for it. lol. Anyway, When I compile, I get a
bunch of errors. Actually, someone might be farmilliar with it. It is the
moo server. Now, this is uploading the server untared and uncompressed to
the linux system. When I downloaded the folder, and did tar -xzvf, it gave
me an error, and said something about the headers, so it couldn't finish
extracting the file.
Lost there to.
A fix to either one of these problems would be awesome.
Thanks,
Tyler Littlefield.
Check out our website:
http://tysplace.the-leetest.net
check out my blog:
livejournal.com/~tylerrl
[my programs don't have bugs, just randomly added features]
[failure is not an option, it comes bundled with windows!]
^ permalink raw reply [flat|nested] 14+ messages in thread
* RE: help with compilation?
help with compilation? tyler
@ ` Jim Grimsby
` tyler
` tyler
` Lorenzo Taylor
1 sibling, 2 replies; 14+ messages in thread
From: Jim Grimsby @ UTC (permalink / raw)
To: 'Speakup is a screen review system for Linux.'
Hi the below message is useless. When you get errors you got to report
what the errors are. Some thing about what ever tells us nothing. If
you are using speakup block the error copy it and put it in a text file
so we can see what the error is.
Hth
jim grimsby
msn: jim.grimsby@att.net
email: jimgrims@pacbell.net
skype: jim.grimsby
-----Original Message-----
From: speakup-bounces@braille.uwo.ca
[mailto:speakup-bounces@braille.uwo.ca] On Behalf Of tyler
Sent: Friday, January 06, 2006 7:19 PM
To: Speakup is a screen review system for Linux.
Subject: help with compilation?
Hay,
I am compiling a server via ssh. I do the configure, and everything
works
fine. Then, I fill out the options.h file like a good kid, and
everything
should still be going fine... Wait, anyone notice the keyword back
there?
use your up arrow, and check for it. lol. Anyway, When I compile, I get
a
bunch of errors. Actually, someone might be farmilliar with it. It is
the
moo server. Now, this is uploading the server untared and uncompressed
to
the linux system. When I downloaded the folder, and did tar -xzvf, it
gave
me an error, and said something about the headers, so it couldn't finish
extracting the file.
Lost there to.
A fix to either one of these problems would be awesome.
Thanks,
Tyler Littlefield.
Check out our website:
http://tysplace.the-leetest.net
check out my blog:
livejournal.com/~tylerrl
[my programs don't have bugs, just randomly added features] [failure is
not an option, it comes bundled with windows!]
_______________________________________________
Speakup mailing list
Speakup@braille.uwo.ca
http://speech.braille.uwo.ca/mailman/listinfo/speakup
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: help with compilation?
help with compilation? tyler
` Jim Grimsby
@ ` Lorenzo Taylor
` tyler
1 sibling, 1 reply; 14+ messages in thread
From: Lorenzo Taylor @ UTC (permalink / raw)
To: Speakup is a screen review system for Linux.
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
I think the problem may be with your shell account. If I understand grex.org's
policies correctly,
a) They only allow 1MB of storage space in your home directory.
B) They don't allow background processes of any kind including server
applications.
I think most likely you are running into the first of these problems. The
combined space used by the tarball and it's untarred directory is most likely
larger than 1Mb.
HTH,
Lorenzo
- --
Be careful of reading health books, you might die of a misprint.
-- Mark Twain
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (GNU/Linux)
iD8DBQFDwAqUG9IpekrhBfIRAkY4AJ9DaKt3+nl3/Elg7UfEEusWV8wjxwCgx1DQ
QqZWvoo//8kSdjqAYYT7Jpw=
=x+/Y
-----END PGP SIGNATURE-----
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: help with compilation?
` tyler
@ ` Gregory Nowak
` tyler
` (2 more replies)
0 siblings, 3 replies; 14+ messages in thread
From: Gregory Nowak @ UTC (permalink / raw)
To: Speakup is a screen review system for Linux.
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Sounds like you're running into the cr/lf problem. Windows ends lines
with a cr/lf, whereas unix systems, including gnu/linux end lines with
a lf only. I believe that in windows, wordpad can deal with lines
ending in lf only, although I'm not sure if saves them that way if you
change a file in it. I know for a fact that notepad doesn't deal well
with files that have lines ending in lf only.
Under slackware, I used to use utilities called fromdos and todos,
that would convert files from cr/lf to lf, and vise versa. In windows,
I wrote a program for myself that can do this, though I haven't had
time yet to release it on my web site.
Greg
On Sat, Jan 07, 2006 at 11:26:45AM -0800, tyler wrote:
> Hello,
> I got it to work, sorta.
> I have a question.
> How do I edit my options.h file on windows? I think that there might have
> been a problem with me uploading from windows to linux, but, I am not
> totally sure.
> Thanks,
> Tyler Littlefield.
> Check out our website:
> http://tysplace.the-leetest.net
> check out my blog:
> livejournal.com/~tylerrl
> [my programs don't have bugs, just randomly added features]
> [failure is not an option, it comes bundled with windows!]
- --
web site: http://www.romuald.net.eu.org
gpg public key: http://www.romuald.net.eu.org/pubkey.asc
skype: gregn1
(authorization required, add me to your contacts list first)
- --
Free domains: http://www.eu.org/ or mail dns-manager@EU.org
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (GNU/Linux)
iD8DBQFDwA3T7s9z/XlyUyARAor/AJ9daREdgv2liVCgL5y6J4v8fioTcACfWU1G
jrkZq+2itaZryTPXaaiK7ik=
=VcK6
-----END PGP SIGNATURE-----
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: help with compilation?
` Jim Grimsby
@ ` tyler
` Gregory Nowak
` tyler
1 sibling, 1 reply; 14+ messages in thread
From: tyler @ UTC (permalink / raw)
To: Speakup is a screen review system for Linux.
Hello,
I got it to work, sorta.
I have a question.
How do I edit my options.h file on windows? I think that there might have
been a problem with me uploading from windows to linux, but, I am not
totally sure.
Thanks,
Tyler Littlefield.
Check out our website:
http://tysplace.the-leetest.net
check out my blog:
livejournal.com/~tylerrl
[my programs don't have bugs, just randomly added features]
[failure is not an option, it comes bundled with windows!]
----- Original Message -----
From: "Jim Grimsby" <jimgrims@pacbell.net>
To: "'Speakup is a screen review system for Linux.'"
<speakup@braille.uwo.ca>
Sent: Friday, January 06, 2006 9:03 PM
Subject: RE: help with compilation?
> Hi the below message is useless. When you get errors you got to report
> what the errors are. Some thing about what ever tells us nothing. If
> you are using speakup block the error copy it and put it in a text file
> so we can see what the error is.
> Hth
>
> jim grimsby
> msn: jim.grimsby@att.net
> email: jimgrims@pacbell.net
> skype: jim.grimsby
>
> -----Original Message-----
> From: speakup-bounces@braille.uwo.ca
> [mailto:speakup-bounces@braille.uwo.ca] On Behalf Of tyler
> Sent: Friday, January 06, 2006 7:19 PM
> To: Speakup is a screen review system for Linux.
> Subject: help with compilation?
>
>
> Hay,
> I am compiling a server via ssh. I do the configure, and everything
> works
> fine. Then, I fill out the options.h file like a good kid, and
> everything
> should still be going fine... Wait, anyone notice the keyword back
> there?
> use your up arrow, and check for it. lol. Anyway, When I compile, I get
> a
> bunch of errors. Actually, someone might be farmilliar with it. It is
> the
> moo server. Now, this is uploading the server untared and uncompressed
> to
> the linux system. When I downloaded the folder, and did tar -xzvf, it
> gave
> me an error, and said something about the headers, so it couldn't finish
>
> extracting the file.
> Lost there to.
> A fix to either one of these problems would be awesome.
> Thanks,
> Tyler Littlefield.
> Check out our website:
> http://tysplace.the-leetest.net
> check out my blog:
> livejournal.com/~tylerrl
> [my programs don't have bugs, just randomly added features] [failure is
> not an option, it comes bundled with windows!]
>
>
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup
>
>
>
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: help with compilation?
` Jim Grimsby
` tyler
@ ` tyler
1 sibling, 0 replies; 14+ messages in thread
From: tyler @ UTC (permalink / raw)
To: Speakup is a screen review system for Linux.
Hay,
I fixed it. I just left the port, and set it in the command line.
I would like to know how to edit still, but the server is up!
Thanks,
Tyler Littlefield.
Check out our website:
http://tysplace.the-leetest.net
check out my blog:
livejournal.com/~tylerrl
[my programs don't have bugs, just randomly added features]
[failure is not an option, it comes bundled with windows!]
----- Original Message -----
From: "Jim Grimsby" <jimgrims@pacbell.net>
To: "'Speakup is a screen review system for Linux.'"
<speakup@braille.uwo.ca>
Sent: Friday, January 06, 2006 9:03 PM
Subject: RE: help with compilation?
> Hi the below message is useless. When you get errors you got to report
> what the errors are. Some thing about what ever tells us nothing. If
> you are using speakup block the error copy it and put it in a text file
> so we can see what the error is.
> Hth
>
> jim grimsby
> msn: jim.grimsby@att.net
> email: jimgrims@pacbell.net
> skype: jim.grimsby
>
> -----Original Message-----
> From: speakup-bounces@braille.uwo.ca
> [mailto:speakup-bounces@braille.uwo.ca] On Behalf Of tyler
> Sent: Friday, January 06, 2006 7:19 PM
> To: Speakup is a screen review system for Linux.
> Subject: help with compilation?
>
>
> Hay,
> I am compiling a server via ssh. I do the configure, and everything
> works
> fine. Then, I fill out the options.h file like a good kid, and
> everything
> should still be going fine... Wait, anyone notice the keyword back
> there?
> use your up arrow, and check for it. lol. Anyway, When I compile, I get
> a
> bunch of errors. Actually, someone might be farmilliar with it. It is
> the
> moo server. Now, this is uploading the server untared and uncompressed
> to
> the linux system. When I downloaded the folder, and did tar -xzvf, it
> gave
> me an error, and said something about the headers, so it couldn't finish
>
> extracting the file.
> Lost there to.
> A fix to either one of these problems would be awesome.
> Thanks,
> Tyler Littlefield.
> Check out our website:
> http://tysplace.the-leetest.net
> check out my blog:
> livejournal.com/~tylerrl
> [my programs don't have bugs, just randomly added features] [failure is
> not an option, it comes bundled with windows!]
>
>
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup
>
>
>
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: help with compilation?
` Lorenzo Taylor
@ ` tyler
` tyler
0 siblings, 1 reply; 14+ messages in thread
From: tyler @ UTC (permalink / raw)
To: Speakup is a screen review system for Linux.
I have a frostmud account that is letting me use mud, but they don't allow
for anything else.
That is where I am hosting my mud from.
Tyler Littlefield.
Check out our website:
http://tysplace.the-leetest.net
check out my blog:
livejournal.com/~tylerrl
[my programs don't have bugs, just randomly added features]
[failure is not an option, it comes bundled with windows!]
----- Original Message -----
From: "Lorenzo Taylor" <lorenzo@taylor.homelinux.net>
To: "Speakup is a screen review system for Linux." <speakup@braille.uwo.ca>
Sent: Saturday, January 07, 2006 10:38 AM
Subject: Re: help with compilation?
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> I think the problem may be with your shell account. If I understand
> grex.org's
> policies correctly,
>
> a) They only allow 1MB of storage space in your home directory.
> B) They don't allow background processes of any kind including server
> applications.
>
> I think most likely you are running into the first of these problems. The
> combined space used by the tarball and it's untarred directory is most
> likely
> larger than 1Mb.
>
> HTH,
> Lorenzo
> - --
> Be careful of reading health books, you might die of a misprint.
> -- Mark Twain
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.4.2 (GNU/Linux)
>
> iD8DBQFDwAqUG9IpekrhBfIRAkY4AJ9DaKt3+nl3/Elg7UfEEusWV8wjxwCgx1DQ
> QqZWvoo//8kSdjqAYYT7Jpw=
> =x+/Y
> -----END PGP SIGNATURE-----
>
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: help with compilation?
` tyler
@ ` tyler
0 siblings, 0 replies; 14+ messages in thread
From: tyler @ UTC (permalink / raw)
To: Speakup is a screen review system for Linux.
btw, I don't use grex.org, I had looked at there services, and had thought
about it, but my friend told me they weren't worth signing up with. I am
going through someone else on this list who is allowing me a shell account
until I get my linux system set up.
Tyler Littlefield.
Check out our website:
http://tysplace.the-leetest.net
check out my blog:
livejournal.com/~tylerrl
[my programs don't have bugs, just randomly added features]
[failure is not an option, it comes bundled with windows!]
----- Original Message -----
From: "tyler" <compgeek13@gmail.com>
To: "Speakup is a screen review system for Linux." <speakup@braille.uwo.ca>
Sent: Saturday, January 07, 2006 11:52 AM
Subject: Re: help with compilation?
>I have a frostmud account that is letting me use mud, but they don't allow
>for anything else.
> That is where I am hosting my mud from.
>
> Tyler Littlefield.
> Check out our website:
> http://tysplace.the-leetest.net
> check out my blog:
> livejournal.com/~tylerrl
> [my programs don't have bugs, just randomly added features]
> [failure is not an option, it comes bundled with windows!]
> ----- Original Message -----
> From: "Lorenzo Taylor" <lorenzo@taylor.homelinux.net>
> To: "Speakup is a screen review system for Linux."
> <speakup@braille.uwo.ca>
> Sent: Saturday, January 07, 2006 10:38 AM
> Subject: Re: help with compilation?
>
>
>> -----BEGIN PGP SIGNED MESSAGE-----
>> Hash: SHA1
>>
>> I think the problem may be with your shell account. If I understand
>> grex.org's
>> policies correctly,
>>
>> a) They only allow 1MB of storage space in your home directory.
>> B) They don't allow background processes of any kind including server
>> applications.
>>
>> I think most likely you are running into the first of these problems.
>> The
>> combined space used by the tarball and it's untarred directory is most
>> likely
>> larger than 1Mb.
>>
>> HTH,
>> Lorenzo
>> - --
>> Be careful of reading health books, you might die of a misprint.
>> -- Mark Twain
>> -----BEGIN PGP SIGNATURE-----
>> Version: GnuPG v1.4.2 (GNU/Linux)
>>
>> iD8DBQFDwAqUG9IpekrhBfIRAkY4AJ9DaKt3+nl3/Elg7UfEEusWV8wjxwCgx1DQ
>> QqZWvoo//8kSdjqAYYT7Jpw=
>> =x+/Y
>> -----END PGP SIGNATURE-----
>>
>> _______________________________________________
>> Speakup mailing list
>> Speakup@braille.uwo.ca
>> http://speech.braille.uwo.ca/mailman/listinfo/speakup
>
>
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: help with compilation?
` Gregory Nowak
@ ` tyler
` Sina Bahram
` Butch Bussen
2 siblings, 0 replies; 14+ messages in thread
From: tyler @ UTC (permalink / raw)
To: Speakup is a screen review system for Linux.
might just be an easy AutoIt program...
Thanks, will do it.
Thx,
Tyler Littlefield.
Check out our website:
http://tysplace.the-leetest.net
check out my blog:
livejournal.com/~tylerrl
[my programs don't have bugs, just randomly added features]
[failure is not an option, it comes bundled with windows!]
----- Original Message -----
From: "Gregory Nowak" <greg@romuald.net.eu.org>
To: "Speakup is a screen review system for Linux." <speakup@braille.uwo.ca>
Sent: Saturday, January 07, 2006 10:52 AM
Subject: Re: help with compilation?
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> Sounds like you're running into the cr/lf problem. Windows ends lines
> with a cr/lf, whereas unix systems, including gnu/linux end lines with
> a lf only. I believe that in windows, wordpad can deal with lines
> ending in lf only, although I'm not sure if saves them that way if you
> change a file in it. I know for a fact that notepad doesn't deal well
> with files that have lines ending in lf only.
>
> Under slackware, I used to use utilities called fromdos and todos,
> that would convert files from cr/lf to lf, and vise versa. In windows,
> I wrote a program for myself that can do this, though I haven't had
> time yet to release it on my web site.
>
> Greg
>
>
>
> On Sat, Jan 07, 2006 at 11:26:45AM -0800, tyler wrote:
>> Hello,
>> I got it to work, sorta.
>> I have a question.
>> How do I edit my options.h file on windows? I think that there might have
>> been a problem with me uploading from windows to linux, but, I am not
>> totally sure.
>> Thanks,
>> Tyler Littlefield.
>> Check out our website:
>> http://tysplace.the-leetest.net
>> check out my blog:
>> livejournal.com/~tylerrl
>> [my programs don't have bugs, just randomly added features]
>> [failure is not an option, it comes bundled with windows!]
>
> - --
> web site: http://www.romuald.net.eu.org
> gpg public key: http://www.romuald.net.eu.org/pubkey.asc
> skype: gregn1
> (authorization required, add me to your contacts list first)
>
> - --
> Free domains: http://www.eu.org/ or mail dns-manager@EU.org
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.4.2 (GNU/Linux)
>
> iD8DBQFDwA3T7s9z/XlyUyARAor/AJ9daREdgv2liVCgL5y6J4v8fioTcACfWU1G
> jrkZq+2itaZryTPXaaiK7ik=
> =VcK6
> -----END PGP SIGNATURE-----
>
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup
^ permalink raw reply [flat|nested] 14+ messages in thread
* RE: help with compilation?
` Gregory Nowak
` tyler
@ ` Sina Bahram
` tyler
` Butch Bussen
2 siblings, 1 reply; 14+ messages in thread
From: Sina Bahram @ UTC (permalink / raw)
To: 'Speakup is a screen review system for Linux.'
The dos2unix and unix2dos utilities are quite helpful.
Take care,
Sina
-----Original Message-----
From: speakup-bounces@braille.uwo.ca [mailto:speakup-bounces@braille.uwo.ca]
On Behalf Of Gregory Nowak
Sent: Saturday, January 07, 2006 1:52 PM
To: Speakup is a screen review system for Linux.
Subject: Re: help with compilation?
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Sounds like you're running into the cr/lf problem. Windows ends lines with a
cr/lf, whereas unix systems, including gnu/linux end lines with a lf only. I
believe that in windows, wordpad can deal with lines ending in lf only,
although I'm not sure if saves them that way if you change a file in it. I
know for a fact that notepad doesn't deal well with files that have lines
ending in lf only.
Under slackware, I used to use utilities called fromdos and todos, that
would convert files from cr/lf to lf, and vise versa. In windows, I wrote a
program for myself that can do this, though I haven't had time yet to
release it on my web site.
Greg
On Sat, Jan 07, 2006 at 11:26:45AM -0800, tyler wrote:
> Hello,
> I got it to work, sorta.
> I have a question.
> How do I edit my options.h file on windows? I think that there might
> have been a problem with me uploading from windows to linux, but, I am
> not totally sure.
> Thanks,
> Tyler Littlefield.
> Check out our website:
> http://tysplace.the-leetest.net
> check out my blog:
> livejournal.com/~tylerrl
> [my programs don't have bugs, just randomly added features] [failure
> is not an option, it comes bundled with windows!]
- --
web site: http://www.romuald.net.eu.org
gpg public key: http://www.romuald.net.eu.org/pubkey.asc
skype: gregn1
(authorization required, add me to your contacts list first)
- --
Free domains: http://www.eu.org/ or mail dns-manager@EU.org -----BEGIN PGP
SIGNATURE-----
Version: GnuPG v1.4.2 (GNU/Linux)
iD8DBQFDwA3T7s9z/XlyUyARAor/AJ9daREdgv2liVCgL5y6J4v8fioTcACfWU1G
jrkZq+2itaZryTPXaaiK7ik=
=VcK6
-----END PGP SIGNATURE-----
_______________________________________________
Speakup mailing list
Speakup@braille.uwo.ca
http://speech.braille.uwo.ca/mailman/listinfo/speakup
^ permalink raw reply [flat|nested] 14+ messages in thread
* RE: help with compilation?
` tyler
@ ` Sina Bahram
0 siblings, 0 replies; 14+ messages in thread
From: Sina Bahram @ UTC (permalink / raw)
To: 'Speakup is a screen review system for Linux.'
You don't need to ... It should be part of the linux box you are using.
Take care,
Sina
-----Original Message-----
From: speakup-bounces@braille.uwo.ca [mailto:speakup-bounces@braille.uwo.ca]
On Behalf Of tyler
Sent: Saturday, January 07, 2006 5:08 PM
To: Speakup is a screen review system for Linux.
Subject: Re: help with compilation?
someone got mingw installed? I don't want to download that just for those
two...
Tyler Littlefield.
Check out our website:
http://tysplace.the-leetest.net
check out my blog:
livejournal.com/~tylerrl
[my programs don't have bugs, just randomly added features] [failure is not
an option, it comes bundled with windows!]
----- Original Message -----
From: "Sina Bahram" <sbahram@nc.rr.com>
To: "'Speakup is a screen review system for Linux.'"
<speakup@braille.uwo.ca>
Sent: Saturday, January 07, 2006 1:01 PM
Subject: RE: help with compilation?
> The dos2unix and unix2dos utilities are quite helpful.
>
> Take care,
> Sina
>
> -----Original Message-----
> From: speakup-bounces@braille.uwo.ca
> [mailto:speakup-bounces@braille.uwo.ca]
> On Behalf Of Gregory Nowak
> Sent: Saturday, January 07, 2006 1:52 PM
> To: Speakup is a screen review system for Linux.
> Subject: Re: help with compilation?
>
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> Sounds like you're running into the cr/lf problem. Windows ends lines
> with a cr/lf, whereas unix systems, including gnu/linux end lines with
> a lf only.
> I
> believe that in windows, wordpad can deal with lines ending in lf
> only, although I'm not sure if saves them that way if you change a
> file in it. I know for a fact that notepad doesn't deal well with
> files that have lines ending in lf only.
>
> Under slackware, I used to use utilities called fromdos and todos,
> that would convert files from cr/lf to lf, and vise versa. In windows,
> I wrote a program for myself that can do this, though I haven't had
> time yet to release it on my web site.
>
> Greg
>
>
>
> On Sat, Jan 07, 2006 at 11:26:45AM -0800, tyler wrote:
>> Hello,
>> I got it to work, sorta.
>> I have a question.
>> How do I edit my options.h file on windows? I think that there might
>> have been a problem with me uploading from windows to linux, but, I
>> am not totally sure.
>> Thanks,
>> Tyler Littlefield.
>> Check out our website:
>> http://tysplace.the-leetest.net
>> check out my blog:
>> livejournal.com/~tylerrl
>> [my programs don't have bugs, just randomly added features] [failure
>> is not an option, it comes bundled with windows!]
>
> - --
> web site: http://www.romuald.net.eu.org gpg public key:
> http://www.romuald.net.eu.org/pubkey.asc
> skype: gregn1
> (authorization required, add me to your contacts list first)
>
> - --
> Free domains: http://www.eu.org/ or mail dns-manager@EU.org -----BEGIN
> PGP
> SIGNATURE-----
> Version: GnuPG v1.4.2 (GNU/Linux)
>
> iD8DBQFDwA3T7s9z/XlyUyARAor/AJ9daREdgv2liVCgL5y6J4v8fioTcACfWU1G
> jrkZq+2itaZryTPXaaiK7ik=
> =VcK6
> -----END PGP SIGNATURE-----
>
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup
>
>
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup
_______________________________________________
Speakup mailing list
Speakup@braille.uwo.ca
http://speech.braille.uwo.ca/mailman/listinfo/speakup
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: help with compilation?
` Sina Bahram
@ ` tyler
` Sina Bahram
0 siblings, 1 reply; 14+ messages in thread
From: tyler @ UTC (permalink / raw)
To: Speakup is a screen review system for Linux.
someone got mingw installed? I don't want to download that just for those
two...
Tyler Littlefield.
Check out our website:
http://tysplace.the-leetest.net
check out my blog:
livejournal.com/~tylerrl
[my programs don't have bugs, just randomly added features]
[failure is not an option, it comes bundled with windows!]
----- Original Message -----
From: "Sina Bahram" <sbahram@nc.rr.com>
To: "'Speakup is a screen review system for Linux.'"
<speakup@braille.uwo.ca>
Sent: Saturday, January 07, 2006 1:01 PM
Subject: RE: help with compilation?
> The dos2unix and unix2dos utilities are quite helpful.
>
> Take care,
> Sina
>
> -----Original Message-----
> From: speakup-bounces@braille.uwo.ca
> [mailto:speakup-bounces@braille.uwo.ca]
> On Behalf Of Gregory Nowak
> Sent: Saturday, January 07, 2006 1:52 PM
> To: Speakup is a screen review system for Linux.
> Subject: Re: help with compilation?
>
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> Sounds like you're running into the cr/lf problem. Windows ends lines with
> a
> cr/lf, whereas unix systems, including gnu/linux end lines with a lf only.
> I
> believe that in windows, wordpad can deal with lines ending in lf only,
> although I'm not sure if saves them that way if you change a file in it. I
> know for a fact that notepad doesn't deal well with files that have lines
> ending in lf only.
>
> Under slackware, I used to use utilities called fromdos and todos, that
> would convert files from cr/lf to lf, and vise versa. In windows, I wrote
> a
> program for myself that can do this, though I haven't had time yet to
> release it on my web site.
>
> Greg
>
>
>
> On Sat, Jan 07, 2006 at 11:26:45AM -0800, tyler wrote:
>> Hello,
>> I got it to work, sorta.
>> I have a question.
>> How do I edit my options.h file on windows? I think that there might
>> have been a problem with me uploading from windows to linux, but, I am
>> not totally sure.
>> Thanks,
>> Tyler Littlefield.
>> Check out our website:
>> http://tysplace.the-leetest.net
>> check out my blog:
>> livejournal.com/~tylerrl
>> [my programs don't have bugs, just randomly added features] [failure
>> is not an option, it comes bundled with windows!]
>
> - --
> web site: http://www.romuald.net.eu.org
> gpg public key: http://www.romuald.net.eu.org/pubkey.asc
> skype: gregn1
> (authorization required, add me to your contacts list first)
>
> - --
> Free domains: http://www.eu.org/ or mail dns-manager@EU.org -----BEGIN PGP
> SIGNATURE-----
> Version: GnuPG v1.4.2 (GNU/Linux)
>
> iD8DBQFDwA3T7s9z/XlyUyARAor/AJ9daREdgv2liVCgL5y6J4v8fioTcACfWU1G
> jrkZq+2itaZryTPXaaiK7ik=
> =VcK6
> -----END PGP SIGNATURE-----
>
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup
>
>
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: help with compilation?
` Gregory Nowak
` tyler
` Sina Bahram
@ ` Butch Bussen
` tyler
2 siblings, 1 reply; 14+ messages in thread
From: Butch Bussen @ UTC (permalink / raw)
To: Speakup is a screen review system for Linux.
If you have a dos machine, I have a program called unix2dos and dos2unix
which takes care of the cr lf problem.
73s
Butch Bussen
wa0vjr
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: help with compilation?
` Butch Bussen
@ ` tyler
0 siblings, 0 replies; 14+ messages in thread
From: tyler @ UTC (permalink / raw)
To: Speakup is a screen review system for Linux.
you can run them through the command prompt..
Tyler Littlefield.
Check out our website:
http://tysplace.the-leetest.net
check out my blog:
livejournal.com/~tylerrl
[my programs don't have bugs, just randomly added features]
[failure is not an option, it comes bundled with windows!]
----- Original Message -----
From: "Butch Bussen" <butchb@shellworld.net>
To: "Speakup is a screen review system for Linux." <speakup@braille.uwo.ca>
Sent: Saturday, January 07, 2006 3:04 PM
Subject: Re: help with compilation?
> If you have a dos machine, I have a program called unix2dos and dos2unix
> which takes care of the cr lf problem.
> 73s
> Butch Bussen
> wa0vjr
>
>
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup
^ permalink raw reply [flat|nested] 14+ messages in thread
end of thread, other threads:[~ UTC | newest]
Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
help with compilation? tyler
` Jim Grimsby
` tyler
` Gregory Nowak
` tyler
` Sina Bahram
` tyler
` Sina Bahram
` Butch Bussen
` tyler
` tyler
` Lorenzo Taylor
` tyler
` tyler
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).