Perhaps a permissions problem? You can sometimes get a not-found error for a file (in a dir) you have no permission to read...
ls -l should tell you all you need to know... Also, I have gotten in the habit of doing a ./reconf-all before reporting compile errors as that sometimes helps sort out the problem. Regards, Caveat On Wed, 2012-01-18 at 14:09 +0100, Girard Henri wrote: > After I have been searching : files are in the right place but not found... > > Le 18/01/2012 09:32, Girard Henri a écrit : > > Hi, > > > > I have been running precise pangolin for few months now, gambas3 > > compiled well... Today first time I have got this error, I can't find > > this libvtkzlib, any help ? > > regards > > Henri > > > > ------------------------------------------------------------------------------------------------------------------ > > > > > > make[4]: quittant le répertoire « > > /home/riri/svn/trunk/gb.compress.bzlib2/src » > > make[4]: entrant dans le répertoire « > > /home/riri/svn/trunk/gb.compress.bzlib2 » > > make[4]: quittant le répertoire « > > /home/riri/svn/trunk/gb.compress.bzlib2 » > > make[3]: quittant le répertoire « > > /home/riri/svn/trunk/gb.compress.bzlib2 » > > make[2]: quittant le répertoire « > > /home/riri/svn/trunk/gb.compress.bzlib2 » > > Making all in gb.compress.zlib > > make[2]: entrant dans le répertoire « > > /home/riri/svn/trunk/gb.compress.zlib » > > make all-recursive > > make[3]: entrant dans le répertoire « > > /home/riri/svn/trunk/gb.compress.zlib » > > Making all in src > > make[4]: entrant dans le répertoire « > > /home/riri/svn/trunk/gb.compress.zlib/src » > > /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. > > -I.. -I/usr/local/include/vtk-5.8/vtkzlib/ -pipe -Wall > > -Wno-unused-value -fsigned-char -fvisibility=hidden -g -Os -MT > > main.lo -MD -MP -MF .deps/main.Tpo -c -o main.lo main.c > > libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. > > -I/usr/local/include/vtk-5.8/vtkzlib/ -pipe -Wall -Wno-unused-value > > -fsigned-char -fvisibility=hidden -g -Os -MT main.lo -MD -MP -MF > > .deps/main.Tpo -c main.c -fPIC -DPIC -o .libs/main.o > > In file included from /usr/local/include/vtk-5.8/vtkzlib/zlib.h:34:0, > > from main.c:35: > > /usr/local/include/vtk-5.8/vtkzlib/zconf.h:15:35: fatal error: > > vtkzlib/zlibDllConfig.h: No such file or directory > > compilation terminated. > > make[4]: *** [main.lo] Erreur 1 > > make[4]: quittant le répertoire « > > /home/riri/svn/trunk/gb.compress.zlib/src » > > make[3]: *** [all-recursive] Erreur 1 > > make[3]: quittant le répertoire « /home/riri/svn/trunk/gb.compress.zlib » > > make[2]: *** [all] Erreur 2 > > make[2]: quittant le répertoire « /home/riri/svn/trunk/gb.compress.zlib » > > make[1]: *** [all-recursive] Erreur 1 > > make[1]: quittant le répertoire « /home/riri/svn/trunk » > > make: *** [all] Erreur 2 > > > > > ------------------------------------------------------------------------------ > Keep Your Developer Skills Current with LearnDevNow! > The most comprehensive online learning library for Microsoft developers > is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3, > Metro Style Apps, more. Free future releases when you subscribe now! > http://p.sf.net/sfu/learndevnow-d2d > _______________________________________________ > Gambas-user mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/gambas-user ------------------------------------------------------------------------------ Keep Your Developer Skills Current with LearnDevNow! The most comprehensive online learning library for Microsoft developers is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3, Metro Style Apps, more. Free future releases when you subscribe now! http://p.sf.net/sfu/learndevnow-d2d _______________________________________________ Gambas-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/gambas-user
