[odb-users] simple app
dd
durga.disc at gmail.com
Tue Aug 27 06:55:35 EDT 2013
Hi Boris,
I am following:
http://www.codesynthesis.com/products/odb/doc/install-unix.xhtml
I have downloaded odb_2.2.2-1_i386.deb file and installed through sudo
command.
I am able to see odb version in terminal.
user at username:~/ODB/libodb$ which odb
/usr/bin/odb
gcc version: 4.6.3
When I try to libodb, it's throwing *below errors*:
user at username:~/ODB/libodb$ make
Making all in odb
make[1]: Entering directory `/home/user/ODB/libodb/odb'
make all-am
make[2]: Entering directory `/home/user/ODB/libodb/odb'
make[2]: Leaving directory `/home/user/ODB/libodb/odb'
make[1]: Leaving directory `/home/user/ODB/libodb/odb'
make[1]: Entering directory `/home/user/ODB/libodb'
make[1]: Nothing to be done for `all-am'.
make[1]: Leaving directory `/home/user/ODB/libodb'
Thanks,
dd
On Mon, Aug 26, 2013 at 3:43 PM, Boris Kolpackov <boris at codesynthesis.com>wrote:
> Hi,
>
> dd <durga.disc at gmail.com> writes:
>
> > Can somebody give simple steps to create a test app on linux?
>
> I assume you are talking about a test application that is using ODB.
>
> If that's the case, then have you looked at Chapter 2, "Hello World
> Example" in the ODB manual? It includes step-by-step instructions,
> including even compilation command lines.
>
> Also, every example in the odb-examples package comes with a README
> file that contains instructions on how to build it from the command
> line.
>
> Boris
>
More information about the odb-users
mailing list