jtsiomb / linuxtrack-wine

Glue between wine apps and linuxtrack
http://code.google.com/p/linuxtrack-wine
0 stars 0 forks source link

make (error) #1

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.make 
2.
3.

What is the expected output? What do you see instead?
Regualar 'make' statement.

In file included from /usr/include/wine/windows/commdlg.h:28:0,
                 from /usr/include/wine/windows/windows.h:82,
                 from src/ltrnp.c:22:
/usr/include/wine/windows/prsht.h:71:20: warning: ISO C doesn’t support 
unnamed structs/unions
/usr/include/wine/windows/prsht.h:76:21: warning: ISO C doesn’t support 
unnamed structs/unions
/usr/include/wine/windows/prsht.h:97:20: warning: ISO C doesn’t support 
unnamed structs/unions
/usr/include/wine/windows/prsht.h:102:21: warning: ISO C doesn’t support 
unnamed structs/unions
/usr/include/wine/windows/prsht.h:125:20: warning: ISO C doesn’t support 
unnamed structs/unions
/usr/include/wine/windows/prsht.h:132:21: warning: ISO C doesn’t support 
unnamed structs/unions
/usr/include/wine/windows/prsht.h:137:21: warning: ISO C doesn’t support 
unnamed structs/unions
/usr/include/wine/windows/prsht.h:143:21: warning: ISO C doesn’t support 
unnamed structs/unions
/usr/include/wine/windows/prsht.h:149:21: warning: ISO C doesn’t support 
unnamed structs/unions
/usr/include/wine/windows/prsht.h:164:20: warning: ISO C doesn’t support 
unnamed structs/unions
/usr/include/wine/windows/prsht.h:171:21: warning: ISO C doesn’t support 
unnamed structs/unions
/usr/include/wine/windows/prsht.h:176:21: warning: ISO C doesn’t support 
unnamed structs/unions
/usr/include/wine/windows/prsht.h:182:21: warning: ISO C doesn’t support 
unnamed structs/unions
/usr/include/wine/windows/prsht.h:188:21: warning: ISO C doesn’t support 
unnamed structs/unions
src/ltrnp.c:23:19: fatal error: ltlib.h: No such file or directory
compilation terminated.
winegcc: gcc-4.5 failed
make: *** [src/ltrnp.o] Error 2

What version of the product are you using? On what operating system?

Ubuntu 11.04 (64bit)

Please provide any additional information below.

Installed Libraries as usual, i don't suspect there will be interference with 
the arch... (64-bit libraries, the error directs to other problem. Help!

Original issue reported on code.google.com by Talal.m...@gmail.com on 16 Oct 2011 at 6:32

GoogleCodeExporter commented 9 years ago
I guess its looking for header in a wrong directory. I copied the LinuxTrack 
src files into /usr/include (i know a big mess) It located them, but gave me 
many declaration errors, which is the whole thing wrong. (from what i did).

Original comment by Talal.m...@gmail.com on 16 Oct 2011 at 6:58