Re: [Iup-users] Problem to compile CD module

2021-01-12 Thread navegantes carlinhos via Iup-users
 Well,
Reinstalled the library The FreeType Project . The lib fgtl is installed in 
same level that others libs, but "recurrent message" follows:
Tecmake: starting [ iupglcontrols:Linux415_64 ]
make[2]: *** No rule to make target '/tecgraf/ftgl/include/FTGL/ftgl.h', needed 
by '../obj/iupglcontrols/Linux415_64/iup_glfont.o'.  Pare.
Makefile:10: recipe for target 'do_all' failed
make[1]: *** [do_all] Error 2
Makefile:27: recipe for target 'iupglcontrols' failed
make: *** [iupglcontrols] Error 2

Some light  (= luz) ?
. 

Att Carlinhos

| 
| 
|  | 
The FreeType Project

Download The FreeType Project for free. A free, high-quality, and portable font 
engine. FreeType is written in C...
 |

 |

 |





Em terça-feira, 12 de janeiro de 2021 08:03:31 BRT, Antonio Scuri 
 escreveu:  
 
 Notice that Freetype must be installed from the system, but FTGL must be the 
one that we provide along with the IUP or CD sources. And must be installed in 
a folder at the same level of the other libraries.
Best,Scuri

Em seg, 11 de jan de 2021 23:17, navegantes carlinhos  
escreveu:

 Hi, Scuri I removed the folder iup/src/dep  after your sugestion  and so 
"skip"  the previous  error  but in new  process of the I built the iup 
library,  I got a new  message following

Tecmake: compiling iup_glimage.c ...
gcc -c  -Wall -O2 -m64 -fPIC -I../include -I../src -I. -I../../ftgl/include 
-I/usr/include/freetype2   -DFTGL_LIBRARY_STATIC -DGL_EDITDLG 
-DTEC_UNAME=Linux415_64 -DTEC_SYSNAME=Linux -DLinux=4.15 -DTEC_LITTLEENDIAN 
-DTEC_64 -DFUNCPROTO=15 -DNDEBUG -o 
../obj/iupglcontrols/Linux415_64/iup_glimage.o iup_glimage.c
make[2]: *** No rule to make target '/tecgraf/ftgl/include/FTGL/ftgl.h', needed 
by '../obj/iupglcontrols/Linux415_64/iup_glfont.o'.  Pare.
Makefile:10: recipe for target 'do_all' failed
make[1]: *** [do_all] Error 2
Makefile:27: recipe for target 'iupglcontrols' failed
make: *** [iupglcontrols] Error 2
ps:The librarries freetype and ftgl was installed before making iup lib.


 Att Carlinhos

Em segunda-feira, 11 de janeiro de 2021 13:50:09 BRT, Antonio Scuri 
 escreveu:  
 
   That error seems to be an outdated dependencies file. Try to delete the file 
iup/src/iup.dep or the folder iup/src/dep/.
  It is not necessary to install uuid-dev. The gtk-dev package will do that or 
equivalent.
Best,Scuri

Em seg., 11 de jan. de 2021 às 00:37, navegantes carlinhos 
 escreveu:

 Thank youtr reply, Scuri, I did the download of  the source pdflib according 
to you adivse and so i generate the lib of cd.
After that,
 I am trying  to create the library of  iup module, but  I got the following 
error; 

ecmake: starting [ iup:Linux415_64 ]
make[2]: *** No rule to make target '/usr/include/glib-2.0/glib/guuid.h', 
needed by '../obj/Linux415_64/iup_thread.o'.  Pare.
Makefile:12: recipe for target 'iup' failed
make[1]: *** [iup] Error 2
Makefile:13: recipe for target 'iup' failed
make: *** [iup] Error 2
After that message I running the following :

$ dpkg -L libglib2.0-dev | grep guuid.h
$ sudo apt-get install uuid-dev 

Is the some package to install that contains  the file guuid.h? I installed the 
uuid-dev but I got the same error yet.






Em sexta-feira, 8 de janeiro de 2021 13:08:37 BRT, Antonio Scuri 
 escreveu:  
 
   Hi,
  You have to download the pdflib source package available with the CD download 
files.
Best,Scuri

Em qui., 7 de jan. de 2021 às 19:52, navegantes carlinhos 
 escreveu:

Feliz ano ano para todos ! Happy new year 2021
I am building the module accoding to guide to linux, but I am getting the 
following error.
Is there some "tip" for solving that issue?

gcc -c  -Wall -O2 -m64 -fPIC -I. -Isim -I../../pdflib7/include -I../include 
-DTEC_UNAME=Linux415_64 -DTEC_SYSNAME=Linux -DLinux=4.15 -DTEC_LITTLEENDIAN 
-DTEC_64 -DFUNCPROTO=15 -DNDEBUG -o ../obj/cdpdf/Linux415_64/cdpdf.o drv/cdpdf.c
drv/cdpdf.c:17:20: fatal error: pdflib.h: Arquivo ou diretório não encontrado
compilation terminated.
../tecmake.mak:1770: recipe for target '../obj/cdpdf/Linux415_64/cdpdf.o' failed
make[2]: *** [../obj/cdpdf/Linux415_64/cdpdf.o] Error 1
Makefile:14: recipe for target 'cdpdf' failed
make[1]: *** [cdpdf] Error 2
Makefile:4: recipe for target 'do_all' failed
make: *** [do_all] Error 2


