From: karpfenteich AT gmx DOT de (Peter Karp) Newsgroups: comp.os.msdos.djgpp Subject: valarray: header file missing/false_name Date: Sat, 22 Jan 2000 21:00:19 GMT Lines: 30 Distribution: world Message-ID: <388a1881.10548044@news.netcologne.de> NNTP-Posting-Host: dial-ra-nc1-51.netcologne.de X-Trace: news.netcologne.de 948574640 19304 195.14.244.51 (22 Jan 2000 20:57:20 GMT) X-Complaints-To: usenet AT news DOT netcologne DOT de NNTP-Posting-Date: 22 Jan 2000 20:57:20 GMT X-Newsreader: Forte Free Agent 1.11/32.235 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Hi DJGPP gurus :-) please forgive me my newbie question. I tried to include in a source file. DJGPP 2.03 complained: E:\aa\cpp>gxx vectom.cpp In file included from d:/progra~1/djgpp/lang/cxx/valarray:6, from vectom.cpp:3: d:/progra~1/djgpp/lang/cxx/std/std_valarray.h:113: std/valarray_meta.h: No such file or directory (ENOENT) So I looked if there's a file valarray_meta.h (in the subdir std). It didn't exist, but a file named _valarray_meta.h was there. I renamed _valarray_meta.h to valarray_meta.h and retried to compile the source. This time with success. Is renaming the file the right fix for my problem here, or should I choose another solution? (which) Is this a problem in every DJGPP installation? Then it might be a general problem which should be fixed in the zip files? Thanks for your help :-) Greetings from Cologne Peter