On 14/09/15 11:57, Edward Bartolo wrote: > Hi Aitor,
>
> I tried "lazbuild -B netman.lpr" in the netman directory and it
> worked. There were some complaints but the executable was produced.
>
> By the way, thanks for teaching me something new about Lazarus.
>
>
> Edward.
>
> On 14/09/2015, aitor_czr<aitor_czr@???> wrote:
>> >Hi,
>> >
>> >I'm adding:
>> >
>> >lazbuild -B netman.lpr
>> >
>> >to the debian/rules. Is it enough to build the frontend? I've never used
>> >Lazarus.
>> >
>> >Thanks in advance,
>> >
>> >Aitor.
>> >
>> >On 14/09/15 10:52, Edward Bartolo wrote:
>>> >>Hi,
>>> >>
>>> >>My experience using gcc directly corroborates what KatolaZ said. This
>>> >>command works on my computer without the need to edit the .c files as
>>> >>you suggested.
>>> >>
>>> >>The gcc command:
>>> >>gcc -lm -I../include core_functions.c file_functions.c backend.c
>>> >>essid_encoder.c automated_scanner.c -o backend
>>> >>
>>> >>Edward
>> >
>> >