If you haven't fixed the problem yet, it would help to post some source code
fragments and build commands.
Luke
----- Original Message -----
From: "Paul G." <pgarceau@...>
To: "msys List" <mingw-msys@...>
Sent: Tuesday, June 04, 2002 7:52 PM
Subject: [Mingw-msys] (newbie) files not being found
> Hi folks,
>
> How can I assure that an app in one directory will read data from an app
in an
> entirely different directory?
>
> scenario:
>
> two directorys at root of hard drive (d:/app1 & d:/app2).
>
> App2 requires data (.h) from App1.
>
> MSYS has environment variable defined and functioning ($app1). App2 uses
$app1
> to determine where .h files are supposed to be by defining $app1 as prefix
for
> include directory of app1. Compiler keeps telling me that the .h files
required do
> not exist.
>
> All indications point to this, somehow or another, MSYS is not able to
find the
> .h files since compiler is continually choking whenever a reference to
> d:/app1/include/ or d:/app1/include/subdir comes up with the error,
"myfile.h, no
> such file or directory. Mounting d:/app1, d:/app1/include or
d:/app1/include/subdir
> makes no difference. Copying include directory (d:/app1/include/) from
app1 to app2
> directory makes no difference.
>
> I am out of ideas. Any suggestions?
>
> Thanks,
>
> Paul G.
>
> _______________________________________________________________
>
> Don't miss the 2002 Sprint PCS Application Developer's Conference
> August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm
>
> _______________________________________________
> Mingw-msys mailing list
> Mingw-msys@...
> https://lists.sourceforge.net/lists/listinfo/mingw-msys
>
|