Hello, I'm learning about developing in Moblin, and was working through this page:
http://moblin.org/documentation/moblin-sdk/hello-moblin The new version of package creator doesn't behave as in this wiki. I'm using moblin-package-creator-0.5.5.tar.gz After building with Anjuta, when I run moblin-package-creator, the very first thing it does is runs ./configure in the CWD. This results in a build failure....obviously since HELLOMOBLIN_CFLAGS and HELLOMOBLIN_LIBS, and PATH is not set for ./configure. To get it to work, I looked at config.log for the Anjuta build(which was working)....and exported those variables before running the package builder (so the variables were available to the bare ./configure launched). This fixed the issue. What is the best way to streamline this process? I'm new to developing in this environment, so wanted to get feedback before I hack together something to 'fix' the workflow. I figure there must be something I can add to the config which automatically builds with the correct SDK options....but I just don't know what. Thanks! -- Matt _______________________________________________ Moblin dev Mailing List [email protected] To manage or unsubscribe from this mailing list visit: http://lists.moblin.org/listinfo/dev or your user account on http://moblin.org once logged in. For more information on the Moblin Developer Mailing lists visit: http://moblin.org/community/mailing-lists
