I thought I would try out HPX, and hit: /tmp/pkgsrc/parallel/hpx/work.x86_64/hpx_1.1.0/src/exception.cpp:207:2: error: #error "Don't know, how to access the execution environment on this platform" #error "Don't know, how to access the execution environment on this platform"
I don't think a hand-coded list of operating systems is maintainable. Staring at it, I can't spot the difference between linux and __APPLE__ for instance. Maybe linux, AIX, and __APPLE__ should just be the #else so that chances are, your code would compile on a not-listed OS, and you would only receive bug reports from the few that don't. (Is FreeBSD really different? I must check...) Cheers, Patrick _______________________________________________ hpx-users mailing list [email protected] https://mail.cct.lsu.edu/mailman/listinfo/hpx-users
