List Info

Thread: Compilation problem




Compilation problem
user name
2006-10-26 13:43:08
When I'm trying to compile CVS version I obtain :

libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.
-I../../../lib
-I/usr/include/glib-1.2 -I/usr/lib/glib/include
-I/usr/include/gtk-1.2
-I/usr/include/glib-1.2 -I/usr/lib/glib/include
-INONE/include
-I/usr/include/gtk-1.2 -I/usr/include/glib-1.2
-I/usr/lib/glib/include
-I/usr/include/glib-1.2 -I/usr/lib/glib/include
-I/usr/include/freetype2
-I../../.. -I/usr/local/include -I.. -I/usr/include/glib-1.2
-I/usr/lib/glib/include -g -O2 -MT br_messages_gui.lo -MD
-MP -MF
.deps/br_messages_gui.Tpo -c br_messages_gui.cpp -o
br_messages_gui.o
>/dev/null 2>&1
make[3]: *** No rule to make target `WidgetWrapper.lo',
needed by
`libgui.la'.  Stop.


WidgetWrapper.cpp and WidgetWrapper.hpp is not on cvs..

Ramon

------------------------------------------------------------
-------------
Using Tomcat but need to do more? Need to support web
services, security?
Get stuff done quickly with pre-integrated technology to
make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on
Apache Geronimo
http://sel.as-us.falkag.net/
sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Cinepaint-developers mailing list
Cinepaint-developerslists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ci
nepaint-developers
Compilation problem
user name
2006-10-26 20:15:54
... checked in. Take me in cc for further emails as needed.

Thanks.

regards
Kai-Uwe Behrmann
                                + development for color
management 
                                + imaging / panoramas
                                + email: ku.bgmx.de
                                + http://www.behrmann.name


Am 26.10.06, 15:43 +0200 schrieb Ramon Navarro Bosch:

> When I'm trying to compile CVS version I obtain :
> 
> libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.
-I../../../lib
> -I/usr/include/glib-1.2 -I/usr/lib/glib/include
-I/usr/include/gtk-1.2
> -I/usr/include/glib-1.2 -I/usr/lib/glib/include
-INONE/include
> -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2
-I/usr/lib/glib/include
> -I/usr/include/glib-1.2 -I/usr/lib/glib/include
-I/usr/include/freetype2
> -I../../.. -I/usr/local/include -I..
-I/usr/include/glib-1.2
> -I/usr/lib/glib/include -g -O2 -MT br_messages_gui.lo
-MD -MP -MF
> .deps/br_messages_gui.Tpo -c br_messages_gui.cpp -o
br_messages_gui.o
> >/dev/null 2>&1
> make[3]: *** No rule to make target `WidgetWrapper.lo',
needed by
> `libgui.la'.  Stop.
> 
> 
> WidgetWrapper.cpp and WidgetWrapper.hpp is not on cvs..
> 
> Ramon
> 

------------------------------------------------------------
-------------
Using Tomcat but need to do more? Need to support web
services, security?
Get stuff done quickly with pre-integrated technology to
make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on
Apache Geronimo
http://sel.as-us.falkag.net/
sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Cinepaint-developers mailing list
Cinepaint-developerslists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ci
nepaint-developers
Compilation problem
user name
2006-10-26 22:15:00
after adding

on plug-ins/openexr/Makefile
LIBS=......... -lpthread

for solving pthread library problem I have this problem :


trace.c:26: error: conflicting types for 'trace_enter'
../trace.h:33: error: previous declaration of 'trace_enter'
was here
trace.c:47: error: conflicting types for 'trace_begin'
../trace.h:35: error: previous declaration of 'trace_begin'
was here
trace.c:79: error: conflicting types for 'trace_printf'
../trace.h:37: error: previous declaration of 'trace_printf'
was here


Ramon

En/na Kai-Uwe Behrmann ha escrit:
> ... checked in. Take me in cc for further emails as
needed.
>
> Thanks.
>
> regards
> Kai-Uwe Behrmann
>                                 + development for color
management 
>                                 + imaging / panoramas
>                                 + email: ku.bgmx.de
>                                 + http://www.behrmann.name
>
>
> Am 26.10.06, 15:43 +0200 schrieb Ramon Navarro Bosch:
>
>   
>> When I'm trying to compile CVS version I obtain :
>>
>> libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.
-I../../../lib
>> -I/usr/include/glib-1.2 -I/usr/lib/glib/include
-I/usr/include/gtk-1.2
>> -I/usr/include/glib-1.2 -I/usr/lib/glib/include
-INONE/include
>> -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2
-I/usr/lib/glib/include
>> -I/usr/include/glib-1.2 -I/usr/lib/glib/include
-I/usr/include/freetype2
>> -I../../.. -I/usr/local/include -I..
-I/usr/include/glib-1.2
>> -I/usr/lib/glib/include -g -O2 -MT
br_messages_gui.lo -MD -MP -MF
>> .deps/br_messages_gui.Tpo -c br_messages_gui.cpp -o
br_messages_gui.o
>>     
>>> /dev/null 2>&1
>>>       
>> make[3]: *** No rule to make target
`WidgetWrapper.lo', needed by
>> `libgui.la'.  Stop.
>>
>>
>> WidgetWrapper.cpp and WidgetWrapper.hpp is not on
cvs..
>>
>> Ramon
>>
>>     


------------------------------------------------------------
-------------
Using Tomcat but need to do more? Need to support web
services, security?
Get stuff done quickly with pre-integrated technology to
make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on
Apache Geronimo
http://sel.as-us.falkag.net/
sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Cinepaint-developers mailing list
Cinepaint-developerslists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ci
nepaint-developers
[1-3]

about | contact  Other archives ( Real Estate discussion Medical topics )