[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Nel] Linux compiling, ever
From: |
Vincent Caron |
Subject: |
[Nel] Linux compiling, ever |
Date: |
Thu, 25 Oct 2001 15:48:28 +0200 |
src/3d/Makefile.am does not compile these sources :
animated_morph.cpp
heat_haze.cpp
init_3d.cpp
landscape_def.cpp
landscape_face_vector_manager.cpp
landscapeig_manager.cpp
landscapevb_allocator.cpp
landscapevb_info.cpp
mesh_morpher.cpp
nv_tri_strip_objects.cpp
nv_vertex_cache.cpp
particle_system_sound_user.cpp
quad_effect.cpp
quad_grid_clip_cluster.cpp
quad_grid_clip_manager.cpp
skip_model.cpp
stripifier.cpp
tess_face_priority_list.cpp
vertex_program.cpp
zone_corner_smoother.cpp
zone_lighter.cpp
Some are really missing since I can't link snowballs2. I actually checked
the src/3d.dsp for 'SOURCE=', and my list seems complete.
The nvidia stuff does not compile because the code use the ugly 'for (int i=0;
....)' variable scoping. Same error here :
quad_grid_clip_manager.cpp:260: name lookup of `i' changed for new ANSI `for'
scoping
quad_grid_clip_manager.cpp:254: using obsolete binding at `i'
We're getting closer ! ;)
- [Nel] Linux compiling, ever,
Vincent Caron <=