Bugs item #1653539, was opened at 2007-02-06 21:18 Message generated for change (Comment added) made by bogdan_iancu You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=743020&aid=1653539&group_id=139143
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: modules Group: ver devel >Status: Closed >Resolution: Fixed Priority: 5 Private: No Submitted By: Ovidiu Sas (osas) Assigned to: Bogdan (bogdan_iancu) Summary: openSER fails to compile for embedded systems Initial Comment: See the original posting in the mailing list: http://openser.org/pipermail/devel/2007-February/005593.html make[2]: Entering directory `/home/admin/slug-optware-slugosbe-dev/optware/builds/openser/modules/pa' CROSS COMPILE Badness: /usr/include in INCLUDEPATH: /usr/include/libxml2 cc1: internal compiler error: Aborted Please submit a full bug report, with preprocessed source if appropriate. See <URL:http://gcc.gnu.org/bugs.html> for instructions. Attached is a patch that will fix this issue. ---------------------------------------------------------------------- >Comment By: Bogdan (bogdan_iancu) Date: 2007-02-12 20:18 Message: Logged In: YES user_id=1275325 Originator: NO New makefile variable $(SYSBASE) ti be used instead of /usr -> it allows to switch to another root directory for cross compiling purposes. Regards, Bogdan ---------------------------------------------------------------------- Comment By: Bogdan (bogdan_iancu) Date: 2007-02-07 15:40 Message: Logged In: YES user_id=1275325 Originator: NO Hi Ovidiu, this patch breaks compiling on system using packages, where most of the header files are installed in /usr/include. $(LOCALBASE) points to /usr/local/ ! I just tried for mysql and the compiling failed as the mysql.h file not found anymore (located in /usr/include/mysql/mysql.h). regards, Bogdan ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=743020&aid=1653539&group_id=139143 _______________________________________________ Devel mailing list [email protected] http://openser.org/cgi-bin/mailman/listinfo/devel
