trying to install libfpx

2003-01-01 Thread Caleb Walker
I am trying to install libfpx and this is the error I get.  It seems
that I do not have the right header files but I do not know.  Thanks in
advance.

root-05:18pm#make install
===  Building for libfpx-1.2.0.4_1
Warning: Object directory not changed from original
/usr/ports/graphics/libfpx/work/libfpx-1.2.0.4
c++  -O -pipe  -fno-rtti -fno-exceptions -DHAVE_WCHAR_H=1
-DHAVE_DLFCN_H=1
-I/usr/ports/graphics/libfpx/work/libfpx-1.2.0.4/oless/h
-I/usr/ports/graphics/libfpx/work/libfpx-1.2.0.4/jpeg
-I/usr/ports/graphics/libfpx/work/libfpx-1.2.0.4/ole
-I/usr/ports/graphics/libfpx/work/libfpx-1.2.0.4/basics
-I/usr/ports/graphics/libfpx/work/libfpx-1.2.0.4/ri_image
-I/usr/ports/graphics/libfpx/work/libfpx-1.2.0.4/oless
-I/usr/ports/graphics/libfpx/work/libfpx-1.2.0.4/fpx
-I/usr/local/include -D_UNIX -c
/usr/ports/graphics/libfpx/work/libfpx-1.2.0.4/fpx/buffdesc.cpp -o
buffdesc.o
c++ -fpic -DPIC  -O -pipe  -fno-rtti -fno-exceptions -DHAVE_WCHAR_H=1
-DHAVE_DLFCN_H=1
-I/usr/ports/graphics/libfpx/work/libfpx-1.2.0.4/oless/h
-I/usr/ports/graphics/libfpx/work/libfpx-1.2.0.4/jpeg
-I/usr/ports/graphics/libfpx/work/libfpx-1.2.0.4/ole
-I/usr/ports/graphics/libfpx/work/libfpx-1.2.0.4/basics
-I/usr/ports/graphics/libfpx/work/libfpx-1.2.0.4/ri_image
-I/usr/ports/graphics/libfpx/work/libfpx-1.2.0.4/oless
-I/usr/ports/graphics/libfpx/work/libfpx-1.2.0.4/fpx
-I/usr/local/include -D_UNIX -c
/usr/ports/graphics/libfpx/work/libfpx-1.2.0.4/fpx/buffdesc.cpp -o
buffdesc.So
In file included from
/usr/ports/graphics/libfpx/work/libfpx-1.2.0.4/oless/h/tchar.h:15,
 from
/usr/ports/graphics/libfpx/work/libfpx-1.2.0.4/oless/h/storage.h:23,
 from
/usr/ports/graphics/libfpx/work/libfpx-1.2.0.4/oless/h/ref.hxx:151,
 from
/usr/ports/graphics/libfpx/work/libfpx-1.2.0.4/oless/exphead.cxx:21,
 from
/usr/ports/graphics/libfpx/work/libfpx-1.2.0.4/ole/olecomm.h:49,
 from
/usr/ports/graphics/libfpx/work/libfpx-1.2.0.4/fpx/thmbnail.h:20,
 from
/usr/ports/graphics/libfpx/work/libfpx-1.2.0.4/fpx/buffdesc.cpp:22:
/usr/ports/graphics/libfpx/work/libfpx-1.2.0.4/oless/h/owchar.h:47:
wchar.h: No such file or directory
In file included from
/usr/ports/graphics/libfpx/work/libfpx-1.2.0.4/oless/h/tchar.h:15,
 from
/usr/ports/graphics/libfpx/work/libfpx-1.2.0.4/oless/h/storage.h:23,
 from
/usr/ports/graphics/libfpx/work/libfpx-1.2.0.4/oless/h/ref.hxx:151,
 from
/usr/ports/graphics/libfpx/work/libfpx-1.2.0.4/oless/exphead.cxx:21,
 from
/usr/ports/graphics/libfpx/work/libfpx-1.2.0.4/ole/olecomm.h:49,
 from
/usr/ports/graphics/libfpx/work/libfpx-1.2.0.4/fpx/thmbnail.h:20,
 from
/usr/ports/graphics/libfpx/work/libfpx-1.2.0.4/fpx/buffdesc.cpp:22:
/usr/ports/graphics/libfpx/work/libfpx-1.2.0.4/oless/h/owchar.h:47:
wchar.h: No such file or directory
*** Error code 1
*** Error code 1
2 errors
*** Error code 2

Stop in /usr/ports/graphics/libfpx.


-- 
Get my GnuPG public key http://www.cwalk.org/pgp_info.html
See complete mail headers for more information


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: trying to install libfpx

2003-01-01 Thread Kent Stewart
On Wednesday 01 January 2003 05:26 pm, Caleb Walker wrote:
 I am trying to install libfpx and this is the error I get.  It seems
 that I do not have the right header files but I do not know.  Thanks
 in advance.

