Re: [sqlite] 2.8.16

2005-09-08 Thread Ted Unangst

Mark Drago wrote:


I don't seem to have the 'md5sum' program installed on the mac that I
have here, but getting the md5sum on linux returns the following.  So,
if you have some means of getting the md5sum of the file, make sure it
matches this:

9c79b461ff30240a6f9d70dd67f8faea  sqlite-2.8.16.tar.gz


md5 should be available, no?


--
Ted Unangst www.coverity.com Coverity, Inc.



Re: [sqlite] 2.8.16

2005-09-08 Thread Puneet Kishor


On Sep 8, 2005, at 1:24 PM, Mark Drago wrote:


Richard,

You can use 'curl' to download the file instead of wget.  So, run the
following command instead:

curl -o sqlite-2.8.16.tar.gz http://www.sqlite.org/sqlite-2.8.16.tar.gz


wget is not available by default on Panther. On the other hand, as Mark 
wrote above, curl -o works just fine.




I don't seem to have the 'md5sum' program installed on the mac that I
have here, but getting the md5sum on linux returns the following.  So,
if you have some means of getting the md5sum of the file, make sure it
matches this:

9c79b461ff30240a6f9d70dd67f8faea  sqlite-2.8.16.tar.gz


md5app available at http://www.enigmarelle.com/md5app.py can be used to 
check the integrity of the downloaded file.





If you can't get the md5sum, at the very least make sure that the file
size is exactly 981834 bytes.

Mark.

On Thu, 2005-09-08 at 13:57 -0400, Richard Nagle wrote:

On September 08 2005, Cam Crews <[EMAIL PROTECTED]> wrote:

Ok...  try downloading the sqlite source again.  Maybe the mac 
browser

isn't downloading correctly or your unzip utility is corrupting
things.  Try performing these operations (downloading and unzipping)
through the command line:
--
wget http://www.sqlite.org/sqlite-2.8.16.tar.gz
gunzip sqlite-2.8.16.tar.gz
tar -xvf sqlite-2.8.16.tar
cd sqlite-2.8.16
su
--

now what happens when you configure/install from here?




Umm.
Welcome to Darwin!
FastMAC:~ rn$ man wget
No manual entry for wget
FastMAC:~ rn$ wget --version
-bash: wget: command not found
FastMAC:~ rn$

I don't have a wget command..

Richard




--
Puneet Kishor



Re: [sqlite] 2.8.16

2005-09-08 Thread Richard Nagle

Nope,
done that, still the same errors.

Have another person, whom is trying to figure this out as well,
in fact, he thinks, something in my shell is mess up..


> 

Wow, your results are completely different. When the shell trys to
read the here-document, it gets the garbage.
So the bug is in the shell reading the doc. How odd.

What locale setting do you use?

((US English))   / And what keyboard setting etc...

A
===

With that in mind, I very confused, on what he_l is going,
since I wipe and re-installed twice.

is a corrupt file on MacOS install disk?
grasping at straws.

Richard




Re: [sqlite] 2.8.16

2005-09-08 Thread Mark Drago
Richard,

You can use 'curl' to download the file instead of wget.  So, run the
following command instead:

curl -o sqlite-2.8.16.tar.gz http://www.sqlite.org/sqlite-2.8.16.tar.gz

I don't seem to have the 'md5sum' program installed on the mac that I
have here, but getting the md5sum on linux returns the following.  So,
if you have some means of getting the md5sum of the file, make sure it
matches this:

9c79b461ff30240a6f9d70dd67f8faea  sqlite-2.8.16.tar.gz

If you can't get the md5sum, at the very least make sure that the file
size is exactly 981834 bytes.

Mark.

On Thu, 2005-09-08 at 13:57 -0400, Richard Nagle wrote:
> On September 08 2005, Cam Crews <[EMAIL PROTECTED]> wrote:
> 
> >Ok...  try downloading the sqlite source again.  Maybe the mac browser
> >isn't downloading correctly or your unzip utility is corrupting
> >things.  Try performing these operations (downloading and unzipping)
> >through the command line:
> >--
> >wget http://www.sqlite.org/sqlite-2.8.16.tar.gz
> >gunzip sqlite-2.8.16.tar.gz
> >tar -xvf sqlite-2.8.16.tar
> >cd sqlite-2.8.16
> >su
> >--
> >
> >now what happens when you configure/install from here?  
> >
> 
> 
> Umm.
> Welcome to Darwin!
> FastMAC:~ rn$ man wget
> No manual entry for wget
> FastMAC:~ rn$ wget --version
> -bash: wget: command not found
> FastMAC:~ rn$ 
> 
> I don't have a wget command..
> 
> Richard
> 
> 


