:: [DNG] [SOLVED] Re: Frontend of sim…
Top Page
Delete this message
Reply to this message
Author: Aitor
Date:  
To: dng
Subject: [DNG] [SOLVED] Re: Frontend of simple-netaid
Hi,

On 31/12/19 19:50, Aitor wrote:
>
> Hi again,
>
> Anybody can explain me why the toolbar of simple-netaid is hidden in
> the following code?
>
> http://gnuinos.org/examples/simple-netaid/
>
> You can download the sources from here:
>
> http://gnuinos.org/examples/simple-netaid/simple-netaid.tar.gz
>
> You need to install cmake and libgtkmm-2.4-dev. I wrote the following
> script in my "/usr/bin":
>
>
> #!/bin/sh
>
> path=$(pwd)
> rm -f $path/simple-netaid
> rm -rf $path/build-area
> mkdir $path/build-area
> cd $path/build-area
> cmake ../
> make
> exit 0
>
>
> Just run it in the parent directory of the sources.
> I'll also ask tomorrow about this issue in the gtkmm mailing list.
>
> Cheers, and happy new year :)
>
> Aitor.
>


I solved the issue this morning and uploaded the new code to the same
links above.

Cheers,

Aitor.