Sinceraly, Carlinhos


  
  
  ___
Iup-users mailing list
Iup-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/iup-users


Re: [Iup-users] Problem to compile CD module

2021-01-12 Thread Antonio Scuri
Notice that Freetype must be installed from the system, but FTGL must be
the one that we provide along with the IUP or CD sources. And must be
installed in a folder at the same level of the other libraries.

Best,
Scuri


Em seg, 11 de jan de 2021 23:17, navegantes carlinhos <
navegan...@yahoo.com.br> escreveu:

> Hi, Scuri I removed the folder iup/src/dep  after your sugestion  and so
> "skip"  the previous  error  but in new  process of the I built the iup
> library,  I got a new  message following
>
>
> Tecmake: compiling iup_glimage.c ...
> gcc -c  -Wall -O2 -m64 -fPIC -I../include -I../src -I.
> -I../../ftgl/include -I/usr/include/freetype2   -DFTGL_LIBRARY_STATIC
> -DGL_EDITDLG -DTEC_UNAME=Linux415_64 -DTEC_SYSNAME=Linux -DLinux=4.15
> -DTEC_LITTLEENDIAN -DTEC_64 -DFUNCPROTO=15 -DNDEBUG -o
> ../obj/iupglcontrols/Linux415_64/iup_glimage.o iup_glimage.c
> make[2]: *** No rule to make target '/tecgraf/ftgl/include/FTGL/ftgl.h',
> needed by '../obj/iupglcontrols/Linux415_64/iup_glfont.o'.  Pare.
> Makefile:10: recipe for target 'do_all' failed
> make[1]: *** [do_all] Error 2
> Makefile:27: recipe for target 'iupglcontrols' failed
> make: *** [iupglcontrols] Error 2
>
> ps:The librarries freetype and ftgl was installed before making iup lib.
>
>
>
>  Att Carlinhos
>
> Em segunda-feira, 11 de janeiro de 2021 13:50:09 BRT, Antonio Scuri <
> antonio.sc...@gmail.com> escreveu:
>
>
>   That error seems to be an outdated dependencies file. Try to delete the
> file iup/src/iup.dep or the folder iup/src/dep/.
>
>   It is not necessary to install uuid-dev. The gtk-dev package will do
> that or equivalent.
>
> Best,
> Scuri
>
>
> Em seg., 11 de jan. de 2021 às 00:37, navegantes carlinhos <
> navegan...@yahoo.com.br> escreveu:
>
> Thank youtr reply, Scuri, I did the download of  the source pdflib
> according to you adivse and so i generate the lib of cd.
>
> After that,
>
>  I am trying  to create the library of  iup module, but  I got the
> following error;
>
> ecmake: starting [ iup:Linux415_64 ]
> make[2]: *** No rule to make target '/usr/include/glib-2.0/glib/guuid.h',
> needed by '../obj/Linux415_64/iup_thread.o'.  Pare.
> Makefile:12: recipe for target 'iup' failed
> make[1]: *** [iup] Error 2
> Makefile:13: recipe for target 'iup' failed
> make: *** [iup] Error 2
>
> After that message I running the following :
>
> $ dpkg -L libglib2.0-dev | grep guuid.h
>
> $ sudo apt-get install uuid-dev
>
> Is the some package to install that contains  the file guuid.h? I
> installed the uuid-dev but I got the same error yet.
>
>
>
>
>
>
> Em sexta-feira, 8 de janeiro de 2021 13:08:37 BRT, Antonio Scuri <
> antonio.sc...@gmail.com> escreveu:
>
>
>   Hi,
>
>   You have to download the pdflib source package available with the CD
> download files.
>
> Best,
> Scuri
>
>
> Em qui., 7 de jan. de 2021 às 19:52, navegantes carlinhos <
> navegan...@yahoo.com.br> escreveu:
>
> Feliz ano ano para todos ! Happy new year 2021
>
> I am building the module accoding to guide to linux, but I am getting the
> following error.
>
> Is there some "tip" for solving that issue?
>
> gcc -c  -Wall -O2 -m64 -fPIC -I. -Isim -I../../pdflib7/include
> -I../include -DTEC_UNAME=Linux415_64 -DTEC_SYSNAME=Linux -DLinux=4.15
> -DTEC_LITTLEENDIAN -DTEC_64 -DFUNCPROTO=15 -DNDEBUG -o
> ../obj/cdpdf/Linux415_64/cdpdf.o drv/cdpdf.c
> drv/cdpdf.c:17:20: fatal error: *pdflib.h: Arquivo ou diretório não
> encontrado*
> compilation terminated.
> ../tecmake.mak:1770: recipe for target '../obj/cdpdf/Linux415_64/cdpdf.o'
> failed
> make[2]: *** [../obj/cdpdf/Linux415_64/cdpdf.o] Error 1
> Makefile:14: recipe for target 'cdpdf' failed
> make[1]: *** [cdpdf] Error 2
> Makefile:4: recipe for target 'do_all' failed
> make: *** [do_all] Error 2
>
>
> Sinceraly, Carlinhos
>
>
___
Iup-users mailing list
Iup-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/iup-users