Make problem with latest trunk on OSX 10,14,2 Topic is solved

Do you have a typical platform dependent issue you're battling with ? Ask it here. Make sure you mention your platform, compiler, and wxWidgets version.
Post Reply
raananb
Super wx Problem Solver
Super wx Problem Solver
Posts: 488
Joined: Fri Oct 27, 2006 4:35 pm
Location: Paris, France
Contact:

Make problem with latest trunk on OSX 10,14,2

Post by raananb »

I did
../configure
make

make stops with lack of rule

/Users/raananbarzel/wxWidgets/GCCBuildReleaseOSXCocoaUnicode/bk-deps gcc -mmacosx-version-min=10.9 -c -o wxtiff_tif_warning.o -DNDEBUG -I../src/jpeg -I/Users/raananbarzel/wxWidgets/GCCBuildReleaseOSXCocoaUnicode/src/tiff/libtiff -I../src/tiff/libtiff -dynamic -fPIC -DPIC -D_FILE_OFFSET_BITS=64 -I/Users/raananbarzel/wxWidgets/GCCBuildReleaseOSXCocoaUnicode/lib/wx/include/osx_cocoa-unicode-3.1 -I../include -Wall -Wundef -O2 -fno-common -fvisibility=hidden ../src/tiff/libtiff/tif_warning.c
make: *** No rule to make target `../src/tiff/libtiff/tif_webp.c', needed by `wxtiff_tif_webp.o'. Stop.

I am not expert on OSX, what is missing?
stahta01
Ultimate wxWidgets Guru
Ultimate wxWidgets Guru
Posts: 548
Joined: Fri Nov 03, 2006 2:00 pm

Re: Make problem with latest trunk on OSX 10,14,2

Post by stahta01 »

Read the directions on how to checkout the wxWidgets git sub repos.

Tim S.
stahta01
Ultimate wxWidgets Guru
Ultimate wxWidgets Guru
Posts: 548
Joined: Fri Nov 03, 2006 2:00 pm

Re: Make problem with latest trunk on OSX 10,14,2

Post by stahta01 »

raananb
Super wx Problem Solver
Super wx Problem Solver
Posts: 488
Joined: Fri Oct 27, 2006 4:35 pm
Location: Paris, France
Contact:

Re: Make problem with latest trunk on OSX 10,14,2

Post by raananb »

To remove uncertainty, I cloned a new trunk.
../configurre
make

The library is built.

There probably was a problem with updating the trunk,
Post Reply