I just tried this and had no problem doing a build and install. I 
actually had to do a deinstall and reinstall but that doesn't matter. I 
have to assume that something is out of date on your system. When you 
cvsup'ed, did you rebuild your INDEXs. Also, what version of FreeBSD 
are you using?

Kent


 root-05:18pm#make install
 ===  Building for libfpx-1.2.0.4_1
 Warning: Object directory not changed from original
 /usr/ports/graphics/libfpx/work/libfpx-1.2.0.4
 c++  -O -pipe  -fno-rtti -fno-exceptions -DHAVE_WCHAR_H=1
 -DHAVE_DLFCN_H=1
 -I/usr/ports/graphics/libfpx/work/libfpx-1.2.0.4/oless/h
 -I/usr/ports/graphics/libfpx/work/libfpx-1.2.0.4/jpeg
 -I/usr/ports/graphics/libfpx/work/libfpx-1.2.0.4/ole
 -I/usr/ports/graphics/libfpx/work/libfpx-1.2.0.4/basics
 -I/usr/ports/graphics/libfpx/work/libfpx-1.2.0.4/ri_image
 -I/usr/ports/graphics/libfpx/work/libfpx-1.2.0.4/oless
 -I/usr/ports/graphics/libfpx/work/libfpx-1.2.0.4/fpx
 -I/usr/local/include -D_UNIX -c
 /usr/ports/graphics/libfpx/work/libfpx-1.2.0.4/fpx/buffdesc.cpp -o
 buffdesc.o
 c++ -fpic -DPIC  -O -pipe  -fno-rtti -fno-exceptions -DHAVE_WCHAR_H=1
 -DHAVE_DLFCN_H=1
 -I/usr/ports/graphics/libfpx/work/libfpx-1.2.0.4/oless/h
 -I/usr/ports/graphics/libfpx/work/libfpx-1.2.0.4/jpeg
 -I/usr/ports/graphics/libfpx/work/libfpx-1.2.0.4/ole
 -I/usr/ports/graphics/libfpx/work/libfpx-1.2.0.4/basics
 -I/usr/ports/graphics/libfpx/work/libfpx-1.2.0.4/ri_image
 -I/usr/ports/graphics/libfpx/work/libfpx-1.2.0.4/oless
 -I/usr/ports/graphics/libfpx/work/libfpx-1.2.0.4/fpx
 -I/usr/local/include -D_UNIX -c
 /usr/ports/graphics/libfpx/work/libfpx-1.2.0.4/fpx/buffdesc.cpp -o
 buffdesc.So
 In file included from
 /usr/ports/graphics/libfpx/work/libfpx-1.2.0.4/oless/h/tchar.h:15,
  from
 /usr/ports/graphics/libfpx/work/libfpx-1.2.0.4/oless/h/storage.h:23,
  from
 /usr/ports/graphics/libfpx/work/libfpx-1.2.0.4/oless/h/ref.hxx:151,
  from
 /usr/ports/graphics/libfpx/work/libfpx-1.2.0.4/oless/exphead.cxx:21,
  from
 /usr/ports/graphics/libfpx/work/libfpx-1.2.0.4/ole/olecomm.h:49,
  from
 /usr/ports/graphics/libfpx/work/libfpx-1.2.0.4/fpx/thmbnail.h:20,
  from
 /usr/ports/graphics/libfpx/work/libfpx-1.2.0.4/fpx/buffdesc.cpp:22:
 /usr/ports/graphics/libfpx/work/libfpx-1.2.0.4/oless/h/owchar.h:47:
 wchar.h: No such file or directory
 In file included from
 /usr/ports/graphics/libfpx/work/libfpx-1.2.0.4/oless/h/tchar.h:15,
  from
 /usr/ports/graphics/libfpx/work/libfpx-1.2.0.4/oless/h/storage.h:23,
  from
 /usr/ports/graphics/libfpx/work/libfpx-1.2.0.4/oless/h/ref.hxx:151,
  from
 /usr/ports/graphics/libfpx/work/libfpx-1.2.0.4/oless/exphead.cxx:21,
  from
 /usr/ports/graphics/libfpx/work/libfpx-1.2.0.4/ole/olecomm.h:49,
  from
 /usr/ports/graphics/libfpx/work/libfpx-1.2.0.4/fpx/thmbnail.h:20,
  from
 /usr/ports/graphics/libfpx/work/libfpx-1.2.0.4/fpx/buffdesc.cpp:22:
 /usr/ports/graphics/libfpx/work/libfpx-1.2.0.4/oless/h/owchar.h:47:
 wchar.h: No such file or directory
 *** Error code 1
 *** Error code 1
 2 errors
 *** Error code 2

 Stop in /usr/ports/graphics/libfpx.

-- 
Kent Stewart
Richland, WA

http://users.owt.com/kstewart/index.html


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message