|
View:
New views
4 Messages
—
Rating Filter:
Alert me
|
|
|
adding a packagehere is my next issue that I have run into.
I need to add the package "glib" to my bare bones library. But each time i add the package another empty package called "Enter new Module" also gets added. Removing it does not help. When I build the project it complains that 'Enter new module_CFLAGS' is not a valid shell variable name. Suggestions ? ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Anjuta-list mailing list Anjuta-list@... https://lists.sourceforge.net/lists/listinfo/anjuta-list |
|
|
Re: adding a packageHi Sunil,
Sunil Negi a écrit : > But each time i add the package another empty package called "Enter new > Module" also gets added. Removing it does not help. To add a library you need create a new module and then add package (= library) in it. So Add new module, change the default name "Enter new module" to something better without space like GLIB Then, select this module and click on Add package. You should get a list of all available package on your disk. glib should be present as glib-2.0. Then you use all libraries define in GLIB module, you need to select your target, select properties and check the GLIB module. Regards, Sébastien ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Anjuta-list mailing list Anjuta-list@... https://lists.sourceforge.net/lists/listinfo/anjuta-list |
|
|
Re: adding a packageNo matter what i do i cannot get rid of this:
/home/sunil/cprojects/xxx/configure.ac:25: error: AC_SUBST: `Enter new module_CFLAGS' is not a valid shell variable name I have removed ALL packages from project properties. Yet ..... ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Anjuta-list mailing list Anjuta-list@... https://lists.sourceforge.net/lists/listinfo/anjuta-list |
|
|
Re: adding a packageHi Sunil,
Sunil Negi a écrit : > /home/sunil/cprojects/xxx/configure.ac:25: error: AC_SUBST: `Enter new > module_CFLAGS' is not a valid shell variable name Well, Anjuta has perhaps written something wrong in the configure script. Just look at line 25 and erase it if it looks wrong. Regards, Sébastien ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Anjuta-list mailing list Anjuta-list@... https://lists.sourceforge.net/lists/listinfo/anjuta-list |
| Free embeddable forum powered by Nabble | Forum Help |