bodensx / jnaerator

Automatically exported from code.google.com/p/jnaerator
0 stars 0 forks source link

Log shows missing header file where it isn't actually missing #65

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. copying the Winbase.h into the left text field of the JNAerator studio
2. use the JNAErator runtime
3. press the JNAerator button

What is the expected output? What do you see instead?

Expected: No errors in the log output
Actual: 
This appeared in the logs:
null:7200:0: error: File not found: winerror.h in "C:\Programme\Microsoft 
Visual Studio 9.0"\VC\include "C:\Programme\Microsoft 
SDKs\Windows\v7.1"\Include .

The file is there in the named SDK folder, but maybe the filename is looked for 
as case sensitive? It is named WinError.h in the SDK.
Also see the quote chars in the path don't include the include folder.

Running on Windows XP SP3 (german) with the named VS and SDK installed.

Original issue reported on code.google.com by kai.hack...@gmail.com on 19 Jun 2010 at 5:04

GoogleCodeExporter commented 8 years ago
Hello Kai,

Thanks for your report :-)
Looks like when you defined your environment variables (workaround for issue 
#64) you used double quotes :

set SOMEPATH="c:\Programme..."

instead of 

set SOMEPATH=c:\Programme...

Could you try and tell me if it fixes this issue ?

Thanks,
Cheers
--
Olivier

Original comment by olivier.chafik@gmail.com on 19 Jun 2010 at 10:32

GoogleCodeExporter commented 8 years ago
This fixes the issue. The quotes were added by the cmd console using the TAG 
feature...

Original comment by kai.hack...@gmail.com on 19 Jun 2010 at 10:06

GoogleCodeExporter commented 8 years ago
I mean TAB, that key on the left end on the keyboard :-P

Original comment by kai.hack...@gmail.com on 19 Jun 2010 at 10:07

GoogleCodeExporter commented 8 years ago
Hehe, cool then :-)
thanks for the update !

Cheers

Original comment by olivier.chafik@gmail.com on 20 Jun 2010 at 7:52