signature.asc
Description: This is a digitally signed message part


Re: [sqlite] 2.8.16

2005-09-08 Thread Richard Nagle

On September 08 2005, Cam Crews <[EMAIL PROTECTED]> wrote:

>Ok...  try downloading the sqlite source again.  Maybe the mac browser
>isn't downloading correctly or your unzip utility is corrupting
>things.  Try performing these operations (downloading and unzipping)
>through the command line:
>--
>wget http://www.sqlite.org/sqlite-2.8.16.tar.gz
>gunzip sqlite-2.8.16.tar.gz
>tar -xvf sqlite-2.8.16.tar
>cd sqlite-2.8.16
>su
>--
>
>now what happens when you configure/install from here?
>


Umm.
Welcome to Darwin!
FastMAC:~ rn$ man wget
No manual entry for wget
FastMAC:~ rn$ wget --version
-bash: wget: command not found
FastMAC:~ rn$

I don't have a wget command..

Richard




Re: [sqlite] 2.8.16

2005-09-08 Thread Jens Miltner

How did you download the archive? Using which client?
I never had any problems using the source archives (may not have used  
that exact version, but I never had any problems using the .tar.gz  
archives on Mac OS X...)


Make sure you don't use any older version of Stuffit or the like to  
extract the archives!




Am 8.9.05 um 18:46 schrieb Cam Crews:


Ok...  try downloading the sqlite source again.  Maybe the mac browser
isn't downloading correctly or your unzip utility is corrupting
things.  Try performing these operations (downloading and unzipping)
through the command line:
--
wget http://www.sqlite.org/sqlite-2.8.16.tar.gz
gunzip sqlite-2.8.16.tar.gz
tar -xvf sqlite-2.8.16.tar
cd sqlite-2.8.16
su
--

now what happens when you configure/install from here?


On 9/8/05, Richard Nagle <[EMAIL PROTECTED]> wrote:



On September 08 2005, Cam Crews <[EMAIL PROTECTED]> wrote:



So, its something with the C compiler...



Well, you can test your compiler pretty easily..  Are you able to
compile anything else?  At minimum, try compiling hello world first:

create a file test.c :
---
#include 

int main( ) {
 printf("oh my, 1 step closer to using sqlite\n");
 return 0;
}

then type from the command line:

gcc test.c -o sillymac
chmod +x sillymac
./sillymac

---
if that works, your compiler is probably ok.  Next try downloading a
sample project from freshmeat.net, and see if you can configure &
compile one of those...
 I'll echo the suggestion that your source download is likely
corrupt.  Or your data is being corrupted through the unzipping
process.



Cam,

It worked:

Welcome to Darwin!
FastMAC:~ rn$ ls
Desktop Library Movies  Pictures 
Sites   test.c
Documents   MailMusic   Public   
ash tinySQL2

FastMAC:~ rn$ gcc test.c -o sillymac
FastMAC:~ rn$ chmod +x sillymac
FastMAC:~ rn$ ./sillymac
oh my, 1 step closer to using sqlite
FastMAC:~ rn$

Richard









Re: [sqlite] 2.8.16

2005-09-08 Thread Cam Crews
Ok...  try downloading the sqlite source again.  Maybe the mac browser
isn't downloading correctly or your unzip utility is corrupting
things.  Try performing these operations (downloading and unzipping)
through the command line:
--
wget http://www.sqlite.org/sqlite-2.8.16.tar.gz
gunzip sqlite-2.8.16.tar.gz
tar -xvf sqlite-2.8.16.tar
cd sqlite-2.8.16
su
--

now what happens when you configure/install from here?  


