[speex-dev] Fatal end of line errors occur when trying to compile libspeex ineVC++ 3.0 or 4.0

illiminable ogg at illiminable.com
Fri May 21 00:41:09 PDT 2004



Fatal end of line errors occur when trying to compile libspeex in eVC++ 3.0 or 4.0
You have two choices.

1) Use precompiled headers. (may require changing source files) This is what stdafx.h files are for.
2) Turn off precompiled headers. It's in the "Pre-compiled Headers" part of proeprties.

Though sometimes what happens is if you clean the project, then try to compile only a single file you'll get this error, doing a full project build can sometimes fix it. (Though probably not in this case)

Zen.
  ----- Original Message ----- 
  From: Asheesh Vashishtha 
  To: speex-dev at xiph.org 
  Sent: Friday, May 21, 2004 3:18 PM
  Subject: [speex-dev] Fatal end of line errors occur when trying to compile libspeex ineVC++ 3.0 or 4.0

<p>  Hi all, 

  I'm trying to create a speex decoder library for Pocket PC platform. I then intend to use this library 
  within my .NET Compact Framework application. But when I simply try to compile the 
  libspeex files within my eMbedded Visual C++ environment, I receive 
  the following error 

  c:\documents and settings\asheeshv.grapecity\desktop\pocketpcdll\speex\bits.c(367) : fatal error C1010: unexpected end of file while looking for precompiled header directive. 

  I've tried setting the INCLUDE environment as well but to no avail. Has any experienced this problem of compiling libspeex

  in eVC++ 3.0 or 4.0? 

  I'd be extremely grateful if any one can provide some pointers in this regard. 

  Thanks & regards, 
  Asheesh 

<p><p><p><p><p>--- >8 ----
List archives:  http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'speex-dev-request at xiph.org'
containing only the word 'unsubscribe' in the body.  No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.



More information about the Speex-dev mailing list