Giter Site home page Giter Site logo

libapp's Introduction

libapp: utilities for repetitive tasks in app development

libapp provides functions to easily perform some often needed operations in application development, such as command line parsing.

Resources

libapp is hosted at GitHub.

There you can find all the code releases and the project Wiki.

Copyright and license

libapp is Copyright (C) 2010 Domenico Rotiroti.

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as
published by the Free Software Foundation, version 3 of the License.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU Lesser General Public License for more details.

A copy of the GNU Lesser General Public License is included in the
source distribution of this software.

libapp's People

Contributors

binki avatar drotiro avatar fjaeger avatar laurento avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

libapp's Issues

Namespace conflict with libmysqlclient

ohnobinki@binkidesky ~/app $ make -j -l4
depbase=`echo src/app.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
        gcc -DPACKAGE_NAME=\"app\" -DPACKAGE_TARNAME=\"app\" -DPACKAGE_VERSION=\"0.0\" -DPACKAGE_STRING=\"app\ 0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"app\" -DVERSION=\"0.0\" -I.   -I/tmp/blah/include  -g -O2 -MT src/app.o -MD -MP -MF $depbase.Tpo -c -o src/app.o src/app.c &&\
        mv -f $depbase.Tpo $depbase.Po
In file included from src/app.c:3:
/tmp/blah/include/libapp/list.h:25: error: conflicting types for ‘list_free’
/usr/include/mysql/my_list.h:34: note: previous declaration of ‘list_free’ was here
src/app.c: In function ‘main’:
src/app.c:18: warning: incompatible implicit declaration of built-in function ‘free’
make: *** [src/app.o] Error 1

http://bugs.mysql.com/bug.php?id=52725
http://ohnopub.net/hg/liblist/rev/54fb61a407c0

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.