On 9/8/05, Richard Nagle <[EMAIL PROTECTED]> wrote:
> 
> On September 08 2005, Cam Crews <[EMAIL PROTECTED]> wrote:
> 
> >> So, its something with the C compiler...
> 
> Well, you can test your compiler pretty easily..  Are you able to
> compile anything else?  At minimum, try compiling hello world first:
> 
> create a file test.c :
> ---
> #include 
> 
> int main( ) {
>  printf("oh my, 1 step closer to using sqlite\n");
>  return 0;
> }
> 
> then type from the command line:
> 
> gcc test.c -o sillymac
> chmod +x sillymac
> ./sillymac
> 
> ---
> if that works, your compiler is probably ok.  Next try downloading a
> sample project from freshmeat.net, and see if you can configure &
> compile one of those...
>  I'll echo the suggestion that your source download is likely
> corrupt.  Or your data is being corrupted through the unzipping
> process.
> 
> 
> 
> Cam,
> 
> It worked:
> 
> Welcome to Darwin!
> FastMAC:~ rn$ ls
> Desktop Library Movies  PicturesSites 
>   test.c
> Documents   MailMusic   Public  ash   
>   tinySQL2
> FastMAC:~ rn$ gcc test.c -o sillymac
> FastMAC:~ rn$ chmod +x sillymac
> FastMAC:~ rn$ ./sillymac
> oh my, 1 step closer to using sqlite
> FastMAC:~ rn$
> 
> Richard
> 
> 
>


Re: [sqlite] 2.8.16

2005-09-08 Thread Richard Nagle

On September 08 2005, Cam Crews <[EMAIL PROTECTED]> wrote:

>> So, its something with the C compiler...

Well, you can test your compiler pretty easily..  Are you able to
compile anything else?  At minimum, try compiling hello world first:

create a file test.c :
---
#include 

int main( ) {
  printf("oh my, 1 step closer to using sqlite\n");
  return 0;
}

then type from the command line:

gcc test.c -o sillymac
chmod +x sillymac
./sillymac

---
if that works, your compiler is probably ok.  Next try downloading a
sample project from freshmeat.net, and see if you can configure &
compile one of those...
  I'll echo the suggestion that your source download is likely
corrupt.  Or your data is being corrupted through the unzipping
process.



Cam,

It worked:

Welcome to Darwin!
FastMAC:~ rn$ ls
Desktop Library Movies  PicturesSites   
test.c
Documents   MailMusic   Public  ash 
tinySQL2
FastMAC:~ rn$ gcc test.c -o sillymac
FastMAC:~ rn$ chmod +x sillymac
FastMAC:~ rn$ ./sillymac
oh my, 1 step closer to using sqlite
FastMAC:~ rn$

Richard




Re: [sqlite] 2.8.16

2005-09-08 Thread Cam Crews
> So, its something with the C compiler...

Well, you can test your compiler pretty easily..  Are you able to
compile anything else?  At minimum, try compiling hello world first:

create a file test.c :
---
#include 

int main( ) {
  printf("oh my, 1 step closer to using sqlite\n");
  return 0;
}

then type from the command line:

gcc test.c -o sillymac
chmod +x sillymac
./sillymac

---
if that works, your compiler is probably ok.  Next try downloading a
sample project from freshmeat.net, and see if you can configure &
compile one of those...
  I'll echo the suggestion that your source download is likely
corrupt.  Or your data is being corrupted through the unzipping
process.


