|
From: oleksa <m.o...@uk...> - 2013-06-19 13:12:26
|
Hi!
I haven't such error, and what harbour do you use, see warning from Przemyslaw:
; WARNING: for -cflag=`pkg-config --cflags gtk+-2.0` in .hbp files
it's necessary to use HBMK2 from current Harbour devel
code
Regards,
Alexey Myronenko
--- Оригінальне повідомлення ---
Від кого: "Itamar M. Lins Jr. Lins" <ita...@gm...>
Дата: 19 червня 2013, 15:28:23
> Hi!
> Please change the line
> {unix}-cflag=´pkg-config --cflags gtk+-2.0´
>
> to
> {unix}-cflag='pkg-config --cflags gtk+-2.0'
>
>
> ´ to '
>
>
> I get error
>
> C:\devl\hwgui>hbmk2 hwgui.hbp
> hbmk2: Harbour: Compilando módulos...
> Error F0034 Bad command line option 'cflags'
> hbmk2[hwgui]: Erro: Executando o compilador Harbour (interno): 1
> (c:\hb32\bin\harbour.exe) -n1 gtk+-2.0` source\guimain.prg -n -q0 -w -es2 --cfla
>
> gs -olib\.hbmk\win\mingw\ -ic:\HB32\include -iinclude
>
> After change to apostrophe into hwgui.hbp compile fine but show warning.
>
> C:\devl\hwgui>hbmk2 hwgui.hbp -rebuild
>
> hbmk2: Harbour: Compilando módulos...
> hbmk2: Compilando...
> ../../../../source/misc.c: In function 'HB_FUN_HWG_RUNCONSOLEAPP':
> ../../../../source/misc.c:869:18: warning: 'hOut' may be used uninitialized in t
>
> his function [-Wmaybe-uninitialized]
> hbmk2: Criando biblioteca estáticas... lib\libhwgui.a
>
>
> More tests...
>
>
> Best regards,
>
> Itamar M. Lins Jr.
>
>
>
> ------------------------------------------------------------------------------
> This SF.net email is sponsored by Windows:
>
> Build for Windows Store.
>
> http://p.sf.net/sfu/windows-dev2dev
>
> _______________________________________________
> Hwgui-developers mailing list
> Hwg...@li...
> https://lists.sourceforge.net/lists/listinfo/hwgui-developers
|