Hi List,
I'm trying to compile my externals under windows (until I sell this shitty laptop, it's all it's good for) and my float externals compile OK. I discovered the pragma warnings, but I keep getting an "unexpected end of file found" error when compiling dsp objects - at the end of the file! This is a fatal error. As far as I can tell my code finishes exactly the same way as anyone else's - with a carriage return!
I am using MSVC Ed
-> -> --> ---> -----> --------> -------------> r3search + praktik EK5perimenz --------------------------------- Yahoo! Model Search - Could you be the next catwalk superstar? Check out the competition now
Ed Kelly wrote:
Hi List,
I'm trying to compile my externals under windows (until I sell this shitty laptop, it's all it's good for) and my float externals compile OK. I discovered the pragma warnings, but I keep getting an "unexpected end of file found" error when compiling dsp objects - at the end of the file! This is a fatal error. As far as I can tell my code finishes exactly the same way as anyone else's - with a carriage return!
seems like you are missing a closing bracket or a quote somewhere. (it should have nothing to do with the actual end of your file)
fmg.adr. IOhannes
Ed Kelly wrote:
Hi List,
I'm trying to compile my externals under windows (until I sell this shitty laptop, it's all it's good for) and my float externals compile OK. I discovered the pragma warnings, but I keep getting an "unexpected end of file found" error when compiling dsp objects - at the end of the file! This is a fatal error. As far as I can tell my code finishes exactly the same way as anyone else's - with a carriage return!
I am using MSVC
You have these lines in framescore~.c: #ifdef NT #include <windows.h> #include <commctrl.h> #else ...but there is no #endif, which the compiler is waiting for. Martin
FYI: after I added the #endif, it compiled fine using MinGW by just dropping the .c file into externals/build/src. See externals/build/README about how to add your object to the build system, its very easy. There is even MSVC support, but its not really maintained (externals/build/win/makefile.nmake).
.hc
On Nov 28, 2005, at 4:35 PM, Ed Kelly wrote:
Hi List,
I'm trying to compile my externals under windows (until I sell this shitty laptop, it's all it's good for) and my float externals compile OK. I discovered the pragma warnings, but I keep getting an "unexpected end of file found" error when compiling dsp objects - at the end of the file! This is a fatal error. As far as I can tell my code finishes exactly the same way as anyone else's - with a carriage return!
I am using MSVC Ed
-> -> --> ---> -----> --------> -------------> r3search + praktik EK5perimenz
Yahoo! Model Search - Could you be the next catwalk superstar? Check out the competition now<framescore~.c><makefile>___________________________________________ ____ PD-dev mailing list PD-dev@iem.at http://lists.puredata.info/listinfo/pd-dev
________________________________________________________________________ ____
"If nature has made any one thing less susceptible than all others of exclusive property, it is the action of the thinking power called an idea, which an individual may exclusively possess as long as he keeps it to himself; but the moment it is divulged, it forces itself into the possession of everyone, and the receiver cannot dispossess himself of it." - Thomas Jefferson