ganado / redtamarin

Automatically exported from code.google.com/p/redtamarin
Other
2 stars 0 forks source link

Compile fails on Ubuntu 10.10 #27

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. compile redtamarin with ant -Dsetup=debug

What is the expected output? What do you see instead?
I expect the compile to complete without errors, but the compile fails.

What version of the product are you using? On what operating system?
Latest trunk, Ubuntu 10.10

Please provide any additional information below.
I fixed these issues by adding some extra includes, copied some lines from 
mac-platform2.h to unix-platform2.h . The patch is included below.

The new lines for VMPI_getpid, VMPI_popen and VMPI_pclose are certainly in the 
right place. I'm not sure if the three includes (locale, sys/utsname.h and 
sys/statvfs.h are included in the right place).

Original issue reported on code.google.com by kim.gres...@wondergraphs.com on 24 Jan 2011 at 10:39

Attachments:

GoogleCodeExporter commented 9 years ago
redtamarin is under heavy commits and various editing before release

the changes or features are first implemented for Mac OS X,
then ported to Windows, then sync'ed on Linux

so it is normal to have an unstable trunk from time to time

Original comment by zwetan on 26 Jan 2011 at 11:02