vmware shared folder compile error

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
codeat Offline
Junior Member
Posts: 10
Joined: Jan 2008
Reputation: 0
Post: #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?
find quote
codeat Offline
Junior Member
Posts: 10
Joined: Jan 2008
Reputation: 0
Post: #2
the reason: /usr/include/langinfo.h collide with /xbmc/langinfo.h
so rename the /xbmc/langinfo.h
find quote