Benjamin, FYI, This sort of discussion should be on the "astlinux-devel" list...
Did you follow the development instructions ? Prerequisites http://doc.astlinux.org/devdoc:packages Development Environment http://doc.astlinux.org/devdoc:documentation It is recommended to use a VM with either CentOS 6 or Debian 6 as your build environment. Something seems wrong with your toolchain or header files, per your errors. Lonnie On Dec 22, 2013, at 5:07 PM, Benjamin L. Naber wrote: > this is why I'd like to learn how to do simulation compiling, or > compiling with error checking completed first. > > Wasted another 48 minutes. > > ud_socket.c: In function 'ud_create_socket': > ud_socket.c:44: error: 'SOCK_CLOEXEC' undeclared (first use in this > function) > ud_socket.c:44: error: (Each undeclared identifier is reported only once > ud_socket.c:44: error: for each function it appears in.) > ud_socket.c:44: error: 'SOCK_NONBLOCK' undeclared (first use in this > function) > ud_socket.c: In function 'ud_accept': > ud_socket.c:89: warning: implicit declaration of function 'accept4' > ud_socket.c:89: error: 'SOCK_CLOEXEC' undeclared (first use in this > function) > ud_socket.c:89: error: 'SOCK_NONBLOCK' undeclared (first use in this > function) > ud_socket.c: In function 'ud_connect': > ud_socket.c:117: error: 'SOCK_CLOEXEC' undeclared (first use in this > function) > make[3]: *** [ud_socket.o] Error 1 > make[3]: Leaving directory > `/home/benjamin/astlinux/1.0/output/build/acpid-2.0.17' > make[2]: *** [all-recursive] Error 1 > make[2]: Leaving directory > `/home/benjamin/astlinux/1.0/output/build/acpid-2.0.17' > make[1]: *** [all] Error 2 > make[1]: Leaving directory > `/home/benjamin/astlinux/1.0/output/build/acpid-2.0.17' > make: *** > [/home/benjamin/astlinux/1.0/output/build/acpid-2.0.17/.stamp_built] > Error 2 > > > > > On Sun, 2013-12-22 at 10:24 -0500, Benjamin L. Naber wrote: >> is there a way to do a simulated build? >> >> The reason why I'm asking is because I don't have something set >> correctly, and compiling fails. >> >> But, it fails after two hours. That is too much of waste of time to see >> if there is an error in compile options, or if anything is missing. >> >> ~Benjamin >> ------------------------------------------------------------------------------ >> Rapidly troubleshoot problems before they affect your business. Most IT >> organizations don't have a clear picture of how application performance >> affects their revenue. With AppDynamics, you get 100% visibility into your >> Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics >> Pro! >> http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk >> _______________________________________________ Astlinux-users mailing list >> [email protected] >> https://lists.sourceforge.net/lists/listinfo/astlinux-users Donations to >> support AstLinux are graciously accepted via PayPal to [email protected]. > > ------------------------------------------------------------------------------ > Rapidly troubleshoot problems before they affect your business. Most IT > organizations don't have a clear picture of how application performance > affects their revenue. With AppDynamics, you get 100% visibility into your > Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro! > http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk_______________________________________________ > Astlinux-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/astlinux-users > > Donations to support AstLinux are graciously accepted via PayPal to > [email protected]. ------------------------------------------------------------------------------ Rapidly troubleshoot problems before they affect your business. Most IT organizations don't have a clear picture of how application performance affects their revenue. With AppDynamics, you get 100% visibility into your Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro! http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk _______________________________________________ Astlinux-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/astlinux-users Donations to support AstLinux are graciously accepted via PayPal to [email protected].
