vmware shared folder compile error
#1
ubuntu 7.10 32bit
xbmc

when i put the source codes in vmware, the compile is finished and the program can run. But i put the source codes in the shared folder /mnt/hgfs/e, the compile can't finish. the error list as follow:
...
../xbmc/langinfo.h:9: error: expected ‘,’ or ‘...’ before ‘&’ token
../xbmc/langinfo.h:11: error: ‘CStdString’ does not name a type
../xbmc/langinfo.h:12: error: ‘CStdString’ does not name a type
....


why?
Reply
#2
the reason: /usr/include/langinfo.h collide with /xbmc/langinfo.h
so rename the /xbmc/langinfo.h
Reply

Logout Mark Read Team Forum Stats Members Help
vmware shared folder compile error0