Welcome, Guest. Please login or register.

Author Topic: Can't find  (Read 2142 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline Jettah

  • Full Member
  • ***
  • Join Date: Nov 2003
  • Posts: 115
    • Show all replies
Re: Can't find
« on: March 06, 2004, 05:10:54 PM »
Quote

Emufreak wrote:
I try to compile a programm on Stormc 3.0. Stormc complains that he can't find the file . What do I have to do?

Thanks


In messages-screen doubleclick the line you mentioned above. StormC will now open a window with the source file containing the wretched line. Correct the file name into the desired file name ( probably??). BTW what do you need that specific file for?

Regards,

Tjitte
Sometimes I wish I was Mt Vesuvius: laying on my back in the sun while smoking a bit and everybody seeing me would say: \\"Look! He\\\'s active!\\" (author unknown to me)
 

Offline Jettah

  • Full Member
  • ***
  • Join Date: Nov 2003
  • Posts: 115
    • Show all replies
Re: Can't find
« Reply #1 on: March 06, 2004, 05:11:35 PM »
Quote

Emufreak wrote:
I try to compile a programm on Stormc 3.0. Stormc complains that he can't find the file . What do I have to do?

Thanks


In messages-screen doubleclick the line you mentioned above. StormC will now open a window with the source file containing the wretched line. Correct the file name into the desired file name ( probably??). BTW what do you need that specific file for?

Regards,

Tjitte
Sometimes I wish I was Mt Vesuvius: laying on my back in the sun while smoking a bit and everybody seeing me would say: \\"Look! He\\\'s active!\\" (author unknown to me)
 

Offline Jettah

  • Full Member
  • ***
  • Join Date: Nov 2003
  • Posts: 115
    • Show all replies
Re: Can't find
« Reply #2 on: March 06, 2004, 05:45:41 PM »
Just for coherency:

1. If I'm right then you are porting an app to the specific Amiga environment.

2. You have the complete source of the project.

3. While compiling you are confronted with a message that a specific file can't be found for inclusion.

Do you HAVE that file in question?
If NO then try to locate that file on the internet.
If YES then put it in the include path or extend the include path so that the preproc can get at it. The environment setting of your project provides for this.

I hope that I've been of some help to you

Regards,

Tjitte
Sometimes I wish I was Mt Vesuvius: laying on my back in the sun while smoking a bit and everybody seeing me would say: \\"Look! He\\\'s active!\\" (author unknown to me)
 

Offline Jettah

  • Full Member
  • ***
  • Join Date: Nov 2003
  • Posts: 115
    • Show all replies
Re: Can't find
« Reply #3 on: March 06, 2004, 08:06:59 PM »
Quote

Emufreak wrote:
I just found out that the file uio.h is really part of the ixemul.library. So I think i shouldn't need it because ixemul.library is just needed for AGA-Support and I don't need that on AROS. I think I'll find the rest of the solution on my own. Thank guys!


You're welcome!

I wish you many fruitfull hours with progromming fo the Amiga c.s.

Regards,

Tjitte
Sometimes I wish I was Mt Vesuvius: laying on my back in the sun while smoking a bit and everybody seeing me would say: \\"Look! He\\\'s active!\\" (author unknown to me)