On 9/8/05, Richard Nagle <[EMAIL PROTECTED]> wrote:
> 
> Downloaded this, version, and got the same kind of output.
> 
> VÒ†—jx?Âê#MÉfl#?sjKöyæ9>[EMAIL 
> PROTECTED]…ºhUˆZ£/SŸ?÷é(c)='¿l?/ëÿ:˜ìRb}öVÙ¥"(Å[¿<.Q`ƒhYF¢+›¨÷ùáü!"ÀLOÎ
> í k?ïë¢xeÃb?e·Œfi,Œ[\¡"N¨>=
> Ã?Ê3}ì?âò<=În'T£?å.
> Â1 ÜÙ
> ˜ÅÕô/+yÑ]Ò{Ÿ¨câ´qîÔhÏ!=Na"Z
> 8:B¶áâ?è+#W>=rm?pVÒ†—jx?Âê#MÉfl#?sjKöyæ9>[EMAIL 
> PROTECTED]…ºhUˆZ£/SŸ?÷é(c)='¿l?/ëÿ:˜ìRb}öVÙ¥"(Å[¿<.Q`ƒhYF¢+›¨÷ùáü!"ÀLOÎ
>   í k?ïë¢xeÃb?e·Œfi,Œ[\¡"N¨>=
> Ã?Ê3}ì?âò<=În'T£?å.
> Â1 ÜÙ
> ˜ÅÕô/+yÑ]Ò{Ÿ¨câ´qîÔhÏ!=Na"Z
> 8:B¶áâ?è+#W>=rm?pÿ(c))ÂçÚ:ZD'n¯d?»£üs™V'¡—Î+"n0(r)…hÉLÌpóI(c)úUãé3S¸‡zugF¶{/;Û,Ü{9Ãë¬ØXÏ"ÓN±Ëôã…£âõåëÆHê.:?òÃäîJ€1÷T›¶?™?ä?k„õQ?!=Ö9X
> !=WøÃ`›\Ÿ?v<=UíYí?óƒ8>ƒç‚=ü:"…S [EMAIL 
> PROTECTED]™W3ÑÚxl[MúòçÅN&ü40–ú
> ‹?6G}Á?à‹¯D"y,ÿÌ?C?6?`¸
> :˜üqÂ7¡?H?…Èø¶í‹&õ>J(tr%»ZÅ[ÑL?í?èÜdaJ\1ÚpA*ߺ?
> ±ùŸ´´(7ä?eã°ëweiØiˆ"[EMAIL PROTECTED]
> Wé-Ö\–1wñÙÔWF¯»!?è2øk)ko"]À(}ÒP6È3<[fi4õ˜-…T±_V"æ(<=âP«7ªB>=·b¶?)>v`¢yø+O_›+]ÇÍô?ÿuº¢/ìç'<=…
> jOÖ$º\'?YÂîJ™n?Ò·æ¿´?㯫Çp<ñ'ã?Z{m'Gé樖–tµT¯0ô.Å8èœ~Ê¿H?XåZê3'zâ>=
>  l'›?ütn(r)f„ tflgÛ}MDÄ¢Éq¯ÓB§ÙÆIxJ'à´´Û0ëÍ'ø
> x>=wl$Æä'uÀx'iض>=mØŒsî/?ØukjÊSÙã?´2+i¸HÍ??¯\\rÖ%¯6aàÍLO˜—ñ
>kÓÏÙ>=É<Ï›ã¨xDúf¯e+8<=%?°Ü÷Ï5´b`+5Æq#åÂDCÖw¨ó—M?E#ä?
> &Çm?QGíPATH: /bin
> PATH: /sbin
> PATH: /usr/bin
> PATH: /usr/sbin
> VÒ†—jx?Âê#MÉfl#?sjKöyæ9>[EMAIL 
> PROTECTED]…ºhUˆZ£/SŸ?÷éconfigure:1605: checking build system type
> configure:1623: result: powerpc-apple-darwin7.9.0
> configure:1631: checking host system type
> configure:1645: result: powerpc-apple-darwin7.9.0
> configure:1699: checking for gcc
> configure:1715: found /usr/bin/gcc
> configure:1725: result: gcc
> configure:1969: checking for C compiler version
> configure:1972: gcc --version &5
> gcc (GCC) 3.3 20030304 (Apple Computer, Inc. build 1671)
> Copyright (C) 2002 Free Software Foundation, Inc.
> This is free software; see the source for copying conditions.  There is NO
> warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
> 
> configure:1975: $? = 0
> configure:1977: gcc -v &5
> Reading specs from /usr/libexec/gcc/darwin/ppc/3.3/specs
> Thread model: posix
> gcc version 3.3 20030304 (Apple Computer, Inc. build 1671)
> configure:1980: $? = 0
> configure:1982: gcc -V &5
> gcc: `-V' option must have argument
> configure:1985: $? = 1
> configure:2008: checking for C compiler default output file name
> configure:2011: gccconftest.c  >&5
> conftest.c:1: error: stray '\361' in program
> conftest.c:1: error: stray '\240' in program
> conftest.c:1: error: stray '\321' in program
> conftest.c:1: error: parse error before "j"
> conftest.c:1: error: stray '\22' in program
> conftest.c:1: error: stray '\270' in program
> conftest.c:1: error: stray '\345' in program
> conftest.c:1: error: stray '\33' in program
> conftest.c:1: error: stray '\220' in program
> --
> 
> So, its something with the C compiler...
> or language problem..
> 
> Richard
> 
> 
> 
> 
> 
>