moss-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Moss-devel] CVS: moss/colpatik/src Makefile.am,1.7,1.8 main.cxx,1.3,1.4


From: Manfred Morgner <address@hidden>
Subject: [Moss-devel] CVS: moss/colpatik/src Makefile.am,1.7,1.8 main.cxx,1.3,1.4
Date: Tue, 29 Oct 2002 20:48:51 -0500

Update of /cvsroot/moss//moss/colpatik/src
In directory subversions:/tmp/cvs-serv4477/src

Modified Files:
        Makefile.am main.cxx 
Log Message:
searching th eproblem, while gcc returns an error


Index: Makefile.am
===================================================================
RCS file: /cvsroot/moss//moss/colpatik/src/Makefile.am,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -r1.7 -r1.8
*** Makefile.am 28 Oct 2002 23:09:20 -0000      1.7
--- Makefile.am 30 Oct 2002 01:48:48 -0000      1.8
***************
*** 1,10 ****
  SUBDIRS = modules
! #lib_LTLIBRARIES = lib3DsiaIn.la
  bin_PROGRAMS = colpatik
  
! INCLUDES=-I../include -I../include/modules/filter -I../include/modules/input 
-I$(includedir)
! CFLAGS=-D_REENTRANT
  
  colpatik_SOURCES = main.cxx
! colpatik_LIBFLAGS = -lstdc++ 
! #colpatik_LDADD = lib3DsiaIn.la
--- 1,11 ----
  SUBDIRS = modules
! #lib_LTLIBRARIES = ./modules/input/.libs/lib3DsiaIn.la
  bin_PROGRAMS = colpatik
  
! CXXFLAGS = -Wall -g -O2
! INCLUDES = -I../include -I../include/modules/filter 
-I../include/modules/input -I$(includedir)
! CFLAGS   = -D_REENTRANT
  
  colpatik_SOURCES = main.cxx
! colpatik_LIBFLAGS = -lstdc++
! colpatik_LDADD = ./modules/input/.libs/lib3DsiaInput.a

Index: main.cxx
===================================================================
RCS file: /cvsroot/moss//moss/colpatik/src/main.cxx,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** main.cxx    28 Oct 2002 23:09:20 -0000      1.3
--- main.cxx    30 Oct 2002 01:48:48 -0000      1.4
***************
*** 33,37 ****
  
  
- 
  #include <iostream>
  
--- 33,36 ----
***************
*** 46,50 ****
      cout << "2002 - The Year Of 3Dsia" << endl;
      
! //    CDeviceInterrupt oDevice;
      
      } // int main ( int nArgs, char* aszArgs[] )
--- 45,49 ----
      cout << "2002 - The Year Of 3Dsia" << endl;
      
!     CDeviceInterrupt oDevice;
      
      } // int main ( int nArgs, char* aszArgs[] )





reply via email to

[Prev in Thread] Current Thread [Next in Thread]